AU Provider Directory Implementation Guide
2.1.0 - Draft Australia flag

AU Provider Directory Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-pd/ and changes regularly. See the Directory of published versions

: Practitioner - Dr Helen Mayo - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "example0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"example0\"> </a><a name=\"hcexample0\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner &quot;example0&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-pd-practitioner.html\">AU PD Practitioner</a></p></div><p><b>identifier</b>: HPI-I/8003610833334085, Prescriber Number/453221</p><p><b>active</b>: true</p><p><b>name</b>: Helen Mayo </p><p><b>telecom</b>: <a href=\"mailto:helen.mayo@downunderhospital.com.au\">helen.mayo@downunderhospital.com.au</a></p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (work)</p></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" : "8003610833334085"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "PRES"
          }
        ],
        "text" : "Prescriber Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-prescriber-number",
      "value" : "453221"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Mayo",
      "given" : [
        "Helen"
      ],
      "prefix" : [
        "Dr"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "helen.mayo@downunderhospital.com.au",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "3 McGregor Street"
      ],
      "city" : "Blacktown",
      "state" : "NSW",
      "postalCode" : "2148",
      "country" : "Australia"
    }
  ]
}