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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypePractitionerRole
IdPractitionerRole-pracrole-sitter.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-sitter "林托育"

服務機構Organization/org-childcare "安心托嬰中心"

托育地址Location/location-min "安心托嬰中心托育地址"

角色:托育人員 SNOMED CT#158939004)

任職期間:2026-02-01至2026-12-31

聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:0912000111


Source1

{
  "resourceType": "PractitionerRole",
  "id": "pracrole-sitter",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/PractitionerRole-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "period": {
    "start": "2026-02-01",
    "end": "2026-12-31"
  },
  "practitioner": {
    "reference": "Practitioner/prac-sitter"
  },
  "organization": {
    "reference": "Organization/org-childcare"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "158939004",
          "display": "Child care officer"
        }
      ],
      "text": "托育人員"
    }
  ],
  "location": [
    {
      "reference": "Location/location-min"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912000111"
    }
  ]
}