VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam
0.1.0 - STU1 Draft Viet Nam flag

VN Core FHIR Implementation Guide — Bộ Hướng dẫn Triển khai FHIR Cốt lõi cho Việt Nam - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Vai trò BS CKII tại BV Chợ Rẫy - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="ExamplePractitionerRole"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-practitioner-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole ExamplePractitionerRole</b></p><a name="ExamplePractitionerRole"> </a><a name="hcExamplePractitionerRole"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-vn-core-practitioner-role.html">Vai trò nhân viên y tế VN Core — VN Core PractitionerRole Profile</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2015-06-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-ExamplePractitionerBSCKII.html">BS CKII Nguyễn Thị Lan</a></p><p><b>organization</b>: <a href="Organization-ExampleOrganizationChoRay.html">Bệnh viện Chợ Rẫy</a></p><p><b>code</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-practitioner-title-cs V.08.01.02}">Bác sĩ chính (hạng II)</span></p><p><b>specialty</b>: <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs NOI}">Nội khoa</span>, <span title="Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs TIM}">Tim mạch</span></p></div>
  </text>
  <active value="true"/>
  <period>
    <start value="2015-06-01"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/ExamplePractitionerBSCKII"/>
    <display value="BS CKII Nguyễn Thị Lan"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/ExampleOrganizationChoRay"/>
    <display value="Bệnh viện Chợ Rẫy"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://fhir.hl7.org.vn/core/CodeSystem/vn-practitioner-title-cs"/>
      <code value="V.08.01.02"/>
      <display value="Bác sĩ chính (hạng II)"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs"/>
      <code value="NOI"/>
      <display value="Nội khoa"/>
    </coding>
  </specialty>
  <specialty>
    <coding>
      <system value="http://fhir.hl7.org.vn/core/CodeSystem/vn-specialty-cs"/>
      <code value="TIM"/>
      <display value="Tim mạch"/>
    </coding>
  </specialty>
</PractitionerRole>