FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Observation |
| Id | ObservationRequest.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"meta": {
"extension": [
{
"url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
"extension": [
{
"url": "msgId",
"valueIdentifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
"value": "CR001"
}
},
{
"url": "msgSequenceId",
"valueIdentifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
"value": "001"
}
},
{
"url": "date",
"valueDateTime": "2026-04-01T15:00:00+08:00"
}
]
}
],
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-observation"
],
"source": "HPB-IDEAS",
"tag": [
{
"code": "TTSH"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}