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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypePractitionerRole
IdPractitionerRole-HIEPractitionerRole-example.json
FHIR VersionR4B

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

PractitionerRole Summary

Dr. John Clinician, Cardiologist at Acme Health Center. Accepting referrals. Weekday availability 09:00 to 17:00, except on scheduled CME.

PractitionerPractitioner/pr-001 (Dr. John Clinician)
OrganizationOrganization/org-001 (Acme Health Center)
RoleDoctor
SpecialtyCardiology
LocationsLocation/loc-cardiology-1
ServicesHealthcareService/hs-cardiology-opd
Telecom+254700000010, cardiology@acme.example.org
AvailabilityMon–Fri, 09:00–17:00
ExceptionsCME 2025-12-05 to 2025-12-06

Source1

{
  "resourceType": "PractitionerRole",
  "id": "HIEPractitionerRole-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      "system": "http://acme.example.org/dir/roles",
      "value": "PRROLE-0001"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/pr-001",
    "display": "Dr. John Clinician"
  },
  "organization": {
    "reference": "Organization/org-001",
    "display": "Acme Health Center"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/loc-cardiology-1",
      "display": "Cardiology OPD Room 3"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/hs-cardiology-opd",
      "display": "Outpatient Cardiology Service"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254700000010",
      "use": "work",
      "rank": 1
    },
    {
      "system": "email",
      "value": "cardiology@acme.example.org",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "allDay": false,
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "CME attendance",
      "during": {
        "start": "2025-12-05",
        "end": "2025-12-06"
      }
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/ep-fhir-r4",
      "display": "FHIR R4 Endpoint for Scheduling"
    }
  ]
}