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

Generated Narrative: Practitioner pharmacist-representative

identifier: HPI-I/8003611566708354

name: Representative Pharmacist

Qualifications

-Code
*Bachelor of Pharmacy
" ] ; # fhir:identifier ( [ 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 "8003611566708354" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Pharmacist" ] ; fhir:given ( [ fhir:v "Representative" ] ) ; fhir:prefix ( [ fhir:v "Mr." ] ) ] ) ; # fhir:qualification ( [ fhir:code [ fhir:text [ fhir:v "Bachelor of Pharmacy" ] ] ] ) . # # -------------------------------------------------------------------------------------