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


<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="example-core-healthcareservice-therapy-min"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService example-core-healthcareservice-therapy-min</b></p><a name="example-core-healthcareservice-therapy-min"> </a><a name="hcexample-core-healthcareservice-therapy-min"> </a><p><b>identifier</b>: <code>https://fhir.ru/ig/core/systems/healthcareservice</code>/HS-THERAPY-001</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-example-core-organization-polyclinic-min.html">Organization ГБУЗ Городская поликлиника №1</a></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-category 17}">General Practice</span></p><p><b>type</b>: <span title="Codes:{https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services A11.12.009}">Взятие крови из периферической вены</span></p><p><b>name</b>: Терапевтическая помощь</p></div>
  </text>
  <identifier>
    <system value="https://fhir.ru/ig/core/systems/healthcareservice"/>
    <value value="HS-THERAPY-001"/>
  </identifier>
  <active value="true"/>
  <providedBy>🔗 
    <reference value="Organization/example-core-organization-polyclinic-min"/>
  </providedBy>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-category"/>
      <code value="17"/>
      <display value="General Practice"/>
    </coding>
  </category>
  <type>
    <coding>
      <system
              value="https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-medical-services"/>
      <code value="A11.12.009"/>
      <display value="Взятие крови из периферической вены"/>
    </coding>
  </type>
  <name value="Терапевтическая помощь"/>
</HealthcareService>