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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypePractitioner
IdPractitioner-ltc-practitioner-physician-aa12-example.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 ltc-practitioner-physician-aa12-example

identifier: https://www.tph.mohw.gov.tw/DR001234 (use: official, ), http://www.immigration.gov.tw/A123456789 (use: official, )

name: 王醫師

telecom: ph: 02-23123456(Work), dr.wang@hospital.tw

address: 台北市中正區重慶南路一段122號

gender: Male

birthDate: 1975-06-15

Qualifications

-IdentifierCodePeriodIssuer
*https://www.mohw.gov.tw/MD123456Doctor of Medicine2000-07-01 --> (ongoing)台灣大學醫學院

Source1

{
  "resourceType": "Practitioner",
  "id": "ltc-practitioner-physician-aa12-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://www.tph.mohw.gov.tw",
      "value": "DR001234"
    },
    {
      "use": "official",
      "system": "http://www.immigration.gov.tw",
      "value": "A123456789"
    }
  ],
  "name": [
    {
      "text": "王醫師",
      "family": "王",
      "given": [
        "志明"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-23123456",
      "use": "work"
    },
    {
      "system": "email",
      "value": "dr.wang@hospital.tw",
      "use": "work"
    }
  ],
  "address": [
    {
      "text": "台北市中正區重慶南路一段122號",
      "line": [
        "重慶南路一段122號"
      ],
      "city": "台北市",
      "district": "中正區",
      "postalCode": "100",
      "country": "TW"
    }
  ],
  "gender": "male",
  "birthDate": "1975-06-15",
  "qualification": [
    {
      "identifier": [
        {
          "system": "https://www.mohw.gov.tw",
          "value": "MD123456"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      },
      "period": {
        "start": "2000-07-01"
      },
      "issuer": {
        "display": "台灣大學醫學院"
      }
    }
  ]
}