@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PractitionerRole ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pharmacist-retail"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: PractitionerRole pharmacist-retail identifier: HPI-I/8003611566708354practitioner: Practitioner Representative Pharmacist organization: Organization Test Org -DigitalHealth 6code: Pharmacistlocation: Location: identifier = HPI-O: 8003629900033370; mode = instance; type = Pharmacy; physicalType = Buildingtelecom: pha@gmail.com" ] ; # 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:practitioner [ fhir:link ; fhir:reference [ fhir:v "Practitioner/pharmacist-representative" ] # relative reference to entry of Practitioner resource ] ; # fhir:organization [ fhir:link ; fhir:reference [ fhir:v "Organization/hi-testdata-pharmacy" ] # relative reference to entry of Organization resource ] ; # fhir:code ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "251513" ] ; fhir:display [ fhir:v "Retail Pharmacist" ] ] ) ; fhir:text [ fhir:v "Pharmacist" ] ] ) ; # fhir:location ( [ fhir:link ; fhir:reference [ fhir:v "Location/hi-testdata-pharmacy" ] # relative reference to entry of Location resource ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "pha@gmail.com" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: PractitionerRole pharmacist-retail
identifier: HPI-I/8003611566708354
practitioner: Practitioner Representative Pharmacist
organization: Organization Test Org -DigitalHealth 6
code: Pharmacist
location: Location: identifier = HPI-O: 8003629900033370; mode = instance; type = Pharmacy; physicalType = Building
telecom: pha@gmail.com