Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Practitioner-strempel-sonia

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "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 = [email protected]\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" : "[email protected]",
      "use" : "work"
    }
  ]
}