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-adoption-manager.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-adoption-manager "李負責"

服務機構Organization/org-adoption "希望收出養服務中心"

角色:負責人 SNOMED CT#106333009)

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

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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "pracrole-adoption-manager",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/PractitionerRole-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "period": {
    "start": "2026-01-15",
    "end": "2026-12-31"
  },
  "practitioner": {
    "reference": "Practitioner/prac-adoption-manager"
  },
  "organization": {
    "reference": "Organization/org-adoption"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "106333009",
          "display": "Manager"
        }
      ],
      "text": "負責人"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912333444"
    }
  ]
}