@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pharmacist"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "pharmacist"

Profile: AU Core Practitioner

name: Representative Pharmacist

Qualifications

-Code
*Bachelor of Pharmacy ()
" ] ; # 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" ] ] ] ) . # # -------------------------------------------------------------------------------------