FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-pracrole-sitter.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}