FHIR IG analytics| Package | dk.ehmi.eas |
| Resource Type | Endpoint |
| Id | Endpoint-example-endpoint2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint example-endpoint2
Profile: EER Endpoint - General for Messaging
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
{
"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"
}