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-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

人員角色資料

角色識別碼: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


Source1

{
  "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"
    }
  ]
}