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

: HCPD Endpoint Example: SMD Target - TTL Representation

Raw ttl | Download


@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/Endpoint/example-hcpd-endpoint-smd> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-hcpd-endpoint-smd"] ;
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "http://ns.electronichealth.net.au/id/source/pca" ] ;
     fhir:Meta.profile [
       fhir:value "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-endpoint" ;
       fhir:index 0 ;
       fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-endpoint>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-hcpd-endpoint-smd</b></p><a name=\"example-hcpd-endpoint-smd\"> </a><a name=\"hcexample-hcpd-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-hcpd-endpoint.html\">HCPD Endpoint</a></p></div><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title=\"Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type organisation-initiated}\">Organisation initiated</span></li></ul></blockquote><p><b>Encryption Certificate PEM X509</b>: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV...</p><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/smd/target</code>/SMD001234567890, Organization Identifier/EP001234567890</p><p><b>status</b>: Off</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://hl7.org.au/fhir/pd/CodeSystem/endpoint-payload-type 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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "suppressedBy" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type" ] ;
           fhir:Coding.code [ fhir:value "organisation-initiated" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509" ] ;
     fhir:Extension.valueString [ fhir:value "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV..." ]
  ] ;
  fhir:Endpoint.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/smd/target" ] ;
     fhir:Identifier.value [ fhir:value "SMD001234567890" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "XX" ] ;
         fhir:Coding.display [ fhir:value "Organization Identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://digitalhealth.gov.au/fhir/hcpd/id/hcpd-local-identifier" ] ;
     fhir:Identifier.value [ fhir:value "EP001234567890" ]
  ] ;
  fhir:Endpoint.status [ fhir:value "off"] ;
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type" ] ;
     fhir:Coding.code [ fhir:value "secure-messaging" ] ;
     fhir:Coding.display [ fhir:value "Secure Messaging" ]
  ] ;
  fhir:Endpoint.name [ fhir:value "Sydney General Hospital SMD Endpoint"] ;
  fhir:Endpoint.contact [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "smd-support@sydneyhospital.org.au" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Endpoint.payloadType [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/pd/CodeSystem/endpoint-payload-type" ] ;
       fhir:Coding.code [ fhir:value "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706" ] ;
       fhir:Coding.display [ fhir:value "HL7 V2.4 REF message (Level 2)" ]
     ]
  ] ;
  fhir:Endpoint.payloadMimeType [
     fhir:value "application/pdf" ;
     fhir:index 0
  ], [
     fhir:value "application/fhir+xml" ;
     fhir:index 1
  ], [
     fhir:value "application/fhir+json" ;
     fhir:index 2
  ] ;
  fhir:Endpoint.address [ fhir:value "https://smd.sydneyhospital.org.au/secure-messaging/endpoint"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/example-hcpd-endpoint-smd.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Endpoint/example-hcpd-endpoint-smd.ttl> .