@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example1"] ; # 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 "example1"

Profile: AU Base Practitioner Role

identifier: NPIO: 8003619900015717@8003621566684455

practitioner: Practitioner/example1 " SMITH"

organization: Organization/example1 "Albion Hospital"

code: Radiologist (SNOMED CT#66862007)

location: Location/example1

healthcareService: HealthcareService/example1 "Albion Hospital Radiology Service"

telecom: steve.smith@albionhospital.example.com

availabilityExceptions: Availability on public holidays may vary, please contact the hospital directly to confirm.

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPIO" ] ; fhir:display [ fhir:v "National provider at organisation identifier" ] ] ) ; fhir:text [ fhir:v "NPIO" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/npio"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003619900015717@8003621566684455" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example1" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/example1" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:66862007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "66862007" ] ; fhir:display [ fhir:v "Radiologist" ] ] ) ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/example1" ] ] ) ; # fhir:healthcareService ( [ fhir:link ; fhir:reference [ fhir:v "HealthcareService/example1" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "steve.smith@albionhospital.example.com" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:availabilityExceptions [ fhir:v "Availability on public holidays may vary, please contact the hospital directly to confirm."] . # # -------------------------------------------------------------------------------------