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

: Пример случая обслуживания - консультация терапевта - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-core-encounter-consultation"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Случай обслуживания: Консультация терапевта</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> ENC-2024-001 (официальный)</li><li><strong>Статус:</strong> Завершен</li><li><strong>Класс:</strong> Амбулаторный (ambulatory)</li><li><strong>Тип:</strong> Консультация (Consultation)</li><li><strong>Приоритет:</strong> Плановый (Routine)</li></ul><p><strong>Участники:</strong></p><ul><li><strong>Пациент:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li><li><strong>Эпизод лечения:</strong> <em>Эпизод лечения Иванова И.П. 2024</em> (ссылка на EpisodeOfCare/example-core-episodeofcare-ivanov-2024)</li></ul><p><strong>Участники случая:</strong></p><ul><li><strong>Тип участия:</strong> ATND (Участвующий)</li><li><strong>Участник:</strong> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li></ul><p><strong>Организация:</strong></p><ul><li><strong>Поставщик услуг:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.ru/ig/core/systems/encounter"/>
    <value value="ENC-2024-001"/>
  </identifier>
  <status value="completed"/>
  <class>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="AMB"/>
      <display value="ambulatory"/>
    </coding>
  </class>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="Routine"/>
    </coding>
  </priority>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/encounter-type"/>
      <code value="CONS"/>
      <display value="Consultation"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </subject>
  <episodeOfCare>🔗 
    <reference value="EpisodeOfCare/example-core-episodeofcare-ivanov-2024"/>
    <display value="Эпизод лечения Иванова И.П. 2024"/>
  </episodeOfCare>
  <serviceProvider>🔗 
    <reference value="Organization/example-core-organization-polyclinic"/>
    <display value="ГБУЗ Городская поликлиника №1"/>
  </serviceProvider>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
        <display value="attender"/>
      </coding>
    </type>
    <actor>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
      <display value="Смирнов Александр Иванович"/>
    </actor>
  </participant>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
    </type>
    <actor>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
      <display value="Смирнов Александр Иванович"/>
    </actor>
  </participant>
  <appointment>🔗 
    <reference
               value="Appointment/example-core-appointment-ivanov-consultation"/>
    <display value="Прием пациента Иванова И.П."/>
  </appointment>
  <length>
    <value value="30"/>
    <unit value="min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="min"/>
  </length>
</Encounter>