FHIR IG analytics| Package | ke.fhir.eclaims |
| Resource Type | Encounter |
| Id | Encounter-ECLM-ENC-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter ECLM-ENC-001
Profile: eClaims Encounter Profile
identifier: https://nshr-uat.sha.go.ke/fhir/Identifier/encounter-number/ENC-2025-001234
status: Finished
class: ActCode: IMP (inpatient encounter)
serviceType: General Practice
subject: John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))
period: 2025-11-01 08:00:00+0300 --> 2025-11-07 10:00:00+0300
serviceProvider: Organization Nairobi General Hospital
{
"resourceType": "Encounter",
"id": "ECLM-ENC-001",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://nshr-uat.sha.go.ke/fhir/Identifier/encounter-number",
"value": "ENC-2025-001234"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
},
"subject": {
"reference": "Patient/ECLM-PT-001"
},
"period": {
"start": "2025-11-01T08:00:00+03:00",
"end": "2025-11-07T10:00:00+03:00"
},
"serviceProvider": {
"reference": "Organization/ECLM-ORG-001"
}
}