1{ 2 "resourceType": "Observation", 3 "id": "observation-36", 4 "status": "final", 5 "category": [ 6 { 7 "coding": [ 8 { 9 "system": "http://terminology.hl7.org/CodeSystem/observation-category", 10 "code": "vital-signs", 11 "display": "Vital Signs" 12 } 13 ], 14 "text": "Vital Signs" 15 } 16 ], 17 "code": { 18 "coding": [ 19 { 20 "system": "http://loinc.org", 21 "code": "85354-9", 22 "display": "Blood pressure panel with all children optional" 23 } 24 ], 25 "text": "Blood pressure" 26 }, 27 "subject": { 28 "reference": "Patient/patient-1", 29 "display": "Example, Anne" 30 }, 31 "encounter": { 32 "reference": "Encounter/encounter-2", 33 "display": "Endocrine outpatient appointment" 34 }, 35 "effectiveDateTime": "2024-01-17T11:05:00Z", 36 "component" : [ 37 { 38 "code" : { 39 "coding" : [ 40 { 41 "system" : "http://loinc.org", 42 "code" : "8480-6", 43 "display" : "Systolic blood pressure" 44 } 45 ], 46 "text" : "Systolic blood pressure" 47 }, 48 "valueQuantity" : { 49 "value" : 133, 50 "unit" : "mmHg", 51 "system" : "http://unitsofmeasure.org", 52 "code" : "mm[Hg]" 53 } 54 }, 55 { 56 "code" : { 57 "coding" : [ 58 { 59 "system" : "http://loinc.org", 60 "code" : "8462-4", 61 "display" : "Diastolic blood pressure" 62 } 63 ], 64 "text" : "Diastolic blood pressure" 65 }, 66 "valueQuantity" : { 67 "value" : 80, 68 "unit" : "mmHg", 69 "system" : "http://unitsofmeasure.org", 70 "code" : "mm[Hg]" 71 } 72 } 73 ] 74}