FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Observation |
| Id | Observation-NgObservation-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation NgObservation-003
Profile: NG Observations
status: Final
category: Social History
code: Age
subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)
effective: 2025-11-04 10:10:00+0000
performer: Practitioner Kehinde Adebayo
component
code: Months (mo)
value: 74 month
component
code: Birth weight Measured
value: 3200 g
{
"resourceType": "Observation",
"id": "NgObservation-003",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30525-0",
"display": "Age"
}
]
},
"subject": {
"reference": "Patient/NgPatient-003"
},
"effectiveDateTime": "2025-11-04T10:10:00Z",
"performer": [
{
"reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/age-component-codes",
"code": "mn",
"display": "Months (mo)"
}
]
},
"valueQuantity": {
"value": 74,
"unit": "month",
"system": "http://unitsofmeasure.org"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8339-4",
"display": "Birth weight Measured"
}
]
},
"valueQuantity": {
"value": 3200,
"unit": "g",
"system": "http://unitsofmeasure.org"
}
}
]
}