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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypePractitionerRole
IdPractitionerRole-ExampleSGHIPractitionerRole.json
FHIR VersionR5

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 ExampleSGHIPractitionerRole

identifier: Medical Record Number/3456789QWERTY

active: true

period: 2025-01-01 --> 2025-01-31

practitioner: Practitioner James Pond(official)

organization: Organization SGHI Healthcare Organization

code: doctor

specialty: General practice

location: Nairobi Hospital

Contacts

-NameTelecomAddress
*Mary Pond(Official)+254-733-987654Nairobi 98765 Kenya (work)

availability

AvailableTimes

-DaysOfWeekAllDayAvailableStartTimeAvailableEndTime
*Mondayfalse08:00:0015:00:00

NotAvailableTimes

-DescriptionDuring
*Away on business2025-07-07 --> 2025-10-07

Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExampleSGHIPractitionerRole",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "3456789QWERTY",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "active": true,
  "period": {
    "start": "2025-01-01",
    "end": "2025-01-31"
  },
  "practitioner": {
    "reference": "Practitioner/ExampleSGHIPractitioner"
  },
  "organization": {
    "reference": "Organization/ExampleSGHIOrganization"
  },
  "code": [
    {
      "coding": [
        {
          "code": "71388002",
          "display": "doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "264814015",
          "display": "General practice"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/ExampleSGHILocation",
      "display": "Nairobi Hospital"
    }
  ],
  "contact": [
    {
      "name": [
        {
          "use": "official",
          "text": "Mary Pond",
          "family": "Pond",
          "given": [
            "Mary"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+254-733-987654"
        }
      ],
      "address": {
        "use": "work",
        "type": "physical",
        "city": "Nairobi",
        "postalCode": "98765",
        "country": "Kenya"
      }
    }
  ],
  "availability": [
    {
      "availableTime": [
        {
          "daysOfWeek": [
            "mon"
          ],
          "allDay": false,
          "availableStartTime": "08:00:00",
          "availableEndTime": "15:00:00"
        }
      ],
      "notAvailableTime": [
        {
          "description": "Away on business",
          "during": {
            "start": "2025-07-07",
            "end": "2025-10-07"
          }
        }
      ]
    }
  ]
}