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

FHIR IG analytics

Packagetw.cathay.fhir.iclaim
Resource TypePractitioner
IdPractitioner-Practitioner-Chen.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):031932 (https://www.cgh.org.tw)

姓名(official):陳健骨


Source1

{
  "resourceType": "Practitioner",
  "id": "Practitioner-Chen",
  "meta": {
    "profile": [
      "https://claim.cgh.org.tw/iclaim/StructureDefinition/practitioner-iclaim"
    ]
  },
  "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.cgh.org.tw",
      "value": "031932"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "陳健骨"
    }
  ]
}