FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeEncounter
IdEncounter-ECLM-ENC-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter ECLM-ENC-001

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


Source1

{
  "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"
  }
}