NHSD Implementation Guide - Outbound
4.0.1 - active
NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Endpoint",
"id" : "example1",
"meta" : {
"lastUpdated" : "2025-12-19T10:00:00+11:00"
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example1</b></p><a name=\"example1\"> </a><a name=\"hcexample1\"> </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\">Last updated: 2025-12-19 10:00:00+1100</p></div><blockquote><p><b>Receiving Facility</b></p><ul><li>namespace-id: Buderim Medical Center</li><li>universal-id: 877F9695-1298-4E6A-B432-0FDD46AD80B8</li><li>universal-id-type: GUID</li></ul></blockquote><blockquote><p><b>Receiving Application</b></p><ul><li>namespace-id: Equator</li><li>universal-id: Equator:3.1.4</li><li>universal-id-type: L</li></ul></blockquote><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/smd/target</code>/http://ns.medicalobjects.com.au/smd/id/hostname/999999999XYZ</p><p><b>connectionType</b>: <a href=\"http://hl7.org.au/fhir/pd/pd2/CodeSystem-smd-interfaces.html#smd-interfaces-http.58.47.47ns.46electronichealth.46net.46au.47smd.47intf.47SealedMessageDelivery.47TLS.472010\">Australian Secure Message Service Interfaces: http://ns.electronichealth.net.au/smd/intf/SealedMessageDelivery/TLS/2010</a> (Sealed Message Delivery)</p><p><b>status</b>: Active</p><p><b>name</b>: Medical Objects Test Secure Messaging Endpoint</p><p><b>contact</b>: <a href=\"mailto:jared@example.org\">jared@example.org</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type http://ns.hl7.org.au/hl7v2/profiles/HL7AU-OO-REF-SIMPLIFIED-201706}, {http://hl7.org.au/fhir/CodeSystem/endpoint-payload-type http://ns.electronichealth.net.au/ds/sc/deliver/hl7Mdm/2012}\">Simplified Profile for HL7 V2.4 REF message</span></p><p><b>payloadMimeType</b>: application/hl7-v2</p><p><b>address</b>: <a href=\"https://smd-ep.test.medical-objects.com.au/smd/2010\">https://smd-ep.test.medical-objects.com.au/smd/2010</a></p></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"
}
]
}
],
"identifier" : [
{
"system" : "http://ns.electronichealth.net.au/smd/target",
"value" : "http://ns.medicalobjects.com.au/smd/id/hostname/999999999XYZ"
}
],
"connectionType" : {
"system" : "http://hl7.org.au/fhir/CodeSystem/smd-interfaces",
"code" : "http://ns.electronichealth.net.au/smd/intf/SealedMessageDelivery/TLS/2010"
},
"status" : "active",
"name" : "Medical Objects Test Secure Messaging Endpoint",
"contact" : [
{
"system" : "email",
"value" : "jared@example.org",
"use" : "work"
}
],
"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"
}