@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "np-nurse-nancy"] ; # Example adapted from MCC eCare Plan Implementation Guide PractitionerRoleMCC2 fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2022-04-21T02:06:18.382+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#oE6CLVfJNYeRB3yq"^^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 "np-nurse-nancy" Version "1" Updated "2022-04-21 02:06:18+0000"

Information Source: #oE6CLVfJNYeRB3yq!

Profile: AU Core PractitionerRole

identifier: Employee Number: 23

active: true

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

practitioner: Practitioner/nurse-nancy " NURSE"

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

code: Registered nurse (provider-taxonomy#363L00000X; SNOMED CT#224535009)

specialty: Nursing Service Providers; Registered Nurse, Diabetes Educator (provider-taxonomy#163WD0400X; SNOMED CT#722165004 "Nursing")

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

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

telecom: ph: (08) 7010 5555(WORK), NNNP@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
*Nancy will be on extended leave during May 20222022-05-01 --> 2022-05-20

availabilityExceptions: Nancy is generally unavailable on public holidays and during Jewish Holidays

" ] ; # 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/nurse-nancy" ] ] ; # 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 "363L00000X" ] ] [ a sct:224535009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "224535009" ] ; fhir:display [ fhir:v "Registered nurse" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ fhir:system [ fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ] ; fhir:code [ fhir:v "163WD0400X" ] ] [ a sct:722165004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "722165004" ] ; fhir:display [ fhir:v "Nursing" ] ] ) ; fhir:text [ fhir:v "Nursing Service Providers; Registered Nurse, Diabetes Educator" ] ] ) ; # 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 5555" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "NNNP@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 "Nancy will be on extended leave during May 2022" ] ; fhir:during [ fhir:start [ fhir:v "2022-05-01"^^xsd:date ] ; fhir:end [ fhir:v "2022-05-20"^^xsd:date ] ] ] ) ; # fhir:availabilityExceptions [ fhir:v "Nancy is generally unavailable on public holidays and during Jewish Holidays"] . # # -------------------------------------------------------------------------------------