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: Informative |
@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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-hc-endpoint-smd"] ; #
fhir:meta [
fhir:source [
fhir:v "http://ns.electronichealth.net.au/id/source/pca"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/source/pca> ] ;
( 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: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: Endpoint example-hc-endpoint-smd</b></p><a name=\"example-hc-endpoint-smd\"> </a><a name=\"hcexample-hc-endpoint-smd\"> </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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://ns.electronichealth.net.au/id/source/pca\">http://ns.electronichealth.net.au/id/source/pca</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-endpoint.html\">HC Endpoint</a></p></div><p><b>Encryption Certificate PEM X509</b>: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV...</p><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/smd/target</code>/SMD001234567890, Resource Identifier/EP001234567890</p><p><b>status</b>: Active</p><p><b>connectionType</b>: endpoint-connection-type: secure-messaging (Secure Messaging)</p><p><b>name</b>: Sydney General Hospital SMD Endpoint</p><p><b>contact</b>: <a href=\"mailto:smd-support@sydneyhospital.org.au\">smd-support@sydneyhospital.org.au</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://ns.electronichealth.net.au/hc/CodeSystem/hc-endpoint-payload-type-cs http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706}\">HL7 V2.4 REF message (Level 2)</span></p><p><b>payloadMimeType</b>: application/pdf, application/fhir+xml, application/fhir+json</p><p><b>address</b>: <a href=\"https://smd.sydneyhospital.org.au/secure-messaging/endpoint\">https://smd.sydneyhospital.org.au/secure-messaging/endpoint</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509> ] ;
fhir:value [
a fhir:String ;
fhir:v "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV..." ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://ns.electronichealth.net.au/smd/target"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/smd/target> ] ;
fhir:value [ fhir:v "SMD001234567890" ]
] [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource Identifier" ] ] ) ] ;
fhir:system [
fhir:v "http://example.org/fhir/identifier/endpoint"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/identifier/endpoint> ] ;
fhir:value [ fhir:v "EP001234567890" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type> ] ;
fhir:code [ fhir:v "secure-messaging" ] ;
fhir:display [ fhir:v "Secure Messaging" ]
] ; #
fhir:name [ fhir:v "Sydney General Hospital SMD Endpoint"] ; #
fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "smd-support@sydneyhospital.org.au" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [
fhir:v "http://ns.electronichealth.net.au/hc/CodeSystem/hc-endpoint-payload-type-cs"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/CodeSystem/hc-endpoint-payload-type-cs> ] ;
fhir:code [ fhir:v "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706" ] ;
fhir:display [ fhir:v "HL7 V2.4 REF message (Level 2)" ] ] )
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/pdf"] [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; #
fhir:address [
fhir:v "https://smd.sydneyhospital.org.au/secure-messaging/endpoint"^^xsd:anyURI ;
fhir:l <https://smd.sydneyhospital.org.au/secure-messaging/endpoint>
] . #
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