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


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="example-core-practitionerrole-nurse"/>
  <meta>
    <profile
             value="https://fhir.ru/ig/core/StructureDefinition/core-practitionerrole"/>
  </meta>
  <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> ГБУЗ Городская поликлиника №1</li><li><strong>Должность:</strong> Медсестра</li></ul></div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/example-core-practitioner-smirnov"/>
    <display value="Петрова Мария Ивановна"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/example-core-organization-polyclinic"/>
    <display value="ГБУЗ Городская поликлиника №1"/>
  </organization>
  <code>
    <coding>
      <system
              value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-workers-positions"/>
      <code value="2"/>
      <display value="Медсестра"/>
    </coding>
  </code>
</PractitionerRole>