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
<Condition xmlns="http://hl7.org/fhir">
<id value="example-core-condition-ivanov-fever"/>
<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> Активное</li><li><strong>Дата начала:</strong> 15.01.2024</li></ul></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-ver-status"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/condition-category"/>
<code value="problem-list-item"/>
<display value="Problem List Item"/>
</coding>
</category>
<severity>
<coding>
<system value="http://snomed.info/sct"/>
<code value="255604002"/>
<display value="Mild"/>
</coding>
</severity>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="386661006"/>
<display value="Fever"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/example-core-patient-ivanov"/>
<display value="Иванов Иван Петрович"/>
</subject>
<encounter>🔗
<reference value="Encounter/example-core-encounter-consultation"/>
<display value="Консультация терапевта"/>
</encounter>
<onsetDateTime value="2024-01-15T08:00:00Z"/>
<recordedDate value="2024-01-15T10:30:00Z"/>
<participant>
<function>
<coding>
<code value="author"/>
</coding>
<text value="выставил диагноз"/>
</function>
<actor>🔗
<reference
value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
<display value="Смирнов Александр Иванович, терапевт"/>
</actor>
</participant>
</Condition>