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

: PlanDefinition Recommendation - TTL Representation

Active as of 2019-01-29

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 "ehealth-plandefinition-recommendation"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/plandefinition-recommendation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">TBD<a name=\"ehealth-plandefinition-recommendation-TBD\"> </a></td><td>Example value - Under construction</td><td>Example value - Under construction</td></tr><tr><td style=\"white-space:nowrap\">Mandatory<a name=\"ehealth-plandefinition-recommendation-Mandatory\"> </a></td><td>Mandatory</td><td>Mandatory</td></tr><tr><td style=\"white-space:nowrap\">Recommended<a name=\"ehealth-plandefinition-recommendation-Recommended\"> </a></td><td>Recommended</td><td>Recommended</td></tr><tr><td style=\"white-space:nowrap\">Confirmed<a name=\"ehealth-plandefinition-recommendation-Confirmed\"> </a></td><td>Confirmed</td><td>Confirmed</td></tr><tr><td style=\"white-space:nowrap\">NotRecommended<a name=\"ehealth-plandefinition-recommendation-NotRecommended\"> </a></td><td>NotRecommended</td><td>NotRecommended</td></tr><tr><td style=\"white-space:nowrap\">Applicable<a name=\"ehealth-plandefinition-recommendation-Applicable\"> </a></td><td>Applicable</td><td>Applicable</td></tr><tr><td style=\"white-space:nowrap\">PhasedOut<a name=\"ehealth-plandefinition-recommendation-PhasedOut\"> </a></td><td>PhasedOut</td><td>PhasedOut</td></tr><tr><td style=\"white-space:nowrap\">Observed<a name=\"ehealth-plandefinition-recommendation-Observed\"> </a></td><td>Observed</td><td>Observed</td></tr><tr><td style=\"white-space:nowrap\">Planned<a name=\"ehealth-plandefinition-recommendation-Planned\"> </a></td><td>Planned</td><td>Planned</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/plandefinition-recommendation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "latest"] ; # 
  fhir:name [ fhir:v "PlanDefinitionRecommendation"] ; # 
  fhir:title [ fhir:v "PlanDefinition Recommendation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-01-29T00: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 "Plan Definition Recommendation"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "TBD" ] ;
fhir:display [ fhir:v "Example value - Under construction" ] ;
fhir:definition [ fhir:v "Example value - Under construction" ] ;
    ( fhir:property [
fhir:code [ fhir:v "deprecated" ] ;
fhir:value [ fhir:v "2020-03-24"^^xsd:date ]     ] )
  ] [
fhir:code [ fhir:v "Mandatory" ] ;
fhir:display [ fhir:v "Mandatory" ] ;
fhir:definition [ fhir:v "Mandatory" ]
  ] [
fhir:code [ fhir:v "Recommended" ] ;
fhir:display [ fhir:v "Recommended" ] ;
fhir:definition [ fhir:v "Recommended" ]
  ] [
fhir:code [ fhir:v "Confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ] ;
fhir:definition [ fhir:v "Confirmed" ]
  ] [
fhir:code [ fhir:v "NotRecommended" ] ;
fhir:display [ fhir:v "NotRecommended" ] ;
fhir:definition [ fhir:v "NotRecommended" ]
  ] [
fhir:code [ fhir:v "Applicable" ] ;
fhir:display [ fhir:v "Applicable" ] ;
fhir:definition [ fhir:v "Applicable" ]
  ] [
fhir:code [ fhir:v "PhasedOut" ] ;
fhir:display [ fhir:v "PhasedOut" ] ;
fhir:definition [ fhir:v "PhasedOut" ]
  ] [
fhir:code [ fhir:v "Observed" ] ;
fhir:display [ fhir:v "Observed" ] ;
fhir:definition [ fhir:v "Observed" ]
  ] [
fhir:code [ fhir:v "Planned" ] ;
fhir:display [ fhir:v "Planned" ] ;
fhir:definition [ fhir:v "Planned" ]
  ] ) . #