This is an old version - please visit our new IG location
1.1.0 - published

This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions

: Practitioner role 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerrole1",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 23</p><p><b>active</b>: true</p><p><b>period</b>: Aug 1, 2019 2:00:00 AM --&gt; Dec 1, 2019 1:00:00 AM</p><p><b>practitioner</b>: <a href=\"Practitioner-practitioner1.html\">Dr Katherine Pulaski. Generated Summary: id: 79121137740 (OFFICIAL), id: 18749704477 (OFFICIAL); Katherine Pulaski (OFFICIAL); katherine.pulaski@enterprisehospital.be, Phone: 022675198, Fax: 022675209; gender: female; birthDate: 1979-12-11</a></p><p><b>code</b>: <span title=\"Codes: {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty persphysician}\">physician</span></p><p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 419772000}\">Family practice</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: mon, tue, wed</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: thu, fri</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><h3>NotAvailables</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td>*</td><td>Katherine will be on extended leave during August 2020</td><td>Aug 1, 2020 2:00:00 AM --&gt; Aug 20, 2020 2:00:00 AM</td></tr></table><p><b>availabilityExceptions</b>: Katherine is generally unavailable on public holidays and during the Christmas/New Year break</p></div>"
  },
  "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/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" : "16:30: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"
}