FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Endpoint/example-au-hl7v2 (JSON)

Responsible Owner: Patient Administration Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Example of an AU HL7v2 Referral Exchange endpoint

{
  "resourceType" : "Endpoint",
  "id" : "example-au-hl7v2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tExample of an AU HL7v2 Referral Exchange endpoint\n\t\t</div>"
  },
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
      "code" : "hl7v2-mllp"
    }]
  }],
  "name" : "AU HL7v2 Referral Exchange endpoint",
  "payload" : [{
    "type" : [{
      "text" : "referral-request"
    }],
    "mimeType" : ["application/hl7-v2"],
    "profileUri" : ["http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706",
    "http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012",
    "http://ns.electronichealth.net.au/ack/sc/deliver/hl7Ack/2012"]
  }],
  "address" : "mllp:acme.org:2360"
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.