0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример эпизода лечения - Иванов И.П. 2024 - XML Representation

Raw xml | Download


<EpisodeOfCare xmlns="http://hl7.org/fhir">
  <id value="example-core-episodeofcare-ivanov-2024"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-episodeofcare"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Эпизод лечения: Иванов И.П. 2024</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> EOC-2024-001 (официальный)</li><li><strong>Статус:</strong> Активный</li><li><strong>Тип:</strong> Амбулаторный (ambulatory)</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Управляющая организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Период:</strong></p><ul><li><strong>Дата начала:</strong> 01.01.2024</li><li><strong>Статус:</strong> Активный эпизод</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.ru/ig/core/systems/episode"/>
    <value value="EP-2024-001"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/episodeofcare-type"/>
      <code value="hacc"/>
      <display value="Home and Community Care"/>
    </coding>
  </type>
  <patient>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </patient>
  <managingOrganization>🔗 
    <reference value="Organization/example-core-organization-polyclinic"/>
    <display value="ГБУЗ Городская поликлиника №1"/>
  </managingOrganization>
  <period>
    <start value="2024-01-01"/>
    <end value="2024-12-31"/>
  </period>
  <careManager>🔗 
    <reference
               value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
    <display value="Смирнов Александр Иванович"/>
  </careManager>
</EpisodeOfCare>