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

FHIR IG analytics

Packageke.fhir.core
Resource TypePractitionerRole
IdPractitionerRole-example-practitionerrole-njoroge-knh.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 example-practitionerrole-njoroge-knh

practitioner: Practitioner Dr. Sarah Njoroge

organization: Organization Kenyatta National Hospital

code: Doctor

specialty: Medical Doctor


Source1

{
  "resourceType": "PractitionerRole",
  "id": "example-practitionerrole-njoroge-knh",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/example-practitioner-njoroge"
  },
  "organization": {
    "reference": "Organization/example-organization-knh"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/core/CodeSystem/PractitionerRolesCS",
          "code": "DOCTOR",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/core/CodeSystem/PractitionerSpecialtiesCS",
          "code": "MEDICAL-DOCTOR",
          "display": "Medical Doctor"
        }
      ]
    }
  ]
}