1{ 2 "resourceType": "Observation", 3 "id": "observation-20", 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-4", 33 "display": "GP appointment" 34 }, 35 "effectiveDateTime": "2023-06-14T12:53:49Z", 36 "performer": [ 37 { 38 "reference": "Practitioner/practitioner-1", 39 "display": "Dr Maria Hernandez" 40 } 41 ], 42 "component" : [ 43 { 44 "code" : { 45 "coding" : [ 46 { 47 "system" : "http://loinc.org", 48 "code" : "8480-6", 49 "display" : "Systolic blood pressure" 50 } 51 ], 52 "text" : "Systolic blood pressure" 53 }, 54 "valueQuantity" : { 55 "value" : 132, 56 "unit" : "mmHg", 57 "system" : "http://unitsofmeasure.org", 58 "code" : "mm[Hg]" 59 } 60 }, 61 { 62 "code" : { 63 "coding" : [ 64 { 65 "system" : "http://loinc.org", 66 "code" : "8462-4", 67 "display" : "Diastolic blood pressure" 68 } 69 ], 70 "text" : "Diastolic blood pressure" 71 }, 72 "valueQuantity" : { 73 "value" : 82, 74 "unit" : "mmHg", 75 "system" : "http://unitsofmeasure.org", 76 "code" : "mm[Hg]" 77 } 78 } 79 ] 80}