{
  "resourceType" : "Encounter",
  "id" : "example-dhis-encounter",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-encounter"]
  },
  "language" : "ru",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Encounter example-dhis-encounter</b></p><a name=\"ru-example-dhis-encounter\"> </a><a name=\"ru-hcexample-dhis-encounter\"> </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\">Профиль: <a href=\"file:///home/runner/work/digital-health-ig/digital-health-ig/output/StructureDefinition-uz-core-encounter.html\">UZ Core Encounter</a></p></div><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-type-cs mserv-0001-00004}\">Treatment services</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-john.html\">John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td>2026-02-12 08:00:00+0500 --&gt; 2026-02-18 14:00:00+0500</td><td><a href=\"Practitioner-example-practitioner.html\">Practitioner Farkhod Simonov </a></td></tr></table><p><b>actualPeriod</b>: 2026-02-12 08:00:00+0500 --&gt; 2026-02-18 14:00:00+0500</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=\"Коды:{http://hl7.org/fhir/encounter-diagnosis-use final}\">Final</span></p></blockquote></div>"
  },
  "status" : "completed",
  "class" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "IMP",
      "display" : "inpatient encounter"
    }]
  }],
  "type" : [{
    "coding" : [{
      "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-type-cs",
      "code" : "mserv-0001-00004",
      "display" : "Treatment services"
    }]
  }],
  "subject" : {
    "reference" : "Patient/example-patient-john"
  },
  "participant" : [{
    "type" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "code" : "ATND",
        "display" : "attender"
      }]
    }],
    "period" : {
      "start" : "2026-02-12T08:00:00+05:00",
      "end" : "2026-02-18T14:00:00+05:00"
    },
    "actor" : {
      "reference" : "Practitioner/example-practitioner"
    }
  }],
  "actualPeriod" : {
    "start" : "2026-02-12T08:00:00+05:00",
    "end" : "2026-02-18T14:00:00+05:00"
  },
  "diagnosis" : [{
    "condition" : [{
      "reference" : {
        "reference" : "Condition/example-tbc-diagnosis"
      }
    }],
    "use" : [{
      "coding" : [{
        "system" : "http://hl7.org/fhir/encounter-diagnosis-use",
        "code" : "final",
        "display" : "Final"
      }]
    }]
  }]
}