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

FHIR IG analytics

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

Generated Narrative: Practitioner pra-ds

identifier: Medical License number/A01 (use: official, )

name: 洪文武(Official)

telecom: ph: 02-29765731(Work)


Source1

{
  "resourceType": "Practitioner",
  "id": "pra-ds",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Practitioner-DS"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "A01"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "洪文武"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-29765731",
      "use": "work"
    }
  ]
}