FHIR IG analytics| Package | ke.fhir.patient-summary |
| Resource Type | Observation |
| Id | Observation-ObservationReferenceDateRange.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationReferenceDateRange
Profile: Observation Profile - KPS
status: Final
category: Social History
code: Alcohol consumption period
effective: 1974-01-01 --> 2004-12-31
performer: Practitioner Anne Njoroge
value: Heavy alcohol consumption during this period
{
"resourceType": "Observation",
"id": "ObservationReferenceDateRange",
"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": "Alcohol consumption period"
},
"subject": {
"reference": "Patient/ExamplePatientKPS"
},
"effectivePeriod": {
"start": "1974-01-01",
"end": "2004-12-31"
},
"performer": [
{
"reference": "Practitioner/PractitionerKPS"
}
],
"valueString": "Heavy alcohol consumption during this period"
}