1{ 2 "resourceType": "Observation", 3 "id": "observation-37", 4 "status": "final", 5 "meta" : { 6 "profile" : [ 7 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|7.0.0" 8 ] 9 }, 10 "category": [ 11 { 12 "coding": [ 13 { 14 "system": "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code": "vital-signs", 16 "display": "Vital Signs" 17 } 18 ], 19 "text": "Vital Signs" 20 } 21 ], 22 "code": { 23 "coding": [ 24 { 25 "system": "http://loinc.org", 26 "code": "8867-4", 27 "display": "Heart rate" 28 } 29 ], 30 "text": "Heart rate" 31 }, 32 "subject": { 33 "reference": "Patient/patient-1", 34 "display": "Example, Anne" 35 }, 36 "valueQuantity": { 37 "value": 103, 38 "unit": "beats/minute", 39 "system": "http://unitsofmeasure.org", 40 "code": "/min" 41 }, 42 "interpretation": [ 43 { 44 "coding": [ 45 { 46 "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 47 "code": "H", 48 "display": "High" 49 } 50 ] 51 } 52 ], 53 "encounter": { 54 "reference": "Encounter/encounter-1", 55 "display": "Inpatient encounter - Respiratory" 56 }, 57 "effectiveDateTime": "2023-11-04T18:00:00Z" 58}