@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "pharmacist-representative"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Practitioner

Resource Practitioner \"pharmacist-representative\"

identifier: HPI-I: 8003611566708354

name: Representative Pharmacist

Qualifications

-Code
*Bachelor of Pharmacy ()
" ]; fhir:Practitioner.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:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Pharmacist" ]; fhir:HumanName.given [ fhir:value "Representative"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Mr."; fhir:index 0 ] ]; fhir:Practitioner.qualification [ fhir:index 0; fhir:Practitioner.qualification.code [ fhir:CodeableConcept.text [ fhir:value "Bachelor of Pharmacy" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------