{ "resourceType": "Observation", "id": "observation-33", "status": "final", "meta" : { "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|7.0.0" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8867-4", "display": "Heart rate" } ], "text": "Heart rate" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "valueQuantity": { "value": 71, "unit": "beats/minute", "system": "http://unitsofmeasure.org", "code": "/min" }, "referenceRange": [ { "low": { "value": 60, "unit": "beats/minute", "system": "http://unitsofmeasure.org", "code": "/min" }, "high": { "value": 100, "unit": "beats/minute", "system": "http://unitsofmeasure.org", "code": "/min" }, "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning", "code": "normal", "display": "Normal Range" } ] } } ], "encounter": { "reference": "Encounter/encounter-5", "display": "Endocrine outpatient appointment" }, "effectiveDateTime": "2022-09-28T09:36:00Z" }