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

FHIR IG analytics

Packageke.fhir.eclaims
Resource TypeEpisodeOfCare
IdEpisodeOfCare-ECLM-EOC-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: EpisodeOfCare ECLM-EOC-001

status: Active

type: Non-Communicable Disease Program

patient: John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))

managingOrganization: Organization Nairobi General Hospital

period: 2025-01-01 --> (ongoing)


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "ECLM-EOC-001",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-episodeofcare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/episode-of-care-type-cs",
          "code": "NON-COMMUNICABLE-DISEASE-PROGRAM",
          "display": "Non-Communicable Disease Program"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/ECLM-PT-001"
  },
  "managingOrganization": {
    "reference": "Organization/ECLM-ORG-001"
  },
  "period": {
    "start": "2025-01-01"
  }
}