@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "gp-primary-peter"] ; # Example adapted from MCC eCare Plan Implementation Guide PractitionerRoleMCC3 fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2022-05-18T23:39:06.982+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#iQ383PGcdyFc6WvK"^^xsd:anyURI ] ; fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "gp-primary-peter" Version "2" Updated "2022-05-18 23:39:06+0000"

Information Source: #iQ383PGcdyFc6WvK!

Profile: AU Core PractitionerRole

identifier: Employee Number: 23

active: true

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

practitioner: Practitioner/primary-peter: Dr Peter Primary " PRIMARY"

organization: http://example.org/SomeOrganization/123

code: General Practice Physician (provider-taxonomy#208D00000X; SNOMED CT#62247001; 1220.0#253111)

specialty: Public Health & General Preventive Medicine Physician (provider-taxonomy#2083P0901X; SNOMED CT#394814009 "General practice (specialty)")

location: http://example.org/Location/SouthWing: South Wing, second floor

healthcareService: http://example.org/HealthcareService/123

telecom: ph: (08) 7010 5556(WORK), PPP@example.org

availableTime

daysOfWeek: mon, tue, wed

availableStartTime: 09:00:00

availableEndTime: 16:30:00

availableTime

daysOfWeek: thu, fri

availableStartTime: 09:00:00

availableEndTime: 12:00:00

NotAvailables

-DescriptionDuring
*Peter will be on extended leave during June 20222017-05-01 --> 2017-05-20

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

" ] ; # 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:text [ fhir:v "Employee Number" ] ] ; fhir:system [ fhir:v "http://example.org/SomeOrganization/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/primary-peter" ] ; fhir:display [ fhir:v "Dr Peter Primary" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "http://example.org/SomeOrganization/123" ] ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "208D00000X" ] ; fhir:display [ fhir:v "General Practice Physician" ] ] [ a sct:62247001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62247001" ] ] [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "253111" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "2083P0901X" ] ; fhir:display [ fhir:v "Public Health & General Preventive Medicine Physician" ] ] [ a sct:394814009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394814009" ] ; fhir:display [ fhir:v "General practice (specialty)" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "http://example.org/Location/SouthWing" ] ; fhir:display [ fhir:v "South Wing, second floor" ] ] ) ; # fhir:healthcareService ( [ fhir:link ; fhir:reference [ fhir:v "http://example.org/HealthcareService/123" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(08) 7010 5556" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "PPP@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 "Peter will be on extended leave during June 2022" ] ; fhir:during [ fhir:start [ fhir:v "2017-05-01"^^xsd:date ] ; fhir:end [ fhir:v "2017-05-20"^^xsd:date ] ] ] ) ; # fhir:availabilityExceptions [ fhir:v "Peter is generally unavailable on public holidays and during the Christmas/New Year break"] . # # -------------------------------------------------------------------------------------