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
<Observation xmlns="http://hl7.org/fhir">
<id value="example-core-observation-ivanov-temperature"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h3>Наблюдение: Температура тела Иванова И.П.</h3><p><em>Минимальный пример для использования в ссылках</em></p><ul><li><strong>Пациент:</strong> Иванов Иван Петрович</li><li><strong>Параметр:</strong> Температура тела</li><li><strong>Значение:</strong> 38.5°C</li><li><strong>Дата:</strong> 15.01.2024</li></ul></div>
</text>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8310-5"/>
<display value="Body temperature"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/example-core-patient-ivanov"/>
<display value="Иванов Иван Петрович"/>
</subject>
<encounter>🔗
<reference value="Encounter/example-core-encounter-consultation"/>
<display value="Консультация терапевта"/>
</encounter>
<effectiveDateTime value="2024-01-15T10:00:00Z"/>
<issued value="2024-01-15T10:05:00Z"/>
<performer>🔗
<reference
value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
<display value="Смирнов Александр Иванович"/>
</performer>
<valueQuantity>
<value value="38.5"/>
<unit value="°C"/>
<system value="http://unitsofmeasure.org"/>
<code value="Cel"/>
</valueQuantity>
</Observation>