Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DoctorPayneRole1 - JSON Representation

Raw json | Download

{
  "resourceType" : "PractitionerRole",
  "id" : "DoctorPayneRole1",
  "meta" : {
    "profile" : [
      🔗 "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFPractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole DoctorPayneRole1</b></p><a name=\"DoctorPayneRole1\"> </a><a name=\"hcDoctorPayneRole1\"> </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-ARFPractitionerRole.html\">ARFPractitionerRole</a></p></div><p><b>identifier</b>: Medicare Provider Number/2426621B\u00a0(use:\u00a0official,\u00a0)</p><p><b>practitioner</b>: <a href=\"Practitioner-DoctorPayne.html\">Practitioner Jane Payne </a></p><p><b>organization</b>: <a href=\"Organization-VeryRemoteClinic.html\">Organization Very Remote Health Clinic</a></p><p><b>telecom</b>: <a href=\"tel:+61787654321\">+61 7 87654321</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "UPIN"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-provider-number",
      "value" : "2426621B"
    }
  ],
  "practitioner" : {
    🔗 "reference" : "Practitioner/DoctorPayne"
  },
  "organization" : {
    🔗 "reference" : "Organization/VeryRemoteClinic"
  },
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 7 87654321"
    }
  ]
}