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

Profile: AU Core PractitionerRole

identifier: Employee Number/BBC-GA-001

practitioner: Practitioner/bobrester-bob " BOBRESTER"

organization: Organization/bobrester-medical-center "Bobrester Medical Center"

code: General Practitioner (SNOMED CT#62247001; 1220.0#253111)

location: Location/bobrester-medical-center "Tindal Building"

telecom: ph: 0491579760, drbob@bobrestermedical.example.com

" ] ; # 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://ns.electronichealth.net.au/id/hpio-scoped/service-provider-individual/1.0/8003621566684455"^^xsd:anyURI ] ; fhir:value [ fhir:v "BBC-GA-001" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/bobrester-bob" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/bobrester-medical-center" ] ] ; # fhir:code ( [ fhir:coding ( [ 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:text [ fhir:v "General Practitioner" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/bobrester-medical-center" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491579760" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "drbob@bobrestermedical.example.com" ] ] ) . # # -------------------------------------------------------------------------------------