EHDS Logical Information Models, published by Xt-EHR. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Xt-EHR/xt-ehr-common/ and changes regularly. See the Directory of published versions
: Summary Provider - 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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SummaryProvider"] ; #
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: ActorDefinition SummaryProvider</b></p><a name=\"SummaryProvider\"> </a><a name=\"hcSummaryProvider\"> </a><table class=\"grid\"><tr><td><b>Actor: SummaryProvider </b></td><td/><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://www.xt-ehr.eu/specifications/fhir/ActorDefinition/SummaryProvider"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "SummaryProvider"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-07-08T15:51:28+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Xt-EHR"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Xt-EHR" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://Xt-EHR.eu" ] ] )
] ) ; #
fhir:type [ fhir:v "system"] . #