@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example3"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "example3"

Profile: AU Base Practitioner Role

identifier: Medicare Provider Number: 1234561A

practitioner: Practitioner/example3 " FERNANDO"

organization: Organization/example3 "Devonport Family Medicine Clinic"

code: General practitioner (SNOMED CT#62247001)

specialty: General practice (specialty) (SNOMED CT#394814009)

location: Location/example3

healthcareService: HealthcareService/example3 "General Practitioner services"

telecom: francis.fernando@alphamail.example.com

AvailableTimes

-DaysOfWeekAvailableStartTimeAvailableEndTime
*mon, tue, wed, thu, fri08:00:0020:00:00

NotAvailables

-Description
*Weekends
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "UPIN" ] ] ) ; fhir:text [ fhir:v "Medicare Provider Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-provider-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "1234561A" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example3" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/example3" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:62247001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "62247001" ] ; fhir:display [ fhir:v "General practitioner" ] ] ) ] ) ; # fhir:specialty ( [ fhir:coding ( [ 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 "Location/example3" ] ] ) ; # fhir:healthcareService ( [ fhir:link ; fhir:reference [ fhir:v "HealthcareService/example3" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "francis.fernando@alphamail.example.com" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:availableTime ( [ fhir:daysOfWeek ( [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ; fhir:availableStartTime [ fhir:v "08:00:00"^^xsd:time ] ; fhir:availableEndTime [ fhir:v "20:00:00"^^xsd:time ] ] ) ; # fhir:notAvailable ( [ fhir:description [ fhir:v "Weekends" ] ] ) . # # -------------------------------------------------------------------------------------