{
  "resourceType" : "EpisodeOfCare",
  "id" : "UZCoreEpisodeOfCare-Example",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare"]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare UZCoreEpisodeOfCare-Example</b></p><a name=\"uz-UZCoreEpisodeOfCare-Example\"> </a><a name=\"uz-hcUZCoreEpisodeOfCare-Example\"> </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-uz-core-episodeofcare.html\">UZ Core EpisodeOfCare</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-episodeofcare-identifier.html\" title=\"Identifier system used for EpisodeOfCare resources within the Uzbekistan DHP context.\">UzDhpEpisodeOfCareIdentifier</a>/EOC-2025-0001</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>Planned</td><td>2025-07-28 --&gt; 2025-08-01</td></tr></table><p><b>type</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs mserv-0001-00001}\">Preventive services</span></p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-reason-use-cs mserv-0002-00002}\">Preventive visit</span></p><h3>Values</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-headache.html\">Condition Migraine, unspecified</a></td></tr></table></blockquote><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-headache.html\">Condition Migraine, unspecified</a></td></tr></table><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role DD}\">Primary diagnosis</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( 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-08-01 --&gt; (ongoing)</p><p><b>careManager</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p></div>"
  },
  "identifier" : [{
    "system" : "http://dhp.uz/ids/episode-of-care",
    "value" : "EOC-2025-0001"
  }],
  "status" : "active",
  "statusHistory" : [{
    "status" : "planned",
    "period" : {
      "start" : "2025-07-28",
      "end" : "2025-08-01"
    }
  }],
  "type" : [{
    "coding" : [{
      "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs",
      "code" : "mserv-0001-00001"
    }],
    "text" : "Preventive services"
  }],
  "reason" : [{
    "use" : {
      "coding" : [{
        "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-reason-use-cs",
        "code" : "mserv-0002-00002"
      }],
      "text" : "Preventive visit"
    },
    "value" : [{
      "reference" : {
        "reference" : "Condition/example-headache"
      }
    }]
  }],
  "diagnosis" : [{
    "condition" : [{
      "reference" : {
        "reference" : "Condition/example-headache"
      }
    }],
    "use" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
        "code" : "DD"
      }],
      "text" : "Primary diagnosis"
    }
  }],
  "patient" : {
    "reference" : "Patient/example-salim"
  },
  "managingOrganization" : {
    "reference" : "Organization/example-organization"
  },
  "period" : {
    "start" : "2025-08-01"
  },
  "careManager" : {
    "reference" : "Practitioner/example-practitioner"
  }
}