FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeObservation
IdObservation-practitioner-training-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

服務人受訓課程

服務人Practitioner/prac-min

受訓課程名稱:兒少保護基礎訓練

受訓課程時數:12 h

受訓課程類型:每年必備在職教育訓練 服務人受訓課程類型值集#D)

開課單位:示範社會福利機構


Source1

{
  "resourceType": "Observation",
  "id": "practitioner-training-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/PractitionerTrainingObservation-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://sfaa.gov.tw/base/CodeSystem/twss-observation-type",
        "code": "practitioner-training",
        "display": "服務人受訓課程"
      }
    ]
  },
  "focus": [
    {
      "reference": "Practitioner/prac-min"
    }
  ],
  "effectivePeriod": {
    "start": "2026-06-01",
    "end": "2026-06-02"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component",
            "code": "training-course-name",
            "display": "受訓課程名稱"
          }
        ]
      },
      "valueString": "兒少保護基礎訓練"
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component",
            "code": "training-course-hours",
            "display": "受訓課程時數"
          }
        ]
      },
      "valueQuantity": {
        "value": 12,
        "unit": "h",
        "system": "http://unitsofmeasure.org",
        "code": "h"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component",
            "code": "training-course-type",
            "display": "受訓課程類型"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-training-course-type",
            "code": "D",
            "display": "每年必備在職教育訓練"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component",
            "code": "course-provider",
            "display": "開課單位"
          }
        ]
      },
      "valueString": "示範社會福利機構"
    }
  ]
}