{ "resourceType": "Bundle", "type": "collection", "entry": [ { "resource": { "resourceType": "Patient", "id": "ehr-patient-12345", "gender": "male", "birthDate": "1970-05-15", "identifier": [ { "use": "usual", "system": "http://hospital.example.org/patients", "value": "ehr-patient-12345" } ] } }, { "resource": { "resourceType": "Encounter", "id": "ehr-encounter-67890", "status": "in-progress", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "AMB", "display": "ambulatory" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-1", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "21612-7", "display": "Age" } ] }, "valueQuantity": { "value": 54, "unit": "a" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-2", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "39156-5", "display": "Body mass index (BMI)" } ] }, "valueQuantity": { "value": 31.2, "unit": "kg/m2" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-3", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2339-0", "display": "Glucose [Mass/volume] in Blood" } ] }, "valueQuantity": { "value": 175, "unit": "mg/dL" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-4", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "4548-4", "display": "Hemoglobin A1c" } ] }, "valueQuantity": { "value": 7.2, "unit": "%" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-5", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "8480-6", "display": "Systolic blood pressure" } ] }, "valueQuantity": { "value": 148, "unit": "mm[Hg]" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-6", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "8462-4", "display": "Diastolic blood pressure" } ] }, "valueQuantity": { "value": 92, "unit": "mm[Hg]" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-7", "status": "final", "code": { "coding": [ { "system": "http://loinc.org", "code": "2093-3", "display": "Cholesterol" } ] }, "valueQuantity": { "value": 265, "unit": "mg/dL" }, "subject": { "reference": "Patient/ehr-patient-12345" } } }, { "resource": { "resourceType": "Observation", "id": "obs-8", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "38341003", "display": "Hypertensive disorder" } ] }, "valueBoolean": true, "subject": { "reference": "Patient/ehr-patient-12345" } } } ] }