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 Sonia Strempel - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "strempel-sonia",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: Dr Sonia Strempel (official)</p>\n            <p><b>Identifier</b>: HPI-I = 8003619900015717</p>\n            <p><b>Identifier</b>: Prescriber Number = 459999</p>\n            <p><b>Telecom</b>: email = sonia.strempel@topendmedicalclinic.example.com.au\n                (work)</p>\n        </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI"
          }
        ],
        "text" : "HPI-I"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
      "value" : "8003619900015717"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "PRES",
            "display" : "Prescriber Number"
          }
        ],
        "text" : "Prescriber Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
      "value" : "459999"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Strempel",
      "given" : [
        "Sonia"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "sonia.strempel@.topendmedicalclinic.example.com.au",
      "use" : "work"
    }
  ]
}