Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform - Integrations - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-dhis-episode-of-care

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "example-dhis-episode-of-care",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/integrations/StructureDefinition/dhis-episode-of-care"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare example-dhis-episode-of-care</b></p><a name=\"example-dhis-episode-of-care\"> </a><a name=\"hcexample-dhis-episode-of-care\"> </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-dhis-episode-of-care.html\">DHIS Episode of Care Profile</a></p></div><p><b>identifier</b>: <a href=\"file:///home/runner/work/digital-health-ig/digital-health-ig/output/NamingSystem-episodeofcare-identifier.html\" title=\"Identifier system used for EpisodeOfCare resources within the Uzbekistan DHP context.\">UzDhpEpisodeOfCareIdentifier</a>/EOC-2026-0001</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs mserv-0001-00004}\">Treatment services</span></p><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-example-tbc-diagnosis.html\">Condition Primary tuberculous complex</a></td></tr></table><p><b>use</b>: <span title=\"Codes:{http://hl7.org/fhir/encounter-diagnosis-use final}\">Final</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-example-patient-john.html\">John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></p><p><b>period</b>: 2025-03-12 --&gt; 2025-09-12</p><p><b>careManager</b>: <a href=\"PractitionerRole-practitionerrole-001.html\">PractitionerRole</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://dhp.uz/ids/episode-of-care",
      "value" : "EOC-2026-0001"
    }
  ],
  "status" : "active",
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs",
          "code" : "mserv-0001-00004"
        }
      ],
      "text" : "Treatment services"
    }
  ],
  "diagnosis" : [
    {
      "condition" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/example-tbc-diagnosis"
          }
        }
      ],
      "use" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/encounter-diagnosis-use",
            "code" : "final",
            "display" : "Final"
          }
        ]
      }
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/example-patient-john"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-organization"
  },
  "period" : {
    "start" : "2025-03-12",
    "end" : "2025-09-12"
  },
  "careManager" : {
    🔗 "reference" : "PractitionerRole/practitionerrole-001"
  }
}