Australian Provider Directory Implementation Guide (PD 2)

This page is part of the Australian Provider Directory IG (v2.0.1: PD 2 on FHIR R4) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Endpoint-example1

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Endpoint",
  "id" : "example1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <b>Medical Objects Test Secure Messaging Endpoint</b>\n      <hr/>\n      <span style=\"color: gray;\">Work - Email:</span> jared@example.org\n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/au-receivingfacility",
      "extension" : [
        {
          "url" : "namespace-id",
          "valueString" : "Buderim Medical Center"
        },
        {
          "url" : "universal-id",
          "valueString" : "877F9695-1298-4E6A-B432-0FDD46AD80B8"
        },
        {
          "url" : "universal-id-type",
          "valueString" : "GUID"
        }
      ]
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/au-receivingapplication",
      "extension" : [
        {
          "url" : "namespace-id",
          "valueString" : "Equator"
        },
        {
          "url" : "universal-id",
          "valueString" : "Equator:3.1.4"
        },
        {
          "url" : "universal-id-type",
          "valueString" : "L"
        }
      ]
    }
  ],
  "status" : "active",
  "connectionType" : {
    "system" : "http://hl7.org.au/fhir/CodeSystem/smd-interfaces",
    "code" : "http://ns.electronichealth.net.au/smd/intf/SealedMessageDelivery/TLS/2010"
  },
  "name" : "Medical Objects Test Secure Messaging Endpoint",
  "managingOrganization" : {
    "display" : "Medical Objects"
  },
  "contact" : [
    {
      "system" : "email",
      "value" : "jared@example.org",
      "use" : "work"
    }
  ],
  "period" : {
    "start" : "2017-08-18"
  },
  "payloadType" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type",
          "code" : "http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706"
        },
        {
          "system" : "http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type",
          "code" : "http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012"
        }
      ]
    }
  ],
  "payloadMimeType" : [
    "application/hl7-v2"
  ],
  "address" : "https://smd-ep.test.medical-objects.com.au/smd/2010"
}