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-smirnov-therapist"/>
  <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><strong>Основная информация:</strong></p><ul><li><strong>Медицинский работник:</strong> <em>Смирнов Александр Иванович</em> (ссылка на Practitioner/example-core-practitioner-smirnov)</li><li><strong>Организация:</strong> <em>ГБУЗ Городская поликлиника №1</em> (ссылка на Organization/example-core-organization-polyclinic)</li><li><strong>Статус:</strong> Активная роль</li><li><strong>Дата начала работы:</strong> 01.01.2020</li></ul><p><strong>Должность и специализация:</strong></p><ul><li><strong>Должность:</strong> Врач-терапевт участковый</li><li><strong>Специальность:</strong> General Practice (Общая практика)</li></ul><p><strong>Место работы и услуги:</strong></p><ul><li><strong>Рабочее место:</strong> <em>Кабинет терапевта №15</em> (ссылка на Location/example-core-location-therapy-office)</li><li><strong>Предоставляемые услуги:</strong> <em>Терапевтическая помощь</em> (ссылка на HealthcareService/example-core-healthcareservice-therapy)</li></ul></div>
  </text>
  <active value="true"/>
  <period>
    <start value="2020-01-01"/>
  </period>
  <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="1"/>
      <display value="Врач-терапевт участковый"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/c80-practice-codes"/>
      <code value="GP"/>
      <display value="General Practice"/>
    </coding>
  </specialty>
  <location>🔗 
    <reference value="Location/example-core-location-therapy-office"/>
    <display value="Кабинет терапевта №15"/>
  </location>
  <healthcareService>🔗 
    <reference
               value="HealthcareService/example-core-healthcareservice-therapy"/>
    <display value="Терапевтическая помощь"/>
  </healthcareService>
</PractitionerRole>