FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageau.gov.digitalhealth.r4.hcpd
Resource TypePractitioner
IdPractitioner-example-balmain-practitioner-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Qualifications

-IdentifierCodeIssuer
*Australian Health Practitioner Regulation Agency Registration Number/MED0001111111Medical PractitionerAhpra

Source1

{
  "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"
      }
    }
  ]
}