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

Generated Narrative: PractitionerRole george-david-oncologist

version: 1.0.1.0

Profile: ADHA Core PractitionerRole

identifier: Employee Number/123113, HPI-I/8003614900041243, Prescriber Number/3575376

practitioner: Dr David George

organization: Fred Hope Cancer Centre

code: Oncologist

" ] ; # 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://fredhopecancercentre.example.org/nsw-hospital/staff"^^xsd:anyURI ] ; fhir:value [ fhir:v "123113" ] ; fhir:assigner [ fhir:display [ fhir:v "Fred Hope Cancer Centre" ] ] ] [ 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:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRES" ] ] ) ; fhir:text [ fhir:v "Prescriber Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-prescriber-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "3575376" ] ] ) ; # fhir:practitioner [ fhir:display [ fhir:v "Dr David George" ] ] ; # fhir:organization [ fhir:display [ fhir:v "Fred Hope Cancer Centre" ] ] ; # fhir:code ( [ fhir:coding ( [ a sct:309295000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "309295000" ] ] ) ; fhir:text [ fhir:v "Oncologist" ] ] ) . # # -------------------------------------------------------------------------------------