This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions 
Formats: Narrative,XML, JSON, Turtle
Raw json
{
"resourceType" : "PractitionerRole",
"id" : "example3",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example3</p><p><b>meta</b>: </p><p><b>identifier</b>: Medicare Provider Number = 5544887B</p><p><b>practitioner</b>: <a href=\"Practitioner-example3.html\">Generated Summary: id: example3; HPI-I = 8003619900015717; Francis Fernando </a></p><p><b>organization</b>: <a href=\"Organization-example3.html\">Generated Summary: id: example3; ABN = 51824754455; <span title=\"Codes: {http://hl7.org/fhir/organization-type prov}\">Healthcare Provider</span>; name: Devonport Family Medicine Clinic; reception@example.dfmc.com.au(WORK), fax: (03) 8543 5557(WORK), ph: (03) 8543 5556(WORK)</a></p><p><b>specialty</b>: General practitioner principal <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '309394004' = 'General practitioner principal', given as 'General practitioner principal'})</span></p><p><b>location</b>: <a href=\"Location-example3.html\">Generated Summary: id: example3; status: active; <span title=\"Codes: {http://hl7.org/fhir/v3/RoleCode FMC}\">Family medicine clinic</span>; <span title=\"Codes: {http://hl7.org/fhir/location-physical-type bu}\">Building</span></a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example3.html\">Generated Summary: id: example3; <span title=\"Codes: {http://hl7.org/fhir/service-category 17}\">General Practice</span>; <span title=\"Codes: {http://snomed.info/sct 700232004}\">General medical service</span>, <span title=\"Codes: {http://snomed.info/sct 1244901000168103}\">Smoking cessation service</span>; name: General Practitioner services; ph: (03) 8543 5555(WORK); <span title=\"Codes: {http://hl7.org.au/fhir/CodeSystem/service-provision-conditions FBB}\">Fees and Bulk Billing</span></a></p><p><b>telecom</b>: francis.fernando@alphamail.com.au(WORK)</p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td>*</td><td>mon</td><td/><td/></tr></table><h3>NotAvailables</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td></tr><tr><td>*</td><td>Weekends</td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org.au/fhir/v2/0203",
"code" : "UPIN"
}
],
"text" : "Medicare Provider Number"
},
"system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
"value" : "5544887B"
}
],
"practitioner" : {
"reference" : "Practitioner/example3"
},
"organization" : {
"reference" : "Organization/example3"
},
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "309394004",
"display" : "General practitioner principal"
}
]
}
],
"location" : [
{
"reference" : "Location/example3"
}
],
"healthcareService" : [
{
"reference" : "HealthcareService/example3"
}
],
"telecom" : [
{
"system" : "email",
"value" : "francis.fernando@alphamail.com.au",
"use" : "work"
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime" : "08:00:00",
"availableEndTime" : "20:00:00"
}
],
"notAvailable" : [
{
"description" : "Weekends"
}
]
}