HL7 Vietnam VN Core FHIR Implementation Guide

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam
0.5.0 - Draft for Community Review Viet Nam cờ

Bộ Hướng dẫn Triển khai Core FHIR cho Việt Nam - Draft for Community Review (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ví dụ: Khoa Chẩn đoán hình ảnh Bệnh viện tỉnh

Bản thô xml | Tải xuống


<Organization xmlns="http://hl7.org/fhir">
  <id value="ExampleOrganizationDepartmentDiagnosticImaging"/>
  <meta>
    <profile
             value="http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization-department"/>
  </meta>
  <language value="vi"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExampleOrganizationDepartmentDiagnosticImaging</b></p><a name="ExampleOrganizationDepartmentDiagnosticImaging"> </a><a name="hcExampleOrganizationDepartmentDiagnosticImaging"> </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-organization-department.html">Khoa/Phòng VN Core — VN Core Organization Department Profile</a></p></div><p><b>identifier</b>: Mã khoa theo QĐ 2010/QĐ-BYT/K39, Mã khoa cục bộ/GIALAM-K39</p><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type dept}">Hospital Department</span></p><p><b>name</b>: Khoa Chẩn đoán hình ảnh</p><p><b>partOf</b>: <a href="Organization-ExampleOrganizationLegacyTechnicalLine.html">Bệnh viện Đa khoa Gia Lâm</a></p></div>
  </text>
  <identifier>
    <type>
      <text value="Mã khoa theo QĐ 2010/QĐ-BYT"/>
    </type>
    <system value="http://fhir.hl7.org.vn/core/CodeSystem/vn-department-cs"/>
    <value value="K39"/>
  </identifier>
  <identifier>
    <type>
      <text value="Mã khoa cục bộ"/>
    </type>
    <system value="http://fhir.hl7.org.vn/core/sid/organization-local-id"/>
    <value value="GIALAM-K39"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="dept"/>
      <display value="Hospital Department"/>
    </coding>
  </type>
  <name value="Khoa Chẩn đoán hình ảnh"/>
  <partOf>🔗 
    <reference value="Organization/ExampleOrganizationLegacyTechnicalLine"/>
    <display value="Bệnh viện Đa khoa Gia Lâm"/>
  </partOf>
</Organization>