EHMI Addressing Service (EAS), published by MedCom. This guide is not an authorized publication; it is the continuous build for version 0.8.1 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 Endpoint - 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 -------------------------------------------------------------------
a fhir:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-endpoint"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint example-endpoint</b></p><a name=\"example-endpoint\"> </a><a name=\"hcexample-endpoint\"> </a><a name=\"example-endpoint-da-DK\"> </a><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"https://build.fhir.org/ig/medcomdk/dk-ehmi-eer/CodeSystem-ehmi-connection-type.html#ehmi-connection-type-hl7-fhir-rest\">EHMI Connection Types CS</a> hl7-fhir-rest: hl7-fhir-rest</p><p><b>name</b>: Example FHIR Endpoint</p><p><b>managingOrganization</b>: <a href=\"Organization-example-eas-messaging-organization.html\">Organization Example Organization</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://medcomehmi.dk/ig/dk-medcom-ehmi-terminology/CodeSystem/dk-medcom-message-definition-uri urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0}\">urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0</span></p><p><b>address</b>: <a href=\"https://example.org/fhir\">https://example.org/fhir</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eer/CodeSystem/ehmi-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ] ;
fhir:display [ fhir:v "hl7-fhir-rest" ]
] ; #
fhir:name [ fhir:v "Example FHIR Endpoint"] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/example-eas-messaging-organization" ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://medcomehmi.dk/ig/dk-medcom-ehmi-terminology/CodeSystem/dk-medcom-message-definition-uri"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:dk:healthcare:medcom:messaging:fhir:structuredefinition:acknowledgement:2.0" ] ] )
] ) ; #
fhir:address [ fhir:v "https://example.org/fhir"^^xsd:anyURI] . #