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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypePractitionerRole
IdPractitionerRole-praro-phc-example.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

藥師角色基本資料

識別碼型別:Medical License number Identifier Type Codes#MD)
員工編號(official): KP00020 (https://www.tph.mohw.gov.tw)

紀錄狀態(active):使用中

授權可執業時間範圍:2022-07-31 ~ 2024-07-31

健康照護服務提供者Practitioner/pra-phc-example "陳耀詩"

地點Location/loc-pharm-example "第二藥局"

角色:藥師(Pharmacist) SNOMED CT#46255001)

聯絡方式:PhoneContactPointSystem#phone)
聯絡電話:(Mobile)0912475693ContactPointUse#mobile)
聯絡時間:週一 ~ 週五 , 08:00-16:00
聯絡注意事項:若遇到緊急狀況可能會影響工作日。

此期間無提供服務:2023-08-01 ~ 2023-08-15
無法提供原因:家中有事請假。


Source1

{
  "resourceType": "PractitionerRole",
  "id": "praro-phc-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/PractitionerRole-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD"
          }
        ]
      },
      "system": "https://www.tph.mohw.gov.tw",
      "value": "KP00020"
    }
  ],
  "active": true,
  "period": {
    "start": "2022-07-31",
    "end": "2024-07-31"
  },
  "practitioner": {
    "reference": "Practitioner/pra-phc-example",
    "display": "陳耀詩"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "46255001",
          "display": "Pharmacist"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/loc-pharm-example",
      "display": "第二藥局"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912475693",
      "use": "mobile"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "allDay": false,
      "availableStartTime": "08:00:00",
      "availableEndTime": "16:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "家中有事請假",
      "during": {
        "start": "2023-08-01",
        "end": "2023-08-15"
      }
    }
  ],
  "availabilityExceptions": "若遇到緊急狀況可能會影響工作日"
}