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

: HC Endpoint - SMD Target Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "example-hc-endpoint-smd",
  "meta" : {
    "source" : "http://ns.electronichealth.net.au/id/source/pca",
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-endpoint"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/encryption-certificate-pem-x509",
      "valueString" : "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURYVENDQWtXZ0F3SUJBZ0lKQU1mK0R6UjBWV..."
    }
  ],
  "identifier" : [
    {
      "system" : "http://ns.electronichealth.net.au/smd/target",
      "value" : "SMD001234567890"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "RI",
            "display" : "Resource Identifier"
          }
        ]
      },
      "system" : "http://example.org/fhir/identifier/endpoint",
      "value" : "EP001234567890"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org.au/CodeSystem/endpoint-connection-type",
    "code" : "secure-messaging",
    "display" : "Secure Messaging"
  },
  "name" : "Sydney General Hospital SMD Endpoint",
  "contact" : [
    {
      "system" : "email",
      "value" : "smd-support@sydneyhospital.org.au",
      "use" : "work"
    }
  ],
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://ns.electronichealth.net.au/hc/CodeSystem/hc-endpoint-payload-type-cs",
          "code" : "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706",
          "display" : "HL7 V2.4 REF message (Level 2)"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/pdf",
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "address" : "https://smd.sydneyhospital.org.au/secure-messaging/endpoint"
}