@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole example-01

identifier: Employee number/23

active: true

period: 2012-01-01 --> 2012-03-31

practitioner: Dr DEF

organization: Organization XYZ Lab Pvt.Ltd.

code: General pathologist

specialty: General medical practice

telecom: ph: (03) 5555 6473(Work), def.southern@example.org

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
*DEF will be on extended leave during Nov 20202020-11-01 --> 2020-11-20

availabilityExceptions: Adam is generally unavailable on public holidays

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ; fhir:display [ fhir:v "Employee number" ] ] ) ] ; fhir:system [ fhir:v "http://www.ndhm.in/practitioners"^^xsd:anyURI ] ; fhir:value [ fhir:v "23" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:period [ fhir:start [ fhir:v "2012-01-01"^^xsd:date ] ; fhir:end [ fhir:v "2012-03-31"^^xsd:date ] ] ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ; fhir:display [ fhir:v "Dr DEF" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:85733003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "85733003" ] ; fhir:display [ fhir:v "General pathologist" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:408443003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "408443003" ] ; fhir:display [ fhir:v "General medical practice" ] ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5555 6473" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "def.southern@example.org" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:availableTime ( [ fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] ) ; fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "16:30:00"^^xsd:time ] ] [ fhir:daysOfWeek ( [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "12:00:00"^^xsd:time ] ] ) ; # fhir:notAvailable ( [ fhir:description [ fhir:v "DEF will be on extended leave during Nov 2020" ] ; fhir:during [ fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ; fhir:end [ fhir:v "2020-11-20"^^xsd:date ] ] ] ) ; # fhir:availabilityExceptions [ fhir:v "Adam is generally unavailable on public holidays"] . # # -------------------------------------------------------------------------------------