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 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/example-healthconnect-practitionerrole-1> a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-healthconnect-practitionerrole-1"] ;
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2025-09-03T01:23:45Z"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-practitionerrole" ;
fhir:index 0 ;
fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-practitionerrole>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole example-healthconnect-practitionerrole-1</b></p><a name=\"example-healthconnect-practitionerrole-1\"> </a><a name=\"hcexample-healthconnect-practitionerrole-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: 2025-09-03 01:23:45+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcpd-practitionerrole.html\">HCPD PractitionerRole</a></p></div><p><b>Practitioner Role Communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span></p><p><b>Alternate Name</b>: Dr. Alex Smith </p><p><b>identifier</b>: Organization identifier/16c83541-1b44-4f01-b032-7d5095ed1def, Medicare Provider Number/2426621B, Australian Health Practitioner Regulation Agency Registration Number/MED0000932945</p><p><b>period</b>: 2023-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-example-healthconnect-practitioner-1.html\">Practitioner Alex Smith (official)</a></p><p><b>organization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization null</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 61207006}\">Medical pathologist</span></p><p><b>location</b>: <a href=\"Location-example-healthconnect-medical-centre-location-1.html\">Location Sydney Central Medical Centre</a></p><p><b>healthcareService</b>: <a href=\"HealthcareService-example-healthconnect-healthcareservice-1.html\">HealthcareService Healthcare service with Residential Aged Care service type</a></p><p><b>telecom</b>: ph: 0255507777(Work)</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 10:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Tuesday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Wednesday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 07:00:00</p><p><b>availableEndTime</b>: 13:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Thursday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Friday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 10:00:00</p><p><b>availableEndTime</b>: 16:00:00</p></blockquote></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/practitioner-role-communication" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "it" ] ;
fhir:Coding.display [ fhir:value "Italian" ]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/alternate-name" ] ;
fhir:Extension.valueHumanName [
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.family [ fhir:value "Smith" ] ;
fhir:HumanName.given [
fhir:value "Dr. Alex" ;
fhir:index 0
] ;
fhir:HumanName.prefix [
fhir:value "Dr" ;
fhir:index 0
]
]
] ;
fhir:PractitionerRole.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "XX" ] ;
fhir:Coding.display [ fhir:value "Organization identifier" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://digitalhealth.gov.au/fhir/hcpd/id/hcpd-local-identifier" ] ;
fhir:Identifier.value [ fhir:value "16c83541-1b44-4f01-b032-7d5095ed1def" ]
], [
fhir:index 1 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "UPIN" ] ;
fhir:Coding.display [ fhir:value "Medicare Provider Number" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-provider-number" ] ;
fhir:Identifier.value [ fhir:value "2426621B" ]
], [
fhir:index 2 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "AHPRA" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ] ;
fhir:Identifier.value [ fhir:value "MED0000932945" ]
] ;
fhir:PractitionerRole.period [
fhir:Period.start [ fhir:value "2023-01-01"^^xsd:date ]
] ;
fhir:PractitionerRole.practitioner [
fhir:link <http://hl7.org/fhir/Practitioner/example-healthconnect-practitioner-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-healthconnect-practitioner-1" ]
] ;
fhir:PractitionerRole.organization [
fhir:link <http://hl7.org/fhir/Organization/example-healthconnect-organization-1> ;
fhir:Reference.reference [ fhir:value "Organization/example-healthconnect-organization-1" ]
] ;
fhir:PractitionerRole.code [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:61207006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "61207006" ] ;
fhir:Coding.display [ fhir:value "Medical pathologist" ]
]
] ;
fhir:PractitionerRole.location [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Location/example-healthconnect-medical-centre-location-1> ;
fhir:Reference.reference [ fhir:value "Location/example-healthconnect-medical-centre-location-1" ]
] ;
fhir:PractitionerRole.healthcareService [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/HealthcareService/example-healthconnect-healthcareservice-1> ;
fhir:Reference.reference [ fhir:value "HealthcareService/example-healthconnect-healthcareservice-1" ]
] ;
fhir:PractitionerRole.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0255507777" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] ;
fhir:PractitionerRole.availableTime [
fhir:index 0 ;
fhir:PractitionerRole.availableTime.daysOfWeek [
fhir:value "mon" ;
fhir:index 0
] ;
fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
fhir:PractitionerRole.availableTime.availableStartTime [
fhir:value "10:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
] ;
fhir:PractitionerRole.availableTime.availableEndTime [
fhir:value "17:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
]
], [
fhir:index 1 ;
fhir:PractitionerRole.availableTime.daysOfWeek [
fhir:value "tue" ;
fhir:index 0
] ;
fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
fhir:PractitionerRole.availableTime.availableStartTime [
fhir:value "09:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
] ;
fhir:PractitionerRole.availableTime.availableEndTime [
fhir:value "17:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
]
], [
fhir:index 2 ;
fhir:PractitionerRole.availableTime.daysOfWeek [
fhir:value "wed" ;
fhir:index 0
] ;
fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
fhir:PractitionerRole.availableTime.availableStartTime [
fhir:value "07:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
] ;
fhir:PractitionerRole.availableTime.availableEndTime [
fhir:value "13:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
]
], [
fhir:index 3 ;
fhir:PractitionerRole.availableTime.daysOfWeek [
fhir:value "thu" ;
fhir:index 0
] ;
fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
fhir:PractitionerRole.availableTime.availableStartTime [
fhir:value "09:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
] ;
fhir:PractitionerRole.availableTime.availableEndTime [
fhir:value "17:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
]
], [
fhir:index 4 ;
fhir:PractitionerRole.availableTime.daysOfWeek [
fhir:value "fri" ;
fhir:index 0
] ;
fhir:PractitionerRole.availableTime.allDay [ fhir:value "false"^^xsd:boolean ] ;
fhir:PractitionerRole.availableTime.availableStartTime [
fhir:value "10:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
] ;
fhir:PractitionerRole.availableTime.availableEndTime [
fhir:value "16:00:00"^^xsd:time ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/timezone" ] ;
fhir:Extension.valueCode [ fhir:value "Australia/Sydney" ]
]
]
] .
<http://hl7.org/fhir/Practitioner/example-healthconnect-practitioner-1> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/example-healthconnect-organization-1> a fhir:Organization .
<http://hl7.org/fhir/Location/example-healthconnect-medical-centre-location-1> a fhir:Location .
<http://hl7.org/fhir/HealthcareService/example-healthconnect-healthcareservice-1> a fhir:HealthcareService .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PractitionerRole/example-healthconnect-practitionerrole-1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PractitionerRole/example-healthconnect-practitionerrole-1.ttl> .
IG © 2026+ Australian Digital Health Agency. Package au.gov.digitalhealth.hcpd#26.0.0 based on FHIR 4.0.1. Generated 2026-07-03
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use