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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypePractitioner
IdPractitioner-pra-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

識別碼型別:National Person Identifier Identifier Type Codes#NNxxx)

身分證字號(official):F123456789 (http://www.moi.gov.tw)

識別碼型別:Medical License number Identifier Type Codes#MD)

醫師證號:KP00017 (https://dep.mohw.gov.tw/DOMA)


Source1

{
  "resourceType": "Practitioner",
  "id": "pra-min",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Practitioner-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "F123456789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD"
          }
        ]
      },
      "system": "https://dep.mohw.gov.tw/DOMA",
      "value": "KP00017"
    }
  ]
}