This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions
: PractitionerRole - Retail pharmacist - JSON Representation
Raw json | Download
{
"resourceType" : "PractitionerRole",
"id" : "pharmacist-retail",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"pharmacist-retail\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PractitionerRole "pharmacist-retail" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-practitionerrole.html\">AU Core PractitionerRole</a></p></div><p><b>identifier</b>: Employee Number: EMP765301</p><p><b>practitioner</b>: <span>: Mr. Pharmacist</span></p><p><b>organization</b>: <span>: A Local Pharmacy</span></p><p><b>code</b>: Pharmacist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (1220.0#251513 "Retail Pharmacist")</span></p><p><b>telecom</b>: <a href=\"mailto:pha@gmail.com\">pha@gmail.com</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "EI",
"display" : "Employee number"
}
],
"text" : "Employee Number"
},
"system" : "http://example.com/pharmacy/emp",
"value" : "EMP765301",
"assigner" : {
"display" : "A Local Pharmacy"
}
}
],
"practitioner" : {
"display" : "Mr. Pharmacist"
},
"organization" : {
"display" : "A Local Pharmacy"
},
"code" : [
{
"coding" : [
{
"system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0",
"code" : "251513",
"display" : "Retail Pharmacist"
}
],
"text" : "Pharmacist"
}
],
"telecom" : [
{
"system" : "email",
"value" : "pha@gmail.com",
"use" : "work"
}
]
}