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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:PractitionerRole;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "practitionerrole1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole";
       fhir:index 0;
       fhir:link <https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:PractitionerRole.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ];
     fhir:Identifier.value [ fhir:value "23" ]
  ];
  fhir:PractitionerRole.active [ fhir:value "true"^^xsd:boolean];
  fhir:PractitionerRole.period [
     fhir:Period.start [ fhir:value "2019-08-01T00:00:00.000Z"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2019-12-01T00:00:00.000Z"^^xsd:dateTime ]
  ];
  fhir:PractitionerRole.practitioner [
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner1" ];
     fhir:Reference.display [ fhir:value "Dr Katherine Pulaski" ]
  ];
  fhir:PractitionerRole.code [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-hcparty" ];
       fhir:Coding.code [ fhir:value "persphysician" ];
       fhir:Coding.display [ fhir:value "physician" ]     ]
  ];
  fhir:PractitionerRole.specialty [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:419772000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "419772000" ];
       fhir:Coding.display [ fhir:value "Family practice" ]     ]
  ];
  fhir:PractitionerRole.availableTime [
     fhir:index 0;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "mon";
       fhir:index 0     ], [
       fhir:value "tue";
       fhir:index 1     ], [
       fhir:value "wed";
       fhir:index 2     ];
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "09:00:00"^^xsd:time ];
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "16:30:00"^^xsd:time ]
  ], [
     fhir:index 1;
     fhir:PractitionerRole.availableTime.daysOfWeek [
       fhir:value "thu";
       fhir:index 0     ], [
       fhir:value "fri";
       fhir:index 1     ];
     fhir:PractitionerRole.availableTime.availableStartTime [ fhir:value "09:00:00"^^xsd:time ];
     fhir:PractitionerRole.availableTime.availableEndTime [ fhir:value "16:30:00"^^xsd:time ]
  ];
  fhir:PractitionerRole.notAvailable [
     fhir:index 0;
     fhir:PractitionerRole.notAvailable.description [ fhir:value "Katherine will be on extended leave during August 2020" ];
     fhir:PractitionerRole.notAvailable.during [
       fhir:Period.start [ fhir:value "2020-08-01T00:00:00.000Z"^^xsd:dateTime ];
       fhir:Period.end [ fhir:value "2020-08-20T00:00:00.000Z"^^xsd:dateTime ]     ]
  ];
  fhir:PractitionerRole.availabilityExceptions [ fhir:value "Katherine is generally unavailable on public holidays and during the Christmas/New Year break"].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.