EHMI Addressing Service (EAS)
0.8.1 - ci-build Denmark flag

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 EAS MedCom Messaging Organization - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-eas-messaging-organization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/eas-messaging-organization"^^xsd:anyURI ;
fhir:link <http://medcomehmi.dk/ig/dk-ehmi-eas/StructureDefinition/eas-messaging-organization>     ] )
  ] ; # 
  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: Organization example-eas-messaging-organization</b></p><a name=\"example-eas-messaging-organization\"> </a><a name=\"hcexample-eas-messaging-organization\"> </a><a name=\"example-eas-messaging-organization-da-DK\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.208.176.1.1</code>/543210987654321, <code>https://www.gs1.org/gln</code>/5790000121526</p><p><b>name</b>: Example Organization</p><p><b>telecom</b>: <a href=\"tel:+123456789\">+123456789</a>, <a href=\"mailto:info@example.org\">info@example.org</a></p><p><b>address</b>: 123 Example Street Example City 12345 </p><p><b>endpoint</b>: <a href=\"Endpoint-example-endpoint.html\">Endpoint Example FHIR Endpoint</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "543210987654321" ]
  ] [
fhir:system [ fhir:v "https://www.gs1.org/gln"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5790000121526" ]
  ] ) ; # 
  fhir:name [ fhir:v "Example Organization"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+123456789" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@example.org" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "123 Example Street" ] ) ;
fhir:city [ fhir:v "Example City" ] ;
fhir:postalCode [ fhir:v "12345" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/example-endpoint" ]
  ] ) . #