{
  "resourceType" : "PractitionerRole",
  "id" : "ex-practitionerrole-helen-bobrester",
  "meta" : {
    "profile" : ["http://digitalhealth.gov.au/fhir/cnd/StructureDefinition/cnd-practitionerrole"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole ex-practitionerrole-helen-bobrester</b></p><a name=\"ex-practitionerrole-helen-bobrester\"> </a><a name=\"hcex-practitionerrole-helen-bobrester\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cnd-practitionerrole.html\">CND PractitionerRole</a></p></div><p><b>identifier</b>: Medicare Provider Number/1234561A</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-ex-practitioner-helen.html\">Practitioner Helen Mayo </a></p><p><b>organization</b>: <a href=\"Organization-ex-organization-bobrester.html\">Organization Bobrester Medical Center</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">General practitioner</span></p><p><b>telecom</b>: ph: 0255507777(Work)</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
        "code" : "UPIN"
      }]
    },
    "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
    "value" : "1234561A"
  }],
  "active" : true,
  "practitioner" : {
    "reference" : "Practitioner/ex-practitioner-helen"
  },
  "organization" : {
    "reference" : "Organization/ex-organization-bobrester"
  },
  "code" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "62247001",
      "display" : "General practitioner"
    }]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "0255507777",
    "use" : "work"
  }]
}