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


<Appointment xmlns="http://hl7.org/fhir">
  <id value="example-core-appointment-ivanov-consultation-min"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Appointment example-core-appointment-ivanov-consultation-min</b></p><a name="example-core-appointment-ivanov-consultation-min"> </a><a name="hcexample-core-appointment-ivanov-consultation-min"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/appointment</code>/APT-2024-001</p><p><b>status</b>: Fulfilled</p><p><b>serviceCategory</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}">General Practice</span></p><p><b>specialty</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/c80-practice-codes GP}">General Practice</span></p><p><b>appointmentType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 ROUTINE}">Routine</span></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}">Routine</span></p><p><b>description</b>: Консультация терапевта по поводу повышенной температуры</p><p><b>start</b>: 2024-01-15 10:00:00+0000</p><p><b>end</b>: 2024-01-15 10:30:00+0000</p><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}">attender</span></p><p><b>actor</b>: <a href="PractitionerRole-example-core-practitionerrole-smirnov-therapist-min.html">PractitionerRole Врач-терапевт участковый</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}">primary performer</span></p><p><b>actor</b>: <a href="Patient-example-core-patient-ivanov-min.html">Иван Иванов  Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>
  </text>
  <identifier>
    <system value="https://fhir.ru/ig/core/systems/appointment"/>
    <value value="APT-2024-001"/>
  </identifier>
  <status value="fulfilled"/>
  <serviceCategory>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="17"/>
      <display value="General Practice"/>
    </coding>
  </serviceCategory>
  <specialty>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/c80-practice-codes"/>
      <code value="GP"/>
      <display value="General Practice"/>
    </coding>
  </specialty>
  <appointmentType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0276"/>
      <code value="ROUTINE"/>
      <display value="Routine"/>
    </coding>
  </appointmentType>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="Routine"/>
    </coding>
  </priority>
  <description
               value="Консультация терапевта по поводу повышенной температуры"/>
  <start value="2024-01-15T10:00:00Z"/>
  <end value="2024-01-15T10:30:00Z"/>
  <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-min"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </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="Patient/example-core-patient-ivanov-min"/>
    </actor>
    <required value="true"/>
    <status value="accepted"/>
  </participant>
</Appointment>