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
| Active as of 2026-07-03 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/bulk-export-requester-actor-health-connect> a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "bulk-export-requester-actor-health-connect"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition bulk-export-requester-actor-health-connect</b></p><a name=\"bulk-export-requester-actor-health-connect\"> </a><a name=\"hcbulk-export-requester-actor-health-connect\"> </a><table class=\"grid\"><tr><td><b>Actor: HealthConnectProviderDirectoryBulkExportRequesterActorHealthConnect </b></td><td>Health Connect Provider Directory Bulk Export Requester Actor</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div><ul>\n<li><strong>SHALL</strong> implement the <a href=\"conformance.html\">mandatory</a> requirements for the elements defined as such in this implementation guide.</li>\n<li><strong>SHALL</strong> implement the required bulk export operations and parameter handling as defined in the Health Connect Provider Directory Bulk Export Requester Capability Statement.</li>\n<li><strong>SHALL</strong> be able to retrieve Binary resources containing the exported bulk data files returned by the export operation.</li>\n<li><strong>SHALL</strong> respect the <code>suppressed</code> and <code>deactivated-by</code> extensions on returned resources, filtering these resources before displaying them to end consumers of the HCPD.</li>\n</ul>\n</div></td></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-health-connect-bulk-export-requester.html\">Health Connect Provider Directory Bulk Export Requester</a> version: 26.0.0</td></tr></table></div>"
] ;
fhir:ActorDefinition.url [ fhir:value "http://digitalhealth.gov.au/fhir/hcpd/ActorDefinition/bulk-export-requester-actor-health-connect"] ;
fhir:ActorDefinition.version [ fhir:value "26.0.0"] ;
fhir:ActorDefinition.name [ fhir:value "HealthConnectProviderDirectoryBulkExportRequesterActorHealthConnect"] ;
fhir:ActorDefinition.title [ fhir:value "Health Connect Provider Directory Bulk Export Requester Actor"] ;
fhir:ActorDefinition.status [ fhir:value "active"] ;
fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ActorDefinition.date [ fhir:value "2026-07-03T05:13:52+00:00"^^xsd:dateTime] ;
fhir:ActorDefinition.publisher [ fhir:value "Australian Digital Health Agency"] ;
fhir:ActorDefinition.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Australian Digital Health Agency" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.digitalhealth.gov.au/" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "help@digitalhealth.gov.au" ]
]
], [
fhir:index 1 ;
fhir:ContactDetail.name [ fhir:value "Australian Digital Health Agency" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.digitalhealth.gov.au" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "mailto:help@digitalhealth.gov.au" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
]
] ;
fhir:ActorDefinition.description [ fhir:value "The Health Connect Provider Directory Bulk Export Requester actor represents a system that initiates **bulk data export requests** from the Health Connect Provider Directory system. This actor is responsible for submitting properly formatted export parameters and processing the returned bulk data files."] ;
fhir:ActorDefinition.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "AU" ] ;
fhir:Coding.display [ fhir:value "Australia" ]
]
] ;
fhir:ActorDefinition.copyright [ fhir:value "This content is licensed under a Creative Commons Attribution 4.0 International License. See [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)"] ;
fhir:ActorDefinition.type [ fhir:value "system"] ;
fhir:ActorDefinition.documentation [ fhir:value "- **SHALL** implement the [mandatory](conformance.html) requirements for the elements defined as such in this implementation guide.\n- **SHALL** implement the required bulk export operations and parameter handling as defined in the Health Connect Provider Directory Bulk Export Requester Capability Statement.\n- **SHALL** be able to retrieve Binary resources containing the exported bulk data files returned by the export operation.\n- **SHALL** respect the `suppressed` and `deactivated-by` extensions on returned resources, filtering these resources before displaying them to end consumers of the HCPD."] ;
fhir:ActorDefinition.capabilities [
fhir:value "http://digitalhealth.gov.au/fhir/hcpd/CapabilityStatement/health-connect-bulk-export-requester|26.0.0" ;
fhir:link <http://digitalhealth.gov.au/fhir/hcpd/CapabilityStatement/health-connect-bulk-export-requester|26.0.0>
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/bulk-export-requester-actor-health-connect.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ActorDefinition/bulk-export-requester-actor-health-connect.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