1{ 2 "resourceType": "Observation", 3 "id": "observation-30", 4 "identifier": [ 5 { 6 "use": "official", 7 "system": "http://example.laboratory.com", 8 "value": "1030" 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": "30522-7", 44 "display": "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method" 45 }, 46 { 47 "system": "urn:oid:1.2.345.6789", 48 "code": "10030", 49 "display": "High-sensitivity C-reactive protein" 50 } 51 ], 52 "text": "C-reactive protein, high-sensitivity (Hs-CRP)" 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": 68, 76 "unit": "mg/dL", 77 "system": "http://unitsofmeasure.org", 78 "code": "mg/dL" 79 }, 80 "referenceRange": [ 81 { 82 "high": { 83 "value": 0.5 , 84 "unit": "mg/dL", 85 "system": "http://unitsofmeasure.org", 86 "code": "mg/dL" 87 } 88 } 89 ], 90 "interpretation": [ 91 { 92 "coding": [ 93 { 94 "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation", 95 "code": "H", 96 "display": "High" 97 } 98 ] 99 } 100 ], 101 "specimen": { 102 "reference": "Specimen/specimen_unk", 103 "display": "Specimen" 104 } 105}