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

Profile: AU Core PractitionerRole

identifier: Employee Number: EMP79232999, HPI-I: 8003619900015717

practitioner: Practitioner/surgeon-david " SURGEON"

organization: Organization/hospital-au "Hospital Australia"

code: Surgeon (SNOMED CT#304292004; 1220.0#253511)

location: Location/au-hospital "QLD Hospital"

telecom: ph: (03) 5550 3333

" ] ; # 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 "EMP79232999" ] ; fhir:assigner [ fhir:display [ fhir:v "Hospital Australia" ] ] ] [ 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 "8003619900015717" ] ] ) ; # fhir:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/surgeon-david" ] ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/hospital-au" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:304292004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "304292004" ] ] [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "253511" ] ] ) ; fhir:text [ fhir:v "Surgeon" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/au-hospital" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 3333" ] ] ) . # # -------------------------------------------------------------------------------------