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-HL7AU-Connectathon-Aug-25-26/ and changes regularly. See the Directory of published versions

: Sydney Private Clinic: FHIR Referral Endpoint - JSON Representation

Raw json | Download

{
  "resourceType" : "Endpoint",
  "id" : "example-hcpd-endpoint-referral",
  "meta" : {
    "source" : "http://ns.electronichealth.net.au/id/source/pca",
    "profile" : [
      🔗 "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-endpoint"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-hcpd-endpoint-referral</b></p><a name=\"example-hcpd-endpoint-referral\"> </a><a name=\"hcexample-hcpd-endpoint-referral\"> </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>identifier</b>: Organization identifier/e1000000-0000-4000-8000-000000000002, Resource identifier/EP-NHSD-001234562501</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type: hl7-fhir-rest</a> (HL7 FHIR)</p><p><b>name</b>: Sydney Private Clinic – FHIR Referral Endpoint</p><p><b>contact</b>: <a href=\"mailto:referrals@sydneyprivateclinic.com.au\">referrals@sydneyprivateclinic.com.au</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}\">Any</span></p><p><b>payloadMimeType</b>: application/fhir+json</p><p><b>address</b>: <a href=\"https://fhir.sydneyprivateclinic.com.au/fhir\">https://fhir.sydneyprivateclinic.com.au/fhir</a></p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "suppressedBy",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type",
                "code" : "organisation-initiated"
              }
            ]
          }
        }
      ],
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ]
      },
      "system" : "http://digitalhealth.gov.au/fhir/hcpd/id/hcpd-local-identifier",
      "value" : "e1000000-0000-4000-8000-000000000002"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "RI"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/source/nhsd",
      "value" : "EP-NHSD-001234562501"
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
    "code" : "hl7-fhir-rest",
    "display" : "HL7 FHIR"
  },
  "name" : "Sydney Private Clinic – FHIR Referral Endpoint",
  "contact" : [
    {
      "system" : "email",
      "value" : "referrals@sydneyprivateclinic.com.au",
      "use" : "work"
    }
  ],
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/endpoint-payload-type",
          "code" : "any",
          "display" : "Any"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/fhir+json"
  ],
  "address" : "https://fhir.sydneyprivateclinic.com.au/fhir"
}