FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | Observation |
| Id | Observation-iptp-ga-obs-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation iptp-ga-obs-001
Profile: IPTp Gestational Age Observation
status: Final
category: Exam
code: Gestational age Estimated from last menstrual period
subject: Anonymous Patient Female, DoB Unknown
effective: 2026-03-16
value: 20 weeks (Details: UCUM codewk = 'wk')
note:
ga_band = EARLY (13-20)
{
"resourceType": "Observation",
"id": "iptp-ga-obs-001",
"meta": {
"profile": [
"http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-gestational-age-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11885-1"
}
]
},
"subject": {
"reference": "Patient/iptp-patient-001"
},
"effectiveDateTime": "2026-03-16",
"valueQuantity": {
"value": 20,
"unit": "weeks",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"note": [
{
"text": "ga_band = EARLY (13-20)"
}
]
}