FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Observation |
| Id | ObservationResponse.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-example",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-observation"
],
"lastUpdated": "2026-02-10T09:30:00.100+08:00"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "firstScreen",
"display": "First Screen"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"effectiveDateTime": "2026-02-10T09:00:00+08:00",
"performer": [
{
"type": "Organization",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "11234"
},
"display": "National University Hospital"
}
],
"valueQuantity": {
"value": 170.5,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}