EHMI Addressing Service (EAS)
2.0.0 - release Denmark flag

EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-ehmi-eas/ and changes regularly. See the Directory of published versions

: Example EasMessagingEndpoint2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/example-endpoint2> a fhir:Endpoint ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-endpoint2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.endpoint.messaging" ;
       fhir:index 0 ;
       fhir:link <http://medcomehmi.dk/ig/eer/StructureDefinition/eer.dk.endpoint.messaging>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-endpoint2</b></p><a name=\"example-endpoint2\"> </a><a name=\"hcexample-endpoint2\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://medcomehmi.dk/ig/eer/3.0.0-trial-use-2/StructureDefinition-eer.dk.endpoint.messaging.html\">EER Endpoint - General for Messaging</a></p></div><p><b>identifier</b>: <code>https://www.gs1.org/gln</code>/5790002288289</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://medcomehmi.dk/ig/terminology/1.2.0/CodeSystem-eer-endpoint-connection-type.html#eer-endpoint-connection-type-EerMessagingEdelivery\">EHMI Endpoint Register (EER) - Connection Types CS: EerMessagingEdelivery</a> (EHMI messaging via eDelivery)</p><p><b>name</b>: Example FHIR Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-example-eas-messaging-organization2.html\">Organization Example EasMessagingOrganization</a></p><p><b>period</b>: 2025-01-01 --&gt; (ongoing)</p><p><b>payloadType</b>: <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::homecareobservation-message##urn:dk:medcom:fhir:homecareobservation-message::1.2}\">HomeCareObservation 1.2</span>, <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::acknowledgement-message##urn:dk:medcom:fhir:acknowledgement-message::2.0}\">Acknowledgement 2.0</span>, <span title=\"Codes:{http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri urn:dk:healthcare:messaging:oasis:ebxml:schema:xsd::ehmisbdh-acknowledgement##urn:dk:ehmi:sbdh:ehmisbdh-acknowledgement::1.0}\">ehmiSBDH Acknowledgement 1.0</span></p><p><b>payloadMimeType</b>: text/xml, application/fhir+xml, application/fhir+json</p><p><b>address</b>: <a href=\"https://example.org/fhir\">https://example.org/fhir</a></p></div>"
  ] ;
  fhir:Endpoint.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://www.gs1.org/gln" ] ;
     fhir:Identifier.value [ fhir:value "5790002288289" ]
  ] ;
  fhir:Endpoint.status [ fhir:value "active"] ;
  fhir:Endpoint.connectionType [
     fhir:Coding.system [ fhir:value "http://medcomehmi.dk/ig/terminology/CodeSystem/eer-endpoint-connection-type" ] ;
     fhir:Coding.code [ fhir:value "EerMessagingEdelivery" ]
  ] ;
  fhir:Endpoint.name [ fhir:value "Example FHIR Endpoint"] ;
  fhir:Endpoint.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/example-eas-messaging-organization2> ;
     fhir:Reference.reference [ fhir:value "Organization/example-eas-messaging-organization2" ]
  ] ;
  fhir:Endpoint.period [
     fhir:Period.start [ fhir:value "2025-01-01"^^xsd:date ]
  ] ;
  fhir:Endpoint.payloadType [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri" ] ;
       fhir:Coding.code [ fhir:value "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::homecareobservation-message##urn:dk:medcom:fhir:homecareobservation-message::1.2" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri" ] ;
       fhir:Coding.code [ fhir:value "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition::acknowledgement-message##urn:dk:medcom:fhir:acknowledgement-message::2.0" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://medcomehmi.dk/ig/terminology/CodeSystem/ehmi-message-definition-uri" ] ;
       fhir:Coding.code [ fhir:value "urn:dk:healthcare:messaging:oasis:ebxml:schema:xsd::ehmisbdh-acknowledgement##urn:dk:ehmi:sbdh:ehmisbdh-acknowledgement::1.0" ]
     ]
  ] ;
  fhir:Endpoint.payloadMimeType [
     fhir:value "text/xml" ;
     fhir:index 0
  ], [
     fhir:value "application/fhir+xml" ;
     fhir:index 1
  ], [
     fhir:value "application/fhir+json" ;
     fhir:index 2
  ] ;
  fhir:Endpoint.address [ fhir:value "https://example.org/fhir"] .

<http://hl7.org/fhir/Organization/example-eas-messaging-organization2> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Endpoint/example-endpoint2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Endpoint/example-endpoint2.ttl> .