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

FHIR IG analytics

Packagetsti.adultcheck
Resource TypePractitioner
IdPractitioner-practitioner-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "practitioner-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Practitioner-twcore"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "MD",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://www.tph.mohw.gov.tw",
      "value": "KP00017"
    }
  ],
  "name": [
    {
      "given": [
        "Yi Sheng"
      ],
      "use": "official",
      "text": "ηŽ‹δΎζ˜‡",
      "family": "Wang"
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "2022-07-31",
        "end": "2024-07-31"
      },
      "system": "phone",
      "value": "0993277826",
      "use": "mobile"
    }
  ],
  "active": true,
  "gender": "male",
  "birthDate": "1980-11-11"
}