Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Dr. Fredrika Bremer, Cardiologist, NSW Hospital - Cardiology - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "bremer-frederika-cardiologist",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-core-1"🔗 ,
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitionerrole-author-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h3>Dr. Fredrika Bremer</h3>\n            <p>Cardiologist</p>\n            <p>NSW Hospital - Cardiology</p>\n            <table>\n                <tr>\n                    <td>HPI-I</td>\n                    <td>8003608833357361</td>\n                </tr>\n                <tr>\n                    <td>Employee Id.</td>\n                    <td>NSW31u32-441</td>\n                </tr>\n                <tr>\n                    <td>Phone</td>\n                    <td>(02) 5550 4111</td>\n                </tr>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ],
        "text" : "HPI-I"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003618233375111"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "EI",
            "display" : "Employee number"
          }
        ],
        "text" : "Employee Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/abn-scoped/service-provider-individual/1.0/41824753557",
      "value" : "NSW31u32-441",
      "assigner" : // Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations
      {
        "display" : "NSW Hospital"
      }
    }
  ],
  "practitioner" : {
    🔗 "reference" : "Practitioner/bremer-frederika"
  },
  "organization" : {
    🔗 "reference" : "Organization/nsw-hospital"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "17561000",
          "display" : "Cardiologist"
        }
      ],
      "text" : "Cardiologist"
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/nsw-hospital"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(02) 5550 4444"
    }
  ]
}