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

: Ms. Linda Howard - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "howard-linda",
  "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>Ms. Linda Howard</h3>\n            <table>\n                <tr>\n                    <td>Phone</td>\n                    <td>(02) 5550 4111</td>\n                </tr>\n            </table>\n        </div>"
  },
  "name" : [
    {
      "use" : "usual",
      "family" : "Howard",
      "given" : [
        "Linda"
      ],
      "prefix" : [
        "Ms."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(02) 5550 4111",
      "use" : "work"
    }
  ]
}