臺灣社政領域基礎實作指引
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="practitioner-training-min"/>
  <meta>
    <profile
             value="https://sfaa.gov.tw/base/StructureDefinition/PractitionerTrainingObservation-twss-base"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>服務人受訓課程</b></h3><p><b>服務人</b>:<a href="Practitioner-prac-min.html">Practitioner/prac-min</a></p><p><b>受訓課程名稱</b>:兒少保護基礎訓練</p><p><b>受訓課程時數</b>:12 h</p><p><b>受訓課程類型</b>:每年必備在職教育訓練 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="ValueSet-twss-training-course-type-vs.html">服務人受訓課程類型值集</a>#D)</span></p><p><b>開課單位</b>:示範社會福利機構</p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://sfaa.gov.tw/base/CodeSystem/twss-observation-type"/>
      <code value="practitioner-training"/>
      <display value="服務人受訓課程"/>
    </coding>
  </code>
  <focus>🔗 
    <reference value="Practitioner/prac-min"/>
  </focus>
  <component>
    <code>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component"/>
        <code value="training-course-name"/>
        <display value="受訓課程名稱"/>
      </coding>
    </code>
    <valueString value="兒少保護基礎訓練"/>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component"/>
        <code value="training-course-hours"/>
        <display value="受訓課程時數"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="12"/>
      <unit value="h"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="h"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component"/>
        <code value="training-course-type"/>
        <display value="受訓課程類型"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-training-course-type"/>
        <code value="D"/>
        <display value="每年必備在職教育訓練"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system
                value="https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component"/>
        <code value="course-provider"/>
        <display value="開課單位"/>
      </coding>
    </code>
    <valueString value="示範社會福利機構"/>
  </component>
</Observation>