eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Document Type - TTL Representation

Active as of 2019-02-08

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-document-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-dk-ihe-typecode-vs.html\">DK_IHE_TypeCode_VS</a></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a href=\"https://loinc.org/69730-0/\">69730-0</a></td><td>Instructions</td><td>Instruktioner</td></tr><tr><td><a href=\"https://loinc.org/48766-0/\">48766-0</a></td><td>Information source</td><td>Informationskilde</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/document-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "latest"] ; # 
  fhir:name [ fhir:v "DocumentType"] ; # 
  fhir:title [ fhir:v "Document Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-02-08T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Document Type value set."] ; # 
  fhir:compose [
    ( fhir:include [
      ( fhir:valueSet [
fhir:v "http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-typecode-vs"^^xsd:anyURI ;
fhir:link <http://sundhedsdatastyrelsen.dk/terminologi/dk-ihe-typecode-vs>       ] )     ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "69730-0" ] ;
fhir:display [ fhir:v "Instructions" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Instruktioner" ]         ] )       ] [
fhir:code [ fhir:v "48766-0" ] ;
fhir:display [ fhir:v "Information source" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Informationskilde" ]         ] )       ] )     ] )
  ] . #