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

FHIR IG analytics

Packagetw.mirdc.dental
Resource TypePractitioner
IdPractitioner-Dental-practitioner-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 Dental-practitioner-example

identifier: National unique individual identifier/B123456789, Medical License number/12345

name: 李醫師

telecom: ph: 0934-567-890

gender: Female

Qualifications

-IdentifierCodePeriod
*http://mohw.gov.tw/dental/D12345Doctor of Medicine2010-01-01 --> (ongoing)

Source1

{
  "resourceType": "Practitioner",
  "id": "Dental-practitioner-example",
  "meta": {
    "profile": [
      "http://dental-ig.fhir.tw/StructureDefinition/Practitioner-twdental"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ],
        "text": "National unique individual identifier"
      },
      "system": "http://www.moi.gov.tw/id",
      "value": "B123456789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MD"
          }
        ],
        "text": "Medical License number"
      },
      "system": "http://mohw.gov.tw/license",
      "value": "12345"
    }
  ],
  "name": [
    {
      "text": "李醫師"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0934-567-890"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://mohw.gov.tw/dental",
          "value": "D12345"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      },
      "period": {
        "start": "2010-01-01"
      }
    }
  ]
}