eHealth Infrastructure
2.6.0 - Release 13

eHealth Infrastructure - Local Development build (v2.6.0). See the Directory of published versions

: eHealth Environment - TTL Representation

Active as of 2021-02-23

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:NamingSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ehealth-environment"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://ehealth.sundhed.dk/fhir/NamingSystem/ehealth-environment</td></tr><tr><td>Version</td><td>2.6.0</td></tr><tr><td>Name</td><td>eHealth Environment</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>The eHealth Environment is assigned to PlanDefinition, ActivityDefinition and Questionnaire resources in the eHealth Infrastructure created on the environment</p>\n</div></td></tr><tr><td>Publisher</td><td>Systematic | Trifork</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>URI</td><td>http://ehealth.sundhed.dk/id/ehealth-environment</td></tr></table></div>"
  ]; # 
  fhir:NamingSystem.name [ fhir:value "eHealth Environment"]; # 
  fhir:NamingSystem.status [ fhir:value "active"]; # 
  fhir:NamingSystem.kind [ fhir:value "identifier"]; # 
  fhir:NamingSystem.date [ fhir:value "2021-02-23T00:00:00+00:00"^^xsd:dateTime]; # 
  fhir:NamingSystem.publisher [ fhir:value "Systematic | Trifork"]; # 
  fhir:NamingSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ]; # 
  fhir:NamingSystem.responsible [ fhir:value "ehealth.sundhed.dk"]; # 
  fhir:NamingSystem.description [ fhir:value "The eHealth Environment is assigned to PlanDefinition, ActivityDefinition and Questionnaire resources in the eHealth Infrastructure created on the environment"]; # 
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "http://ehealth.sundhed.dk/id/ehealth-environment" ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.