DK MedCom Carecommunication, published by MedCom. This guide is not an authorized publication; it is the continuous build for version 4.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medcomdk/dk-medcom-carecommunication/ and changes regularly. See the Directory of published versions
: Receive_Tek-C - Sender - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "89a4dee7-145b-4d09-abaf-24529cb12f15"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-organization"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-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 89a4dee7-145b-4d09-abaf-24529cb12f15</b></p><a name=\"89a4dee7-145b-4d09-abaf-24529cb12f15\"> </a><a name=\"hc89a4dee7-145b-4d09-abaf-24529cb12f15\"> </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=\"file://C:\\Users\\TMS\\TMS\\GitHub\\MedComPublication\\dk-medcom-messaging\\output/StructureDefinition-medcom-messaging-organization.html\">MedComMessagingOrganization</a></p></div><p><b>identifier</b>: SOR/1053231000016001 (use: official, ), EAN/5790002508240 (use: official, ), MASTER_EAF/11469610 (use: usual, ), DENMARK/219 (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: Sygehusadviser, Hillerød</p><p><b>telecom</b>: ph: 72 32 00 00(Work), fax: 72 32 32 13(Work)</p><p><b>address</b>: Trollesmindealle 27 3400 </p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:text [ fhir:v "SOR" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1053231000016001" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:text [ fhir:v "EAN" ] ] ;
fhir:system [ fhir:v "https://www.gs1.org/gln"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5790002508240" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "MASTER_EAF" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.416.3.7.5.737384.158"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11469610" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "DENMARK" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.416.3.7.5.737384.168"^^xsd:anyURI ] ;
fhir:value [ fhir:v "219" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Sygehusadviser, Hillerød"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "72 32 00 00" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "72 32 32 13" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "Trollesmindealle 27" ] ) ;
fhir:postalCode [ fhir:v "3400" ]
] ) . #