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

FHIR IG analytics

Packagefhir.rehabig
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleExample.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: PractitionerRole PractitionerRoleExample

active: true

practitioner: Practitioner 小姐 李 (official)

organization: Organization 台灣健康醫院

code: Primary Care Provider

specialty: General medicine


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleExample",
  "meta": {
    "profile": [
      "https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/PractitionerRole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ot-therapist-001"
  },
  "organization": {
    "reference": "Organization/OrganizationExample"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0286",
          "code": "PP",
          "display": "Primary Care Provider"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-consultation-department-nhi-tw",
          "code": "00",
          "display": "General medicine"
        }
      ]
    }
  ]
}