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

FHIR IG analytics

Packagehl7.fhir.be.core
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole1.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 practitionerrole1

version: 1; Last updated: 2019-07-01 13:30:55+0000

Profile: BePractitionerRole

identifier: http://www.acme.org/practitioners/23

active: true

period: 2019-08-01 00:00:00+0000 --> 2019-12-01 00:00:00+0000

practitioner: Dr Katherine Pulaski

code: physician

specialty: Family practice

availableTime

daysOfWeek: Monday, Tuesday, Wednesday

availableStartTime: 09:00:00

availableEndTime: 16:30:00

availableTime

daysOfWeek: Thursday, Friday

availableStartTime: 09:00:00

availableEndTime: 12:00:00

NotAvailables

-DescriptionDuring
*Katherine will be on extended leave during August 20202020-08-01 00:00:00+0000 --> 2020-08-20 00:00:00+0000

availabilityExceptions: Katherine is generally unavailable on public holidays and during the Christmas/New Year break


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-01T13:30:55.864+00:00",
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "23"
    }
  ],
  "active": true,
  "period": {
    "start": "2019-08-01T00:00:00.000Z",
    "end": "2019-12-01T00:00:00.000Z"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner1",
    "display": "Dr Katherine Pulaski"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty",
          "code": "persphysician",
          "display": "physician"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "16:30:00"
    },
    {
      "daysOfWeek": [
        "thu",
        "fri"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "12:00:00"
    }
  ],
  "notAvailable": [
    {
      "description": "Katherine will be on extended leave during August 2020",
      "during": {
        "start": "2020-08-01T00:00:00.000Z",
        "end": "2020-08-20T00:00:00.000Z"
      }
    }
  ],
  "availabilityExceptions": "Katherine is generally unavailable on public holidays and during the Christmas/New Year break"
}