臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: 機構評鑑結果範例 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="organization-accreditation-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/OrganizationAccreditationObservation-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation organization-accreditation-min</b></p><a name="organization-accreditation-min"> </a><a name="hcorganization-accreditation-min"> </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-OrganizationAccreditationObservation-twss-base.html">機構評鑑結果-Observation TWSS Base</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-observation-type organization-accreditation-level}">機構評鑑等級</span></p><p><b>focus</b>: <a href="Organization-org-min.html">Organization 社家署示範機構</a></p><p><b>value</b>: <span title="Codes:{https://sfaa.gov.tw/base/CodeSystem/twss-organization-accreditation-level A}">優等</span></p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://sfaa.gov.tw/base/CodeSystem/twss-observation-type"/>
      <code value="organization-accreditation-level"/>
      <display value="機構評鑑等級"/>
    </coding>
  </code>
  <focus>🔗 
    <reference value="Organization/org-min"/>
  </focus>
  <valueCodeableConcept>
    <coding>
      <system
              value="https://sfaa.gov.tw/base/CodeSystem/twss-organization-accreditation-level"/>
      <code value="A"/>
      <display value="優等"/>
    </coding>
  </valueCodeableConcept>
</Observation>