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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypePractitioner
IdPractitioner-TWCorePractitioner.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 TWCorePractitioner

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

active: true

name: 大吉 連 (Official)

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "TWCorePractitioner",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCorePractitioner"
    ]
  },
  "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.vghtpe.gov.tw/",
      "value": "tvgh001"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "連",
      "given": [
        "大吉"
      ]
    }
  ],
  "gender": "male"
}