FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | Observation |
| Id | ObservationCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-observation"
]
},
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/investigationID",
"value": "INV-20250827-001"
},
"status": "final",
"code": {
"coding": {
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
},
"subject": {
"reference": "Patient/12345"
},
"effectiveDateTime": "2025-08-27T09:30:00+08:00",
"performer": [
{
"type": "Organization",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/organizationID",
"value": "ORG-001"
},
"display": "SGH Laboratory"
}
],
"valueQuantity": {
"value": 13.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"interpretation": {
"coding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
},
"note": {
"text": "Within normal range."
},
"bodySite": {
"coding": {
"system": "http://snomed.info/sct",
"code": "368209003",
"display": "Left median cubital vein"
}
},
"method": {
"coding": {
"system": "http://snomed.info/sct",
"code": "LNV",
"display": "Venipuncture"
}
},
"specimen": {
"reference": "Specimen/SPEC-20250827-001"
},
"referenceRange": {
"text": "13.0 - 17.0 g/dL"
}
}