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. Robert Brown - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "brown-robert",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h3>Dr. Robert Brown</h3>\n            <table>\n                <tr>\n                    <td>HPI-I</td>\n                    <td>8003614900041243</td>\n                </tr>\n                <tr>\n                    <td>Phone</td>\n                    <td>0491 578 888</td>\n                </tr>\n                <tr>\n                    <td>Fax</td>\n                    <td>(02) 5550 9994</td>\n                </tr>\n                <tr>\n                    <td>Address</td>\n                    <td>1342 Sydney St, Randwick, NSW, 2031</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" : "8003614900041243"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "Brown",
      "given" : [
        "Robert"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0491 578 888",
      "use" : "mobile"
    },
    {
      "system" : "fax",
      "value" : "(02) 5550 9994",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "1342 Sydney St"
      ],
      "city" : "Randwick",
      "state" : "NSW",
      "postalCode" : "2031",
      "country" : "AU"
    }
  ]
}