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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeEpisodeOfCare
IdEpisodeOfCare-ExampleKenyaEpisodeOfCare.json
FHIR VersionR4B

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 ExampleKenyaEpisodeOfCare

identifier: PLAC/EOC-987654321 (use: official, )

status: Active

StatusHistories

-StatusPeriod
*Active2025-01-10 09:00:00+0300 --> (ongoing)

type: Outpatient

Diagnoses

-ConditionRoleRank
*Condition/cond-001Admission diagnosis1

patient: Patient/pat-001

managingOrganization: Organization/health-facility-001

period: 2025-01-10 09:00:00+0300 --> (ongoing)

referralRequest: ServiceRequest/servreq-1001

careManager: HIEPractitioner/prac-001

account: Account/acc-001


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "ExampleKenyaEpisodeOfCare",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/episodeofcare"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "PLAC"
          }
        ]
      },
      "system": "http://khie.health.go.ke/identifiers/episodeofcare",
      "value": "EOC-987654321"
    }
  ],
  "status": "active",
  "statusHistory": [
    {
      "status": "active",
      "period": {
        "start": "2025-01-10T09:00:00+03:00"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs",
          "code": "outpatient",
          "display": "Outpatient"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/cond-001"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "AD",
            "display": "Admission diagnosis"
          }
        ]
      },
      "rank": 1
    }
  ],
  "patient": {
    "reference": "Patient/pat-001"
  },
  "managingOrganization": {
    "reference": "Organization/health-facility-001"
  },
  "period": {
    "start": "2025-01-10T09:00:00+03:00"
  },
  "referralRequest": [
    {
      "reference": "ServiceRequest/servreq-1001"
    }
  ],
  "careManager": {
    "reference": "HIEPractitioner/prac-001"
  },
  "account": [
    {
      "reference": "Account/acc-001"
    }
  ]
}