FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Observation |
| Id | Observation-KCHIPPregnancyContextExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation KCHIPPregnancyContextExample
Profile: KCHIP Pregnancy Context
status: Final
code: Pregnancy Context Panel
subject: Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)
effective: 2026-05-10 09:00:00+0300
component
code: Gravida
value: 3
component
code: Parity
value: 2
component
code: History of Pregnancies Narrative
value: Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted.
component
code: Last menstrual period start date
value: 2025-08-14
component
code: Delivery date Estimated
value: 2026-05-21
component
code: Gestational age
value: 36 wk (Details: UCUM codewk = 'wk')
component
code: Gestational age Estimated from last menstrual period and ultrasound
value: 35 wk (Details: UCUM codewk = 'wk')
{
"resourceType": "Observation",
"id": "KCHIPPregnancyContextExample",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-pregnancy-context"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"code": "pregnancy-context-panel",
"display": "Pregnancy Context Panel"
}
]
},
"subject": {
"reference": "Patient/KisumuPatientExample"
},
"effectiveDateTime": "2026-05-10T09:00:00+03:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11996-6",
"display": "Gravida"
}
]
},
"valueInteger": 3
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11977-6",
"display": "Parity"
}
]
},
"valueInteger": 2
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8691-8",
"display": "History of Pregnancies Narrative"
}
]
},
"valueString": "Previous SVD x2; no complications. Current pregnancy: previous caesarean section risk noted."
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8665-2",
"display": "Last menstrual period start date"
}
]
},
"valueDateTime": "2025-08-14"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11778-8",
"display": "Delivery date Estimated"
}
]
},
"valueDateTime": "2026-05-21"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "18185-9",
"display": "Gestational age"
}
]
},
"valueQuantity": {
"value": 36,
"unit": "wk",
"system": "http://unitsofmeasure.org",
"code": "wk"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11884-4",
"display": "Gestational age Estimated from last menstrual period and ultrasound"
}
]
},
"valueQuantity": {
"value": 35,
"unit": "wk",
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}
]
}