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

FHIR IG analytics

Packagedk.ehmi.eas
Resource TypeEndpoint
IdEndpoint-example-endpoint2.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

Generated Narrative: Endpoint example-endpoint2

identifier: https://www.gs1.org/gln/5790002288289

status: Active

connectionType: EHMI Endpoint Register (EER) - Connection Types CS: EerMessagingEdelivery (EHMI messaging via eDelivery)

name: Example FHIR Endpoint

managingOrganization: Organization Example EasMessagingOrganization

period: 2025-01-01 --> (ongoing)

payloadType: HomeCareObservation 1.0, Acknowledgement 2.0, SBDH 1.0, SBDH Ack 1.0

payloadMimeType: text/xml, application/fhir+xml, application/fhir+json

address: https://example.org/fhir


Source1

{
  "resourceType": "Endpoint",
  "id": "example-endpoint2",
  "meta": {
    "profile": [
      "http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.endpoint.messaging"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.gs1.org/gln",
      "value": "5790002288289"
    }
  ],
  "status": "active",
  "connectionType": {
    "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-endpoint-connection-type",
    "code": "EerMessagingEdelivery"
  },
  "name": "Example FHIR Endpoint",
  "managingOrganization": {
    "reference": "Organization/example-eas-messaging-organization2"
  },
  "period": {
    "start": "2025-01-01"
  },
  "payloadType": [
    {
      "coding": [
        {
          "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
          "code": "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:homecareobservation:1.0"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
          "code": "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
          "code": "urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdh:1.0"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri",
          "code": "urn:dk:healthcare:ehmi:messaging:envelope:xml:sbdhacknowledgement:1.0"
        }
      ]
    }
  ],
  "payloadMimeType": [
    "text/xml",
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "address": "https://example.org/fhir"
}