AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Practitioner - Dr. Sallie Sutherland - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "sallie-sutherland",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner sallie-sutherland</b></p><a name=\"sallie-sutherland\"> </a><a name=\"hcsallie-sutherland\"> </a><a name=\"sallie-sutherland-en-AU\"> </a><p><b>identifier</b>: HPI-I/8003618233385086</p><p><b>name</b>: Sallie Sutherland (Official)</p></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" : "8003618233385086"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Sutherland",
      "given" : [
        "Sallie"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ]
}