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
| Official URL: http://ns.electronichealth.net.au/hc/StructureDefinition/hc-endpoint | Version: 0.1.0-preview | |||
| Standards status: Draft | Computable Name: HCEndpoint | |||
Usage:Jurisdiction: Australia |
||||
Copyright/Legal: 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/ |
||||
This profile defines content for describing details of an endpoint.
Note: All elements defined within this profile are expected to be supported by implementing systems unless explicitly stated otherwise. The following sections provide additional guidance and exceptions for specific elements.
No data is entered directly into Health Connect; all directory content is sourced from authoritative systems including PCA, HI-Service, and NHSD.
Extensions introduced in this profile:
The following guidance expands on operational and implementation expectations for this Endpoint profile.
Endpoint in Health Connect describes how to communicate with a service (address, protocol, payloads and contact details). Directory consumers use this information to establish connections, and operational tooling uses it to monitor and validate connectivity.The Endpoint profile uses two stable identifier slices for directory management and routing:
In FHIR, linkage to resources is owned by the referencing resources (HealthcareService.endpoint, PractitionerRole.endpoint, Location.endpoint). The Endpoint resource itself has no back‑reference slots to those resources. Consequently:
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system |
![]() ![]() ![]() |
SΣ | 0..* | HCSMDTargetIdentifier | SMD Target Identifier |
![]() ![]() ![]() |
SΣ | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system |
![]() ![]() |
?!Σ | 1..1 | code | active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. |
![]() ![]() |
SΣ | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) |
![]() ![]() |
SΣ | 0..1 | string | To enable consistent and correct identification of the endpoint |
![]() ![]() |
SΣ | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) |
![]() ![]() |
SΣ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. |
![]() ![]() |
SΣ | 1..1 | url | URL address of the endpoint |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.status | Base | required | EndpointStatus | 📍4.0.1 | FHIR Std. |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
| Endpoint.payloadMimeType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Endpoint | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Endpoint | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from Endpoint
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |
![]() ![]() |
S | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system |
![]() ![]() ![]() |
S | 0..* | HCSMDTargetIdentifier | SMD Target Identifier |
![]() ![]() ![]() |
S | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system |
![]() ![]() |
S | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) |
![]() ![]() |
S | 0..1 | string | To enable consistent and correct identification of the endpoint |
![]() ![]() |
S | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) |
![]() ![]() |
S | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) |
![]() ![]() |
S | 1..1 | url | URL address of the endpoint |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |||||
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |||||
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣ | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system | ||||
![]() ![]() ![]() |
SΣ | 0..* | HCSMDTargetIdentifier | SMD Target Identifier | ||||
![]() ![]() ![]() |
SΣ | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system | ||||
![]() ![]() |
?!Σ | 1..1 | code | active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. | ||||
![]() ![]() |
SΣ | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) | ||||
![]() ![]() |
SΣ | 0..1 | string | To enable consistent and correct identification of the endpoint | ||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that manages this endpoint (might not be the organization that exposes the endpoint) | ||||
![]() ![]() |
0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
![]() ![]() |
Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
![]() ![]() |
SΣ | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) | ||||
![]() ![]() |
SΣ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
SΣ | 1..1 | url | URL address of the endpoint | ||||
![]() ![]() |
0..* | string | Usage depends on the channel type | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Endpoint.status | Base | required | EndpointStatus | 📍4.0.1 | FHIR Std. |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
| Endpoint.payloadMimeType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Endpoint | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Endpoint | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from Endpoint
Summary
Mandatory: 1 element
Must-Support: 8 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
SΣ | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system |
![]() ![]() ![]() |
SΣ | 0..* | HCSMDTargetIdentifier | SMD Target Identifier |
![]() ![]() ![]() |
SΣ | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system |
![]() ![]() |
?!Σ | 1..1 | code | active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. |
![]() ![]() |
SΣ | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) |
![]() ![]() |
SΣ | 0..1 | string | To enable consistent and correct identification of the endpoint |
![]() ![]() |
SΣ | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) |
![]() ![]() |
SΣ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. |
![]() ![]() |
SΣ | 1..1 | url | URL address of the endpoint |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.status | Base | required | EndpointStatus | 📍4.0.1 | FHIR Std. |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
| Endpoint.payloadMimeType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Endpoint | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Endpoint | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from Endpoint
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |
![]() ![]() |
S | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system |
![]() ![]() ![]() |
S | 0..* | HCSMDTargetIdentifier | SMD Target Identifier |
![]() ![]() ![]() |
S | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system |
![]() ![]() |
S | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) |
![]() ![]() |
S | 0..1 | string | To enable consistent and correct identification of the endpoint |
![]() ![]() |
S | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) |
![]() ![]() |
S | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) |
![]() ![]() |
S | 1..1 | url | URL address of the endpoint |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Endpoint | Health Connect Endpoint | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving facility URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility | |||||
![]() ![]() ![]() |
0..1 | (Complex) | HL7 V2 receiving application URL: http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication | |||||
![]() ![]() ![]() |
0..* | string | PEM X509 certificate URL: http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
SΣ | 2..* | Identifier | Unique identifier of the endpoint record Slice: Unordered, Open by pattern:type, value:system | ||||
![]() ![]() ![]() |
SΣ | 0..* | HCSMDTargetIdentifier | SMD Target Identifier | ||||
![]() ![]() ![]() |
SΣ | 1..1 | HCEndpointIdentifier | HC Endpoint Identifier attributed from source system | ||||
![]() ![]() |
?!Σ | 1..1 | code | active | suspended | error | off | entered-in-error | test Binding: EndpointStatus (required): The status of the endpoint. | ||||
![]() ![]() |
SΣ | 1..1 | Coding | To specify the service interface types Binding: HC Australian Service Interfaces (extensible) | ||||
![]() ![]() |
SΣ | 0..1 | string | To enable consistent and correct identification of the endpoint | ||||
![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that manages this endpoint (might not be the organization that exposes the endpoint) | ||||
![]() ![]() |
0..* | ContactPoint | Contact details for source (e.g. troubleshooting) | |||||
![]() ![]() |
Σ | 0..1 | Period | Interval the endpoint is expected to be operational | ||||
![]() ![]() |
SΣ | 1..* | CodeableConcept | Endpoint payload type Binding: HC Australian Endpoint Payload Types (extensible) | ||||
![]() ![]() |
SΣ | 0..* | code | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) Binding: Mime Types (required): The mime type of an attachment. Any valid mime type is allowed. | ||||
![]() ![]() |
SΣ | 1..1 | url | URL address of the endpoint | ||||
![]() ![]() |
0..* | string | Usage depends on the channel type | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Endpoint.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| Endpoint.status | Base | required | EndpointStatus | 📍4.0.1 | FHIR Std. |
| Endpoint.connectionType | Base | extensible | HC Australian Service Interfaces | 📦0.1.0-preview | This IG |
| Endpoint.payloadType | Base | extensible | HC Australian Endpoint Payload Types | 📦0.1.0-preview | This IG |
| Endpoint.payloadMimeType | Base | required | MimeType | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Endpoint | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Endpoint | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Endpoint | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Endpoint | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from Endpoint
Summary
Mandatory: 1 element
Must-Support: 8 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron
This IG defines and introduces several search parameters in addition to those inherited from R4, that make it easier to find and filter HC Endpoint resources in Health Connect implementations.
The following search parameters are defined by this IG and SHALL be supported:
hcepi (Endpoint.identifier where system = HC endpoint record identifier)
GET /Endpoint?hcepi=12345payloadmimetype (Endpoint.payloadMimeType)
application/pdfapplication/fhir+xmlapplication/fhir+jsonGET /Endpoint?payloadmimetype=application%2Ffhir%2Bjsonepurl (alias used in this IG for Endpoint.address)
GET /Endpoint?epurl=https://smd.sydneyhospital.org.au/secure-messaging/endpointThe following search parameters are inherited from FHIR R4 and have been deemed useful for implementation within this IG. They SHALL be supported:
name (Endpoint.name)
GET /Endpoint?name=My%20GP%20Serviceconnection-type (Endpoint.connectionType)
hl7-fhir-rest or other interface codes).Example: GET /Endpoint?connection-type=http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type|secure-messaging
payload-type (Endpoint.payloadType)GET /Endpoint?payload-type=http://ns.electronichealth.net.au/hc/CodeSystem/hc-endpoint-payload-type-cs|some-payload
Note: Support for _id is mandatory for a responder and optional for a requester. Where the expectation for a search parameter differs between actors, the table below will reflect the stronger conformance requirement.
| Parameter(s) | Conformance | Type(s) | Requirements (when used alone or in combination) |
|---|---|---|---|
| _id | SHALL | token |
|
| hcepi | SHALL | token |
|
| name (R4) | SHOULD | string |
|
| connection-type (R4) | SHOULD | token |
|
| payload-type (R4) | SHOULD | token |
|
| epurl | SHOULD | uri |
|
| payloadmimetype | SHOULD | token |
|
| name+connection-type | SHOULD | string+token |
|
| name+payload-type | SHOULD | string+token |
|
| connection-type+payloadmimetype | SHOULD | token+token |
This implementation supports the following _revinclude parameters when searching for Endpoint resources:
_revinclude=HealthcareService:endpoint - Include HealthcareService resources that reference this Endpoint_revinclude=Location:endpoint - Include Location resources that reference this Endpoint_revinclude=PractitionerRole:endpoint - Include PractitionerRole resources that reference this Endpoint_revinclude=Provenance:target - Include Provenance resources that track changes to this EndpointGET /Endpoint/303?_revinclude=HealthcareService:endpoint&_revinclude=Location:endpoint
This query returns the Endpoint resource along with all HealthcareServices and Locations that use this Endpoint.