eHealth Infrastructure
3.3.0 - ci-build Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Resolved Timing Type - TTL Representation

Active as of 2021-02-26

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resolved-timing-type"] ; # 
  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: CodeSystem resolved-timing-type</b></p><a name=\"resolved-timing-type\"> </a><a name=\"hcresolved-timing-type\"> </a><a name=\"resolved-timing-type-da-DK\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/resolved-timing-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">Resolved<a name=\"resolved-timing-type-Resolved\"> </a></td><td>Resolved</td><td>Opløst måleregimetid</td></tr><tr><td style=\"white-space:nowrap\">Unresolved<a name=\"resolved-timing-type-Unresolved\"> </a></td><td>Unresolved</td><td>Ej opløst måleregimetid</td></tr><tr><td style=\"white-space:nowrap\">Adhoc<a name=\"resolved-timing-type-Adhoc\"> </a></td><td>Adhoc</td><td>Adhoc</td></tr><tr><td style=\"white-space:nowrap\">Extra<a name=\"resolved-timing-type-Extra\"> </a></td><td>Extra</td><td>Ekstra</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/resolved-timing-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.3.0"] ; # 
  fhir:name [ fhir:v "ResolvedTimingType"] ; # 
  fhir:title [ fhir:v "Resolved Timing Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-02-26T00: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 "Resolved Timing Type"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Resolved" ] ;
fhir:display [ fhir:v "Resolved" ] ;
fhir:definition [ fhir:v "Resolved" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Opløst måleregimetid" ]     ] )
  ] [
fhir:code [ fhir:v "Unresolved" ] ;
fhir:display [ fhir:v "Unresolved" ] ;
fhir:definition [ fhir:v "Unresolved" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Ej opløst måleregimetid" ]     ] )
  ] [
fhir:code [ fhir:v "Adhoc" ] ;
fhir:display [ fhir:v "Adhoc" ] ;
fhir:definition [ fhir:v "Adhoc" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Adhoc" ]     ] )
  ] [
fhir:code [ fhir:v "Extra" ] ;
fhir:display [ fhir:v "Extra" ] ;
fhir:definition [ fhir:v "Extra" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "Ekstra" ]     ] )
  ] ) . #