1{ 2 "resourceType": "Observation", 3 "id": "observation-23", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "http://example.laboratory.com", 8 "value": "1023" 9 } 10 ], 11 "basedOn": [ 12 { 13 "reference": "ServiceRequest/servicerequest_unk" 14 } 15 ], 16 "status": "final", 17 "category": [ 18 { 19 "coding": [ 20 { 21 "system": "http://terminology.hl7.org/CodeSystem/observation-category", 22 "code": "laboratory", 23 "display": "Laboratory" 24 } 25 ], 26 "text": "Laboratory" 27 }, 28 { 29 "coding": [ 30 { 31 "system": "urn:oid:1.2.345.6789", 32 "code": "Lab", 33 "display": "Lab" 34 } 35 ], 36 "text": "Laboratory" 37 } 38 ], 39 "code": { 40 "coding": [ 41 { 42 "system": "http://loinc.org", 43 "code": "59826-8", 44 "display": "Creatinine [Moles/volume] in Blood" 45 }, 46 { 47 "system": "urn:oid:1.2.345.6789", 48 "code": "10023", 49 "display": "Blood Creatinine" 50 } 51 ], 52 "text": "Creatinine (Cr)" 53 }, 54 "subject": { 55 "reference": "Patient/patient-1", 56 "display": "Example, Anne" 57 }, 58 "encounter": { 59 "reference": "Encounter/encounter-1", 60 "identifier": { 61 "use": "usual", 62 "system": "urn:oid:1.2.345.6789", 63 "value": "10001" 64 }, 65 "display": "Emergency admission" 66 }, 67 "performer": [ 68 { 69 "display": "On-call doctor" 70 } 71 ], 72 "effectiveDateTime": "2023-11-04T18:40:00Z", 73 "issued": "2023-11-04T20:12:49Z", 74 "valueQuantity": { 75 "value": 102, 76 "unit": "umol/L", 77 "system": "http://unitsofmeasure.org", 78 "code": "umol/L" 79 }, 80 "referenceRange": [ 81 { 82 "low": { 83 "value": 45, 84 "unit": "umol/L", 85 "system": "http://unitsofmeasure.org", 86 "code": "umol/L" 87 }, 88 "high": { 89 "value": 84, 90 "unit": "umol/L", 91 "system": "http://unitsofmeasure.org", 92 "code": "umol/L" 93 } 94 } 95 ], 96 "interpretation": [ 97 { 98 "coding": [ 99 { 100 "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 101 "code": "H", 102 "display": "High" 103 } 104 ] 105 } 106 ], 107 "specimen": { 108 "reference": "Specimen/specimen_unk", 109 "display": "Specimen" 110 } 111}