FHIR IG analytics| Package | tw.gov.mohw.twss.base |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-pracrole-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
角色識別碼:ROLE-001 (https://example.org/twss/practitioner-role-id)
角色狀態:Active
人員: Practitioner/prac-min "陳社工"
服務機構: Organization/org-min "社家署示範機構"
角色:社工 ( SNOMED CT#106328005)
任職期間:2026-01-01至2026-12-31
角色聯絡方式:Phone ( ContactPointSystem#phone)
角色聯絡電話:(Work)02-22334455
{
"resourceType": "PractitionerRole",
"id": "pracrole-min",
"meta": {
"profile": [
"https://sfaa.gov.tw/base/StructureDefinition/PractitionerRole-twss-base"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://sfaa.gov.tw/base/StructureDefinition/twss-practitioner-role-relative-nanny",
"valueBoolean": false
},
{
"url": "https://sfaa.gov.tw/base/StructureDefinition/twss-practitioner-role-salary",
"valueDecimal": 38000
}
],
"identifier": [
{
"system": "https://example.org/twss/practitioner-role-id",
"value": "ROLE-001"
}
],
"active": true,
"period": {
"start": "2026-01-01",
"end": "2026-12-31"
},
"practitioner": {
"reference": "Practitioner/prac-min"
},
"organization": {
"reference": "Organization/org-min"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "106328005",
"display": "Social worker"
}
],
"text": "社工"
}
],
"telecom": [
{
"system": "phone",
"value": "02-22334455",
"use": "work"
}
]
}