@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "meyer-adam-microbiologist"]; 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:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"; fhir:index 1; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: PractitionerRole

Resource PractitionerRole "meyer-adam-microbiologist"

Profiles: ADHA Core PractitionerRole, ADHA Authoring PractitionerRole

identifier: HPI-I: 8003619900041630

practitioner: Practitioner/meyer-adam " MEYER"

organization: Organization/metro-qld-path-lab "Metropolitan Pathology QLD"

code: Microbiologist (SNOMED CT#159138004)

location: Location/metro-qld-path-lab "Metropolitan Pathology QLD DOOMBEN"

telecom: ph: (07) 7010 3453(WORK)

" ]; 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 "8003619900041630" ] ]; fhir:PractitionerRole.practitioner [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/meyer-adam" ] ]; fhir:PractitionerRole.organization [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/metro-qld-path-lab" ] ]; fhir:PractitionerRole.code [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:159138004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "159138004" ] ]; fhir:CodeableConcept.text [ fhir:value "Microbiologist" ] ]; fhir:PractitionerRole.location [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Location/metro-qld-path-lab" ] ]; fhir:PractitionerRole.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(07) 7010 3453" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------