Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.3.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HealthConnect/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Practitioner",
"id" : "example-balmain-practitioner-1",
"meta" : {
"lastUpdated" : "2026-01-29T00:00:00Z",
"profile" : [
🔗 "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-practitioner"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-balmain-practitioner-1</b></p><a name=\"example-balmain-practitioner-1\"> </a><a name=\"hcexample-balmain-practitioner-1\"> </a><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\">Last updated: 2026-01-29 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-practitioner.html\">HC Practitioner</a></p></div><blockquote><p><b>Person Recorded Sex Or Gender</b></p><ul><li>value: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender female}\">Female</span></li></ul></blockquote><p><b>identifier</b>: National provider identifier/8003619900015717</p><p><b>name</b>: Alice Anderson (Official), Alice Anderson </p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Issuer</b></td></tr><tr><td style=\"display: none\">*</td><td>Australian Health Practitioner Regulation Agency Registration Number/MED0001111111</td><td><span title=\"Codes:\">Medical Practitioner</span></td><td>Ahpra</td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "value",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/administrative-gender",
"code" : "female",
"display" : "Female"
}
]
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003619900015717"
}
],
"name" : [
{
"use" : "official",
"family" : "Anderson",
"given" : [
"Alice"
]
},
{
"use" : "usual",
"family" : "Anderson",
"given" : [
"Alice"
]
}
],
"qualification" : [
{
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "AHPRA"
}
]
},
"system" : "http://hl7.org.au/id/ahpra-registration-number",
"value" : "MED0001111111"
}
],
"code" : {
"text" : "Medical Practitioner"
},
"issuer" : {
"display" : "Ahpra"
}
}
]
}