@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hi-testdata-drug-alcohol-counsellor"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "hi-testdata-drug-alcohol-counsellor"

Profile: ADHA Core PractitionerRole

identifier: HPI-I: 8003611566708354

practitioner: Practitioner/hi-testdata-sinclair-zane " SINCLAIR"

specialty: Drug and Alcohol Counsellor (1220.0#272112)

telecom: zsin@gmail.com

" ]; fhir:PractitionerRole.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NPI" ]; fhir:Coding.display [ fhir:value "National provider identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "HPI-I" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ]; fhir:Identifier.value [ fhir:value "8003611566708354" ] ]; fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/hi-testdata-sinclair-zane" ] ]; fhir:PractitionerRole.specialty [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0" ]; fhir:Coding.code [ fhir:value "272112" ] ]; fhir:CodeableConcept.text [ fhir:value "Drug and Alcohol Counsellor" ] ]; fhir:PractitionerRole.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "zsin@gmail.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------