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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleKPS.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 PractitionerRoleKPS

Profile: Practitioner Role Profile - KPS version: 0.1.0

identifier: PractitionerRoleIdentifierNamingSystem/PROLE-VAL-001

practitioner: Practitioner Anne Njoroge

organization: Organization Kenyatta National Hospital

code: Consultant physician


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleKPS",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-practitioner-role|0.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://nshr-uat.sha.go.ke/fhir/NamingSystem/practitioner-role-identifier",
      "value": "PROLE-VAL-001"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/PractitionerKPS"
  },
  "organization": {
    "reference": "Organization/OrganizationKPS"
  },
  "code": [
    {
      "text": "Consultant physician"
    }
  ]
}