FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | Observation |
| Id | Observation-ObservationEDD.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationEDD
Profile: Observation Profile - KPS
status: Final
category: Social History
code: Expected date of delivery
effective: 2024-11-01
performer: Practitioner Anne Njoroge
value: 2025-07-10
{
"resourceType": "Observation",
"id": "ObservationEDD",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/observation-category-cs",
"code": "social-history",
"display": "Social History"
}
]
}
],
"code": {
"text": "Expected date of delivery"
},
"subject": {
"reference": "Patient/ExamplePatientKPS"
},
"effectiveDateTime": "2024-11-01",
"performer": [
{
"reference": "Practitioner/PractitionerKPS"
}
],
"valueDateTime": "2025-07-10"
}