{
  "resourceType" : "PractitionerRole",
  "id" : "example0",
  "meta" : {
    "profile" : ["http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>Narrative</b>\n\t\t\t</p>\n\t\t\t<p><b>id</b>: example0</p>\n\t\t\t<p><b>meta</b>: </p>\n\t\t\t<p><b>identifier</b>: Medicare Provider Number: 1234561A</p>\n\t\t\t<p><b>active</b>: true</p>\n\t\t\t<p><b>practitioner</b>: <a href=\"Practitioner-example0.html\">Generated Summary: id: example0; HPI-I: 8003619900015717, Prescriber Number: 453221, Ahpra Registration Number: MED0000932945,\n\t\t\t\t\tCare Agency Employee Identifier: 9003600003999997; active; Helen Mayo ; helen.mayo@downunderhospital.example.com(WORK); <span title=\"Codes: {urn:ietf:bcp:47 asf}\">Auslan</span></a></p>\n\t\t\t<p><b>organization</b>: <a href=\"Organization-example0.html\">Generated Summary: id: example0; HPI-O: 8003621566684455; active; name: Downunder Hospital;\n\t\t\t\t\thelen.mayo@downunderhospital.example.com(WORK)</a></p>\n\t\t\t<p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 394579002}\">Cardiology</span></p>\n\t\t\t<p><b>location</b>: <a href=\"Location-example0.html\">Generated Summary: id: example0; status: active; name: Downunder Hospital Blacktown; ph: 0255503555(WORK)</a></p>\n\t\t\t<p><b>telecom</b>: ph: 0255507777(WORK), ph: 0255508888(After Hours)</p>\n\t\t</div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
        "code" : "UPIN"
      }],
      "text" : "Medicare Provider Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
    "value" : "1234561A"
  }],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/example0"
  },
  "organization" : {
    "reference" : "Organization/example0"
  },
  "specialty" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "394579002",
      "display" : "Cardiology"
    }]
  }],
  "location" : [{
    "reference" : "Location/example0"
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "0255507777",
    "use" : "work"
  },
  {
    "extension" : [{
      "url" : "http://hl7.org.au/fhir/StructureDefinition/contact-purpose",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://terminology.hl7.org.au/CodeSystem/contact-purpose",
          "code" : "after-hours",
          "display" : "After Hours"
        }]
      }
    }],
    "system" : "phone",
    "value" : "0255508888"
  }]
}