eHealth Infrastructure
2.8.0 - Release 16

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

: Careplan Category - 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-careplan-category"] ; # 
  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>Include all codes defined in <a href=\"CodeSystem-ehealth-careplan-category.html\"><code>http://ehealth.sundhed.dk/cs/careplan-category</code></a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>English (United States) (English (United States), en)</b></td></tr><tr><td><a href=\"http://snomed.info/id/412776001\">412776001</a></td><td>Chronic obstructive pulmonary disease clinical management plan</td><td>Chronic obstructive pulmonary disease clinical management plan</td></tr><tr><td><a href=\"http://snomed.info/id/412777005\">412777005</a></td><td>Diabetes clinical management plan</td><td>Diabetes clinical management plan</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/careplan-category"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.8.0"] ; # 
  fhir:name [ fhir:v "CareplanCategory"] ; # 
  fhir:title [ fhir:v "Careplan Category"] ; # 
  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 "Systematic | Trifork"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Careplan Category."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/careplan-category"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "412776001" ] ;
fhir:display [ fhir:v "Chronic obstructive pulmonary disease clinical management plan" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Chronic obstructive pulmonary disease clinical management plan" ]         ] )       ] [
fhir:code [ fhir:v "412777005" ] ;
fhir:display [ fhir:v "Diabetes clinical management plan" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "en-US" ] ;
fhir:value [ fhir:v "Diabetes clinical management plan" ]         ] )       ] )     ] )
  ] . #