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.1.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: Draft |
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "health-connect-reader"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement health-connect-reader</b></p><a name=\"health-connect-reader\"> </a><a name=\"hchealth-connect-reader\"> </a><h2 id=\"title\">Health Connect Reader</h2><ul><li>Implementation Guide Version: 0.1.0-preview </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <strong>SHALL</strong> support <code>json</code>, <strong>SHALL</strong> support <code>xml</code></li><li>Published on: 2025-08-12 </li><li>Published by: Australian Digital Health Agency </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>client</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Security</em></div><div class=\"row\"><div class=\"col-lg-6\">Enable CORS: no</div><div class=\"col-lg-6\">Security services supported: <code>OAuth</code></div></div><blockquote><div><p>All interactions SHALL be secured using OAuth protocols. It SHALL support authentication, authorisation, and audit logging in accordance with local policy and regulatory requirements.</p>\n</div></blockquote><div class=\"lead\"><em>Summary of System-wide Interactions</em></div><ul><li>Supports the <code>search-system</code>interaction described as follows:<div><p><strong>Definition</strong>:</p>\n<p>This operation is a RESTful <em>search</em> interaction (whole system interaction), across multiple resource types (as described in the <a href=\"https://www.hl7.org/fhir/http.html#search\">FHIR specification</a>).</p>\n<p><strong>Behaviour</strong>:</p>\n<p>This operation is used by a client system operated by a Health Connect reader to get resources that match the specified search parameters. .</p>\n<p>The following search parameters are supported:</p>\n<ul>\n<li>\n<p><em>_lastUpdated</em> is used to get the resources that have been added or changed since the requesting system last synchronised their local data store with Health Connect Reader. This search parameter supports the <code>gt</code> and <code>lt</code> comparison prefixes.</p>\n</li>\n<li>\n<p><em>_type</em> is used to filter the resources returned by their resource type. The available types are:</p>\n<ul>\n<li>\n<p><code>HealthcareService</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-healthcareservice.html\">HC Healthcare Service</a> profile)</p>\n</li>\n<li>\n<p><code>PractitionerRole</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-practitionerrole.html\">HC Practitioner Role</a> profile)</p>\n</li>\n<li>\n<p><code>Organization</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-organization.html\">HC Organization</a> profile)</p>\n</li>\n<li>\n<p><code>Location</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-location.html\">HC Location</a> profile)</p>\n</li>\n<li>\n<p><code>Practitioner</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-practitioner.html\">HC Practitioner</a> profile)</p>\n</li>\n<li>\n<p><code>Provenance</code> (returns resources conforming to the <a href=\"StructureDefinition-hc-provenance.html\">HC Provenance</a> profile)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>All of the following query parameters are required in order to receive the complete set of resources that have been created, changed or published to all the subscriber organisation's partner services since <em>[last_synchronized]</em>:</p>\n<p><code>_lastUpdated=[last_synchronized]</code></p>\n<p><code>_type=HealthcareService,PractitionerRole,Practitioner,Organization,Location,Provenance </code></p>\n<p><code>_include=Location:organization </code></p>\n<p><code>_include=HealthcareService:organization </code></p>\n<p><code>_include=HealthcareService:location </code></p>\n<p><code>_include=PractitionerRole:organization </code></p>\n<p><code>_include=PractitionerRole:location </code></p>\n<p><code>_include=PractitionerRole:service </code></p>\n<p><code>_include=PractitionerRole:practitioner </code></p>\n<p><code>_include=Provenance:target </code></p>\n<p><code>_include:iterate=HealthcareService:organization </code></p>\n<p><code>_include:iterate=HealthcareService:location </code></p>\n<p><code>_include:iterate=PractitionerRole:organization </code></p>\n<p><code>_include:iterate=PractitionerRole:location </code></p>\n<p><code>_include:iterate=PractitionerRole:service </code></p>\n<p><code>_include:iterate=PractitionerRole:practitioner </code></p>\n<p>As described above the resources returned in the Bundle exclude any <em>Identifiers</em> (e.g. HPI-Is) that cannot be disclosed to the subscriber.</p>\n<p>This operation supports 'paging' (<a href=\"https://www.hl7.org/fhir/search.html#Paging\">see FHIR specification</a>). If there are too many resources to return in one <code>Bundle</code>, the FHIR server adds a <em>next</em> link to the response <code>Bundle</code>. The contents of the result <code>Bundle</code> therefore comprise all instances of the requested resource types whose <em>lastUpdated</em> timestamp is greater than the <lastSync> in the request query expression and less than or equal to <lastInBundle> where <lastInBundle> is the greatest <em>lastUpdated</em> value of all resources included in the result <code>Bundle</code>. The Subscriber Agent FHIR server sets the <em>next</em> link to the filter expression that was used in the original request except that <lastSync> is replaced with <lastInBundle>. If the <em>next</em> link is not present in the Bundle, then there are no more service offerings available.</p>\n</div></li></ul></div></div><h3 id=\"resourcesCap1\">Capabilities by Resource/Profile</h3><h4 id=\"resourcesSummary1\">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class=\"bg-info\">R</span></b>ead, <b><span class=\"bg-info\">S</span></b>earch, <b><span class=\"bg-info\">U</span></b>pdate, and <b><span class=\"bg-info\">C</span></b>reate, are always shown, while <b><span class=\"bg-info\">VR</span></b>ead, <b><span class=\"bg-info\">P</span></b>atch, <b><span class=\"bg-info\">D</span></b>elete, <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">I</span></b>nstance, or <b><span class=\"bg-info\">H</span></b>istory on <b><span class=\"bg-info\">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class=\"table-responsive\"><table class=\"table table-condensed table-hover\"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class=\"text-center\"><b title=\"GET a resource (read interaction)\">R</b></th><th class=\"text-center\"><b title=\"GET all set of resources of the type (search interaction)\">S</b></th><th class=\"text-center\"><b title=\"PUT a new resource version (update interaction)\">U</b></th><th class=\"text-center\"><b title=\"POST a new resource (create interaction)\">C</b></th><th><b title=\"Required and recommended search parameters\">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href=\"#Provenance1-1\">Provenance</a></td><td><a href=\"StructureDefinition-hc-provenance.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-provenance</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td/><td/><td/><td/></tr><tr><td><a href=\"#Organization1-2\">Organization</a></td><td><a href=\"StructureDefinition-hc-organization.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>identifier, name, type</td><td><code>Organization:partOf</code></td><td><code>Location:organization</code>, <code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#Location1-3\">Location</a></td><td><a href=\"StructureDefinition-hc-location.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>postaladdress, locationamenities, name, address, type</td><td><code>Location:endpoint</code></td><td><code>HealthcareService:location</code>, <code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#HealthcareService1-4\">HealthcareService</a></td><td><a href=\"StructureDefinition-hc-healthcareservice.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>languages, hsbilling, availability-allday, availability-daysofweek, availability-starttime, availability-endtime, service-type</td><td><code>HealthcareService:location</code>, <code>HealthcareService:providedBy</code>, <code>HealthcareService:endpoint</code></td><td><code>PractitionerRole:healthcareService</code>, <code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#PractitionerRole1-5\">PractitionerRole</a></td><td><a href=\"StructureDefinition-hc-practitionerrole.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitionerrole</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>languages, availability-allday, availability-daysofweek, availability-starttime, availability-endtime, identifier, roletype, prn</td><td><code>PractitionerRole:practitioner</code>, <code>PractitionerRole:healthcareService</code>, <code>PractitionerRole:organization</code>, <code>PractitionerRole:location</code>, <code>PractitionerRole:endpoint</code></td><td><code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#Practitioner1-6\">Practitioner</a></td><td><a href=\"StructureDefinition-hc-practitioner.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitioner</a></td><td class=\"text-center\"/><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>identifier, regprof, rsg, gender-identity, practitionername, practitionerpreferredname, prn</td><td/><td><code>PractitionerRole:practitioner</code>, <code>Provenance:target</code></td><td/></tr><tr><td><a href=\"#Endpoint1-7\">Endpoint</a></td><td><a href=\"StructureDefinition-hc-endpoint.html\">http://ns.electronichealth.net.au/hc/StructureDefinition/hc-endpoint</a></td><td class=\"text-center\">y</td><td class=\"text-center\">y</td><td class=\"text-center\"/><td class=\"text-center\"/><td>epurl, payloadmimetype, hcepi, name, connection-type, payload-type</td><td/><td><code>HealthcareService:endpoint</code>, <code>Location:endpoint</code>, <code>PractitionerRole:endpoint</code>, <code>Provenance:target</code></td><td/></tr></tbody></table></div><hr/><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Provenance1-1\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Provenance</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-provenance.html\">HC Provenance</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <br/><code>read</code><div><p>Read HC Provenance records to understand data lineage</p>\n</div><code>search-type</code><div><p>Search for HC Provenance records by target resource or activity</p>\n</div></li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This resource is used to track the provenance of data retrieved, updated, or verified from external systems of record for HC resources.</p>\n</div></blockquote></div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Organization1-2\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Organization</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-organization.html\">HC Organization</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-organization.html\">HC Organization</a> profile of the Organization resource type.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/organization.html#search\">identifier</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/organization.html#search\">name</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/organization.html#search\">type</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Location1-3\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Location</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-location.html\">HC Location</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-location.html\">HC Location</a> profile of the Location resource type. A Location resource conforming to the <a href=\"StructureDefinition-hc-location.html\">HC Location</a> profile represents a location at which healthcare services are offered by a Health Connect Reader.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-location-postalAddress.html\">postaladdress</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-location-amenities.html\">locationamenities</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/location.html#search\">name</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/location.html#search\">address</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/location.html#search\">type</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"HealthcareService1-4\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>HealthcareService</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-healthcareservice.html\">HC HealthcareService</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-healthcareservice.html\">HC Healthcare Service</a> profile. A HealthcareService resource conforming to the <a href=\"StructureDefinition-hc-healthcareservice.html\">HC Healthcare Service</a> profile describes a healthcare service offered at a location by a Health Connect Reader.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-languages.html\">languages</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-healthcareservice-billing.html\">hsbilling</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-allday.html\">availability-allday</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-daysofweek.html\">availability-daysofweek</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-starttime.html\">availability-starttime</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-endtime.html\">availability-endtime</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/healthcareservice.html#search\">service-type</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"PractitionerRole1-5\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>PractitionerRole</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-practitionerrole.html\">HC PractitionerRole</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-practitionerrole.html\">HC Practitioner Role</a> profile of the PractitionerRole resource type. Each PractitionerRole resource conforming to the <a href=\"StructureDefinition-hc-practitionerrole.html\">HC Practitioner Role</a> profile describes a practitioner in a role at a healthcare service.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-languages.html\">languages</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-allday.html\">availability-allday</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-daysofweek.html\">availability-daysofweek</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-starttime.html\">availability-starttime</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-availability-endtime.html\">availability-endtime</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/practitionerrole.html#search\">identifier</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-practitionerrole-roletype.html\">roletype</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-ProfessionalRegistrationNumber.html\">prn</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Practitioner1-6\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Practitioner</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-practitioner.html\">HC Practitioner</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-practitioner.html\">HC Practitioner</a> profile of the Practitioner resource type.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/practitioner.html#search\">identifier</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-practitioner-regprof.html\">regprof</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-practitioner-rsg.html\">rsg</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org.au/fhir/6.0.0-ballot/SearchParameter-gender-identity.html\">gender-identity</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-practitioner-officialname.html\">practitionername</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-practitioner-preferredname.html\">practitionerpreferredname</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-ProfessionalRegistrationNumber.html\">prn</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div><div class=\"panel panel-default\"><div class=\"panel-heading\"><h4 id=\"Endpoint1-7\" class=\"panel-title\"><span style=\"float: right;\">Resource Conformance: supported </span>Endpoint</h4></div><div class=\"panel-body\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Base System Profile</span><br/><a href=\"StructureDefinition-hc-endpoint.html\">HC Endpoint</a></div><div class=\"col-lg-3\"><span class=\"lead\">Profile Conformance</span><br/><b>SHALL</b></div><div class=\"col-lg-3\"><span class=\"lead\">Reference Policy</span><br/></div></div><p/><div class=\"row\"><div class=\"col-lg-6\"><span class=\"lead\">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>search-type</code>.</li></ul></div></div><p/><div class=\"row\"><div class=\"col-12\"><span class=\"lead\">Documentation</span><blockquote><div><p>This section defines the supported interactions for the <a href=\"StructureDefinition-hc-endpoint.html\">HC Endpoint</a> profile of the Endpoint resource type. Each Endpoint resource conforming the <a href=\"StructureDefinition-hc-endpoint.html\">HC Endpoint</a> profile is a read-only proxy for a corresponding Endpoint resource managed by the HC portal.</p>\n</div></blockquote></div></div><div class=\"row\"><div class=\"col-lg-7\"><span class=\"lead\">Search Parameters</span><table class=\"table table-condensed table-hover\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-endpoint-url.html\">epurl</a></td><td><code>uri</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-endpoint-payloadmimetype.html\">payloadmimetype</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"SearchParameter-endpoint-hcepi.html\">hcepi</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/endpoint.html#search\">name</a></td><td><code>string</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/endpoint.html#search\">connection-type</a></td><td><code>token</code></td><td><div/></td></tr><tr><td><b>SHALL</b></td><td><a href=\"http://hl7.org/fhir/R4/endpoint.html#search\">payload-type</a></td><td><code>token</code></td><td><div/></td></tr></tbody></table></div><div class=\"col-lg-5\"> </div></div></div></div></div></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ; fhir:value [ a fhir:Code ; fhir:v "draft" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ; fhir:value [ a fhir:Canonical ; fhir:v "http://ns.electronichealth.net.au/hc/ImplementationGuide/au.digitalhealth.r4.healthconnect"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/ImplementationGuide/au.digitalhealth.r4.healthconnect> ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://ns.electronichealth.net.au/hc/CapabilityStatement/health-connect-reader"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/CapabilityStatement/health-connect-reader> ] ; # fhir:version [ fhir:v "0.1.0-preview"] ; # fhir:name [ fhir:v "HealthConnectReader"] ; # fhir:title [ fhir:v "Health Connect Reader"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2025-08-12"^^xsd:date] ; # fhir:publisher [ fhir:v "Australian Digital Health Agency"] ; # fhir:contact ( [ fhir:name [ fhir:v "Australian Digital Health Agency" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://example.org/example-publisher" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "help@digitalhealth.gov.au" ] ] ) ] [ fhir:name [ fhir:v "Australian Digital Health Agency" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:help@digitalhealth.gov.au" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "This [CapabilityStatement](https://hl7.org/fhir/R4/capabilitystatement.html) resource defines the expected capabilities \nof the [Health Connect Reader actor](ActorDefinition-reader-actor-health-connect.html) when conforming to this implementation guide. The complete \nlist of FHIR profiles, RESTful operations, and search parameters supported by Health Connect Reader actor are defined in this CapabilityStatement. \nThe requirements of the HealthConnect Reader actor may also be impacted by the rules of local jurisdictions or other contextual requirements."] ; # fhir:useContext ( [ fhir:code [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/usage-context-type> ] ; fhir:code [ fhir:v "jurisdiction" ] ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "AU" ] ; fhir:display [ fhir:v "Australia" ] ] ) ] ] ) ; # fhir:copyright [ fhir:v "Copyright © 2025 Australian Digital Health Agency - All rights reserved. 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:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "json" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ] [ fhir:v "xml" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation> ] ; fhir:value [ a fhir:Code ; fhir:v "SHALL" ] ] ) ] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "client" ] ; fhir:security [ ( fhir:service [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/restful-security-service"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/restful-security-service> ] ; fhir:code [ fhir:v "OAuth" ] ; fhir:display [ fhir:v "OAuth" ] ] ) ] ) ; fhir:description [ fhir:v "All interactions SHALL be secured using OAuth protocols. It SHALL support authentication, authorisation, and audit logging in accordance with local policy and regulatory requirements." ] ] ; ( fhir:resource [ fhir:type [ fhir:v "Provenance" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-provenance"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-provenance> ] ; fhir:documentation [ fhir:v "This resource is used to track the provenance of data retrieved, updated, or verified from external systems of record for HC resources." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ; fhir:documentation [ fhir:v "Read HC Provenance records to understand data lineage" ] ] [ fhir:code [ fhir:v "search-type" ] ; fhir:documentation [ fhir:v "Search for HC Provenance records by target resource or activity" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ] [ fhir:type [ fhir:v "Organization" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Organization](StructureDefinition-hc-organization.html) profile of the Organization resource type." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchInclude [ fhir:v "Organization:partOf" ] ) ; ( fhir:searchRevInclude [ fhir:v "Location:organization" ] [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Organization-identifier"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Organization-identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Organization-name"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Organization-name> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Organization-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Organization-type> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "Location" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Location](StructureDefinition-hc-location.html) profile of the Location resource type. A Location resource conforming to the [HC Location](StructureDefinition-hc-location.html) profile represents a location at which healthcare services are offered by a Health Connect Reader." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchInclude [ fhir:v "Location:endpoint" ] ) ; ( fhir:searchRevInclude [ fhir:v "HealthcareService:location" ] [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "postaladdress" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/location-postalAddress"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/location-postalAddress> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "locationamenities" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/location-amenities"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/location-amenities> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Location-name"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Location-name> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "address" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Location-address"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Location-address> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Location-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Location-type> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "HealthcareService" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Healthcare Service](StructureDefinition-hc-healthcareservice.html) profile. A HealthcareService resource conforming to the [HC Healthcare Service](StructureDefinition-hc-healthcareservice.html) profile describes a healthcare service offered at a location by a Health Connect Reader." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchInclude [ fhir:v "HealthcareService:location" ] [ fhir:v "HealthcareService:providedBy" ] [ fhir:v "HealthcareService:endpoint" ] ) ; ( fhir:searchRevInclude [ fhir:v "PractitionerRole:healthcareService" ] [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "languages" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/languages"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/languages> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "hsbilling" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/healthcareservice-billing"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/healthcareservice-billing> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "availability-allday" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-allday"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-allday> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "availability-daysofweek" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-daysofweek"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-daysofweek> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "availability-starttime" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-starttime"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-starttime> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "availability-endtime" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-endtime"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-endtime> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "service-type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/HealthcareService-service-type> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "PractitionerRole" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitionerrole"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitionerrole> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Practitioner Role](StructureDefinition-hc-practitionerrole.html) profile of the PractitionerRole resource type. Each PractitionerRole resource conforming to the [HC Practitioner Role](StructureDefinition-hc-practitionerrole.html) profile describes a practitioner in a role at a healthcare service." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchInclude [ fhir:v "PractitionerRole:practitioner" ] [ fhir:v "PractitionerRole:healthcareService" ] [ fhir:v "PractitionerRole:organization" ] [ fhir:v "PractitionerRole:location" ] [ fhir:v "PractitionerRole:endpoint" ] ) ; ( fhir:searchRevInclude [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "languages" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/languages"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/languages> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "availability-allday" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-allday"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-allday> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "availability-daysofweek" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-daysofweek"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-daysofweek> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "availability-starttime" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-starttime"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-starttime> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "availability-endtime" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/availability-endtime"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/availability-endtime> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "roletype" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/practitionerrole-roletype"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/practitionerrole-roletype> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "prn" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/ProfessionalRegistrationNumber"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/ProfessionalRegistrationNumber> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "Practitioner" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitioner"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-practitioner> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Practitioner](StructureDefinition-hc-practitioner.html) profile of the Practitioner resource type." ] ; ( fhir:interaction [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchRevInclude [ fhir:v "PractitionerRole:practitioner" ] [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Practitioner-identifier"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Practitioner-identifier> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "regprof" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-regprof"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-regprof> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "rsg" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-rsg"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-rsg> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "gender-identity" ] ; fhir:definition [ fhir:v "http://hl7.org.au/fhir/SearchParameter/gender-identity"^^xsd:anyURI ; fhir:l <http://hl7.org.au/fhir/SearchParameter/gender-identity> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "practitionername" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-officialname"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-officialname> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "practitionerpreferredname" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-preferredname"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-preferredname> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "prn" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/ProfessionalRegistrationNumber"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/ProfessionalRegistrationNumber> ] ; fhir:type [ fhir:v "token" ] ] ) ] [ fhir:type [ fhir:v "Endpoint" ] ; fhir:profile [ fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-endpoint"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-endpoint> ] ; fhir:documentation [ fhir:v "This section defines the supported interactions for the [HC Endpoint](StructureDefinition-hc-endpoint.html) profile of the Endpoint resource type. Each Endpoint resource conforming the [HC Endpoint](StructureDefinition-hc-endpoint.html) profile is a read-only proxy for a corresponding Endpoint resource managed by the HC portal." ] ; ( fhir:interaction [ fhir:code [ fhir:v "read" ] ] [ fhir:code [ fhir:v "search-type" ] ] ) ; fhir:versioning [ fhir:v "versioned" ] ; fhir:readHistory [ fhir:v false ] ; fhir:updateCreate [ fhir:v false ] ; fhir:conditionalCreate [ fhir:v false ] ; fhir:conditionalRead [ fhir:v "not-supported" ] ; fhir:conditionalUpdate [ fhir:v false ] ; fhir:conditionalDelete [ fhir:v "not-supported" ] ; ( fhir:searchRevInclude [ fhir:v "HealthcareService:endpoint" ] [ fhir:v "Location:endpoint" ] [ fhir:v "PractitionerRole:endpoint" ] [ fhir:v "Provenance:target" ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "epurl" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-url"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-url> ] ; fhir:type [ fhir:v "uri" ] ] [ fhir:name [ fhir:v "payloadmimetype" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-payloadmimetype"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-payloadmimetype> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "hcepi" ] ; fhir:definition [ fhir:v "http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-hcepi"^^xsd:anyURI ; fhir:l <http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-hcepi> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "name" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Endpoint-name"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Endpoint-name> ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "connection-type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Endpoint-connection-type> ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "payload-type" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Endpoint-payload-type> ] ; fhir:type [ fhir:v "token" ] ] ) ] ) ; ( fhir:interaction [ fhir:code [ fhir:v "search-system" ] ; fhir:documentation [ fhir:v "**Definition**:\r\n \n This operation is a RESTful *search* interaction (whole system interaction), across multiple resource types (as described in the [FHIR specification](https://www.hl7.org/fhir/http.html#search)). \r\n \n\r\n \n **Behaviour**:\r\n \n This operation is used by a client system operated by a Health Connect reader to get resources that match the specified search parameters. .\r\n \n\r\n \n The following search parameters are supported:\r\n \n\r\n \n * *_lastUpdated* is used to get the resources that have been added or changed since the requesting system last synchronised their local data store with Health Connect Reader. This search parameter supports the ```gt``` and ```lt``` comparison prefixes.\r\n \n * *_type* is used to filter the resources returned by their resource type. The available types are: \r\n \n\r\n \n * ```HealthcareService``` (returns resources conforming to the [HC Healthcare Service](StructureDefinition-hc-healthcareservice.html) profile)\r\n \n * ```PractitionerRole``` (returns resources conforming to the [HC Practitioner Role](StructureDefinition-hc-practitionerrole.html) profile)\r\n \n * ```Organization``` (returns resources conforming to the [HC Organization](StructureDefinition-hc-organization.html) profile)\r\n \n * ```Location``` (returns resources conforming to the [HC Location](StructureDefinition-hc-location.html) profile)\r\n \n * ```Practitioner``` (returns resources conforming to the [HC Practitioner](StructureDefinition-hc-practitioner.html) profile)\r\n \n * ```Provenance``` (returns resources conforming to the [HC Provenance](StructureDefinition-hc-provenance.html) profile)\r\n \n \r\n \n \r\n \n All of the following query parameters are required in order to receive the complete set of resources that have been created, changed or published to all the subscriber organisation's partner services since *[last_synchronized]*:\r\n \n\r\n \n ``` _lastUpdated=[last_synchronized] ```\r\n \n ```_type=HealthcareService,PractitionerRole,Practitioner,Organization,Location,Provenance ```\r\n \n ```_include=Location:organization ```\r\n \n ```_include=HealthcareService:organization ```\r\n \n ```_include=HealthcareService:location ```\r\n \n ```_include=PractitionerRole:organization ```\r\n \n ```_include=PractitionerRole:location ``` \r\n \n ```_include=PractitionerRole:service ```\r\n \n ```_include=PractitionerRole:practitioner ``` \r\n \n ```_include=Provenance:target ``` \r\n \n ```_include:iterate=HealthcareService:organization ``` \r\n \n ```_include:iterate=HealthcareService:location ```\r\n \n ```_include:iterate=PractitionerRole:organization ```\r\n \n ```_include:iterate=PractitionerRole:location ```\r\n \n ```_include:iterate=PractitionerRole:service ```\r\n \n ```_include:iterate=PractitionerRole:practitioner ```\r\n \n \r\n \n As described above the resources returned in the Bundle exclude any *Identifiers* (e.g. HPI-Is) that cannot be disclosed to the subscriber.\r\n \n \r\n \n This operation supports 'paging' ([see FHIR specification](https://www.hl7.org/fhir/search.html#Paging)). If there are too many resources to return in one ```Bundle```, the FHIR server adds a *next* link to the response ```Bundle```. The contents of the result ```Bundle``` therefore comprise all instances of the requested resource types whose *lastUpdated* timestamp is greater than the <lastSync> in the request query expression and less than or equal to <lastInBundle> where <lastInBundle> is the greatest *lastUpdated* value of all resources included in the result ```Bundle```. The Subscriber Agent FHIR server sets the *next* link to the filter expression that was used in the original request except that <lastSync> is replaced with <lastInBundle>. If the *next* link is not present in the Bundle, then there are no more service offerings available. " ] ] ) ; ( fhir:searchParam [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "_type" ] ; fhir:type [ fhir:v "token" ] ] [ fhir:name [ fhir:v "_include" ] ; fhir:type [ fhir:v "special" ] ] [ fhir:name [ fhir:v "_resultId" ] ; fhir:type [ fhir:v "special" ] ] ) ] ) . #
IG © 2025+ Australian Digital Health Agency. Package au.digitalhealth.r4.healthconnect#0.1.0-preview based on FHIR 4.0.1. Generated 2025-11-20
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