1{ 2 "resourceType": "Observation", 3 "id": "observation-18", 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": "29463-7", 22 "display": "Body weight" 23 }, 24 { 25 "system": "http://snomed.info/sct", 26 "code": "27113001", 27 "display": "Body weight" 28 } 29 ], 30 "text": "Body weight" 31 }, 32 "subject": { 33 "reference": "Patient/patient-1", 34 "display": "Example, Anne" 35 }, 36 "valueQuantity": { 37 "value": 69, 38 "unit": "kg", 39 "system": "http://unitsofmeasure.org", 40 "code": "kg" 41 }, 42 "encounter": { 43 "reference": "Encounter/encounter-4", 44 "display": "GP appointment" 45 }, 46 "effectiveDateTime": "2023-06-14T12:53:49Z", 47 "performer": [ 48 { 49 "reference": "Practitioner/practitioner-1", 50 "display": "Dr Maria Hernandez" 51 } 52 ] 53}