FHIR IG analytics| Package | au.gov.digitalhealth.r4.hcpd |
| Resource Type | Practitioner |
| Id | Practitioner-example-balmain-practitioner-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example-balmain-practitioner-1
Last updated: 2026-01-29 00:00:00+0000
Profile: HC Practitioner
Person Recorded Sex Or Gender
- value: Female
identifier: National provider identifier/8003619900015717
name: Alice Anderson (Official), Alice Anderson
| Identifier | Code | Issuer |
| Australian Health Practitioner Regulation Agency Registration Number/MED0001111111 | Medical Practitioner | Ahpra |
{
"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": "<!-- snip (see above) -->"
},
"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"
}
}
]
}