1{ 2 "resourceType": "Observation", 3 "id": "observation-19", 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": "2708-6", 22 "display": "Oxygen saturation in Arterial blood" 23 }, 24 { 25 "system": "http://loinc.org", 26 "code": "59408-5", 27 "display": "Oxygen saturation in Arterial blood by Pulse oximetry" 28 }, 29 { 30 "system": "http://snomed.info/sct", 31 "code": "103228002", 32 "display": "Hemoglobin saturation with oxygen" 33 } 34 ], 35 "text": "Oxygen saturation" 36 }, 37 "subject": { 38 "reference": "Patient/patient-1", 39 "display": "Example, Anne" 40 }, 41 "valueQuantity": { 42 "value": 98, 43 "unit": "%", 44 "system": "http://unitsofmeasure.org", 45 "code": "%" 46 }, 47 "encounter": { 48 "reference": "Encounter/encounter-4", 49 "display": "GP appointment" 50 }, 51 "effectiveDateTime": "2023-06-14T12:53:49Z", 52 "performer": [ 53 { 54 "reference": "Practitioner/practitioner-1", 55 "display": "Dr Maria Hernandez" 56 } 57 ], 58 "note": [ 59 { 60 "text": "98% on air" 61 } 62 ] 63}