FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | DocumentReference |
| Id | DocumentReference-example-documentreference-amina-fhg-report.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference example-documentreference-amina-fhg-report
Profile: Kenya Core DocumentReference Profile version: 1.0.0
status: Current
type: Laboratory report
category: Clinical Note
date: 2026-08-03 10:00:00+0300
author: Practitioner Dr. Sarah Njoroge
custodian: Organization Kenyatta National Hospital
content
Attachments
ContentType Title application/pdf Full Haemogram Report - 2026-08-03
{
"resourceType": "DocumentReference",
"id": "example-documentreference-amina-fhg-report",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-documentreference|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
"code": "clinical-note",
"display": "Clinical Note"
}
]
}
],
"subject": {
"reference": "Patient/CR2026080100001-1"
},
"date": "2026-08-03T10:00:00+03:00",
"author": [
{
"reference": "Practitioner/example-practitioner-njoroge"
}
],
"custodian": {
"reference": "Organization/example-organization-knh"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"title": "Full Haemogram Report - 2026-08-03"
}
}
]
}