{
"resourceType": "Observation", "id": "body-temperature", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/vitalsigns" ], "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] }, "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8310-5", "display": "Body temperature" } ], "text": "Body temperature" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 36.5, "unit": "C", "system": "http://unitsofmeasure.org", "code": "Cel" }
}