@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "canberra-gp"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PractitionerRole canberra-gp

identifier: Employee Number/23RQ2809H, HPI-I/8003614900041243

practitioner: Practitioner Representative Practitioner

organization: Organization Average Canberra Medical Centre

code: General Practitioner

location: Location Fancy Building

telecom: ph: 0491 574 118, information@avgcanberramedicalcentre.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/8003629900033370"^^xsd:anyURI ] ; fhir:value [ fhir:v "23RQ2809H" ] ; fhir:assigner [ fhir:display [ fhir:v "Average Canberra Medical Centre ACT" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NPI" ] ; fhir:display [ fhir:v "National provider identifier" ] ] ) ; fhir:text [ fhir:v "HPI-I" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpii/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003614900041243" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/rep-prac-gp" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/avg-canberra-medical-centre" ] ] ; # 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/avg-canberra-medical-centre" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491 574 118" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "information@avgcanberramedicalcentre.example.com" ] ] ) . # # -------------------------------------------------------------------------------------