SIL HIE Implementation Guide
0.1.0 - sil-hie-active

SIL HIE Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions

: Example Kenya EpisodeOfCare - JSON Representation

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "ExampleKenyaEpisodeOfCare",
  "meta" : {
    "profile" : [
      🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-episodeofcare"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ExampleKenyaEpisodeOfCare</b></p><a name=\"ExampleKenyaEpisodeOfCare\"> </a><a name=\"hcExampleKenyaEpisodeOfCare\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hie-episodeofcare.html\">HIE EpisodeOfCare</a></p></div><p><b>identifier</b>: PLAC/EOC-987654321\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Active</td><td>2025-01-10 09:00:00+0300 --&gt; (ongoing)</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://example.org/fhir/ValueSet/HIEEpisodeOfCareServiceTypesVs outpatient}\">Outpatient</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td><td><b>Rank</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition/cond-001\">Condition/cond-001</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td><td>1</td></tr></table><p><b>patient</b>: <a href=\"Patient/pat-001\">Patient/pat-001</a></p><p><b>managingOrganization</b>: <a href=\"Organization/health-facility-001\">Organization/health-facility-001</a></p><p><b>period</b>: 2025-01-10 09:00:00+0300 --&gt; (ongoing)</p><p><b>referralRequest</b>: <a href=\"ServiceRequest/servreq-1001\">ServiceRequest/servreq-1001</a></p><p><b>careManager</b>: <code>HIEPractitioner/prac-001</code></p><p><b>account</b>: <a href=\"Account/acc-001\">Account/acc-001</a></p></div>"
  },
  "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"
    }
  ]
}