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
<Appointment xmlns="http://hl7.org/fhir">
<id value="example-core-appointment-ivanov-consultation"/>
<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</b></p><a name="example-core-appointment-ivanov-consultation"> </a><a name="hcexample-core-appointment-ivanov-consultation"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/appointment</code>/APT-2024-001 (use: official, )</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>supportingInformation</b>: <a href="Observation-example-core-observation-ivanov-temperature.html">Температура тела 38.5°C</a></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><p><b>minutesDuration</b>: 30</p><p><b>requestedPeriod</b>: 2024-01-15 09:00:00+0000 --> 2024-01-15 11:00: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.html">Смирнов Александр Иванович</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.html">Иванов Иван Петрович</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>
</text>
<identifier>
<use value="official"/>
<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="Консультация терапевта по поводу повышенной температуры"/>
<supportingInformation>🔗
<reference
value="Observation/example-core-observation-ivanov-temperature"/>
<display value="Температура тела 38.5°C"/>
</supportingInformation>
<start value="2024-01-15T10:00:00Z"/>
<end value="2024-01-15T10:30:00Z"/>
<minutesDuration value="30"/>
<requestedPeriod>
<start value="2024-01-15T09:00:00Z"/>
<end value="2024-01-15T11:00:00Z"/>
</requestedPeriod>
<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>
<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"/>
<display value="Иванов Иван Петрович"/>
</actor>
<required value="true"/>
<status value="accepted"/>
</participant>
</Appointment>