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


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example-core-careteam-ivanov"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-careteam"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Бригада: Бригада по лечению Иванова И.П.</h3><p><strong>Основная информация:</strong></p><ul><li><strong>Идентификатор:</strong> CT-2024-001 (официальный)</li><li><strong>Название:</strong> Бригада по лечению Иванова И.П.</li><li><strong>Статус:</strong> Активная</li><li><strong>Период:</strong> с 01.01.2024 по 31.12.2024</li></ul><p><strong>Пациент:</strong></p><ul><li><strong>Подопечный:</strong> <em>Иванов Иван Петрович</em> (ссылка на Patient/example-core-patient-ivanov)</li></ul><p><strong>Участники бригады:</strong></p><ul><li><strong>Основной врач:</strong> <em>Смирнов Александр Иванович</em> (ссылка на PractitionerRole/example-core-practitionerrole-smirnov-therapist)</li><li><strong>Роль:</strong> Primary Care Provider (Основной поставщик медицинской помощи)</li><li><strong>От имени организации:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li></ul><p><strong>Дополнительные участники:</strong></p><ul><li><strong>Медсестра:</strong> <em>Медсестра Петрова М.И.</em> (ссылка на PractitionerRole/example-core-practitionerrole-nurse)</li><li><strong>Роль:</strong> Admitter (Принимающий)</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.ru/ig/core/systems/careteam"/>
    <value value="CT-2024-001"/>
  </identifier>
  <status value="active"/>
  <name value="Бригада по лечению Иванова И.П."/>
  <subject>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </subject>
  <period>
    <start value="2024-01-01"/>
    <end value="2024-12-31"/>
  </period>
  <participant>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/participant-role"/>
        <code value="PPRF"/>
        <display value="Primary Care Provider"/>
      </coding>
    </role>
    <member>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
      <display value="Смирнов Александр Иванович"/>
    </member>
    <onBehalfOf>🔗 
      <reference value="Organization/example-core-organization-polyclinic"/>
      <display value="ГБУЗ Городская поликлиника №1"/>
    </onBehalfOf>
  </participant>
  <participant>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/participant-role"/>
        <code value="ADM"/>
        <display value="Admitter"/>
      </coding>
    </role>
    <member>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-nurse"/>
      <display value="Медсестра Петрова М.И."/>
    </member>
    <onBehalfOf>🔗 
      <reference value="Organization/example-core-organization-polyclinic"/>
      <display value="ГБУЗ Городская поликлиника №1"/>
    </onBehalfOf>
  </participant>
  <managingOrganization>🔗 
    <reference value="Organization/example-core-organization-polyclinic"/>
    <display value="ГБУЗ Городская поликлиника №1"/>
  </managingOrganization>
  <note>
    <authorReference>🔗 
      <reference
                 value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
      <display value="Смирнов Александр Иванович"/>
    </authorReference>
    <time value="2024-01-15T10:30:00Z"/>
    <text value="Пациент направлен на дополнительные обследования"/>
  </note>
</CareTeam>