1{ 2 "resourceType": "Observation", 3 "id": "observation-33", 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": 71, 38 "unit": "beats/minute", 39 "system": "http://unitsofmeasure.org", 40 "code": "/min" 41 }, 42 "referenceRange": [ 43 { 44 "low": { 45 "value": 60, 46 "unit": "beats/minute", 47 "system": "http://unitsofmeasure.org", 48 "code": "/min" 49 }, 50 "high": { 51 "value": 100, 52 "unit": "beats/minute", 53 "system": "http://unitsofmeasure.org", 54 "code": "/min" 55 }, 56 "type": { 57 "coding": [ 58 { 59 "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning", 60 "code": "normal", 61 "display": "Normal Range" 62 } 63 ] 64 } 65 } 66 ], 67 "encounter": { 68 "reference": "Encounter/encounter-5", 69 "display": "Endocrine outpatient appointment" 70 }, 71 "effectiveDateTime": "2022-09-28T09:36:00Z" 72}