FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.pd
Resource TypeEndpoint
IdEndpoint-example1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Medical Objects Test Secure Messaging Endpoint
Work - Email: jared@example.org

Source1

{
  "resourceType": "Endpoint",
  "id": "example1",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-sm-endpoint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ],
  "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"
}