@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://ehealth.sundhed.dk/fhir/CodeSystem/care-plan-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "care-plan-status"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2019-10-24T11:53:00+11:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem care-plan-status</b></p><a name=\"care-plan-status\"> </a><a name=\"hccare-plan-status\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2019-10-24 11:53:00+1100</p></div><p>This code system supplement <code>http://hl7.org/fhir/care-plan-status</code> defines displays on 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><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-draft\">draft</a><a name=\"care-plan-status-draft\"> </a></td><td>Draft</td><td>The plan is in development or awaiting use but is not yet intended to be acted upon.</td><td>Under udarbejdelse</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-active\">active</a><a name=\"care-plan-status-active\"> </a></td><td>Active</td><td>The plan is intended to be followed and used as part of patient care.</td><td>Aktiv</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-on-hold\">on-hold</a><a name=\"care-plan-status-on-hold\"> </a></td><td>On Hold</td><td>The plan has been temporarily stopped but is expected to resume in the future.</td><td>Suspenderet</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-completed\">completed</a><a name=\"care-plan-status-completed\"> </a></td><td>Completed</td><td>The plan is no longer in use and is not expected to be followed or used in patient care.</td><td>Afsluttet</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-entered-in-error\">entered-in-error</a><a name=\"care-plan-status-entered-in-error\"> </a></td><td>Entered In Error</td><td>The plan was entered in error and voided.</td><td>Fejlindtastning</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-revoked\">revoked</a><a name=\"care-plan-status-revoked\"> </a></td><td>Revoked</td><td>The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan).</td><td>Annulleret</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"CodeSystem-hl7.org-fhir-request-status.html#hl7.org-fhir-request-status-unknown\">unknown</a><a name=\"care-plan-status-unknown\"> </a></td><td>Unknown</td><td>The authoring system doesn't know the current state of the care plan.</td><td>Ukendt</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Informative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 2
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "pc"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/care-plan-status"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/care-plan-status>
  ] ; # 
  fhir:version [ fhir:v "8.0.0"] ; # 
  fhir:name [ fhir:v "Care Plan Status"] ; # 
  fhir:title [ fhir:v "Care Plan Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-10-24T11:53:00+11: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 "Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
     fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/request-status>
  ] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "draft" ] ;
     fhir:display [ fhir:v "Draft" ] ;
     fhir:definition [ fhir:v "The plan is in development or awaiting use but is not yet intended to be acted upon." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Under udarbejdelse" ]
     ] )
  ] [
     fhir:code [ fhir:v "active" ] ;
     fhir:display [ fhir:v "Active" ] ;
     fhir:definition [ fhir:v "The plan is intended to be followed and used as part of patient care." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Aktiv" ]
     ] )
  ] [
     fhir:code [ fhir:v "on-hold" ] ;
     fhir:display [ fhir:v "On Hold" ] ;
     fhir:definition [ fhir:v "The plan has been temporarily stopped but is expected to resume in the future." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Suspenderet" ]
     ] )
  ] [
     fhir:code [ fhir:v "completed" ] ;
     fhir:display [ fhir:v "Completed" ] ;
     fhir:definition [ fhir:v "The plan is no longer in use and is not expected to be followed or used in patient care." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Afsluttet" ]
     ] )
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered In Error" ] ;
     fhir:definition [ fhir:v "The plan was entered in error and voided." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Fejlindtastning" ]
     ] )
  ] [
     fhir:code [ fhir:v "revoked" ] ;
     fhir:display [ fhir:v "Revoked" ] ;
     fhir:definition [ fhir:v "The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan)." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Annulleret" ]
     ] )
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Unknown" ] ;
     fhir:definition [ fhir:v "The authoring system doesn't know the current state of the care plan." ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "da" ] ;
       fhir:use [
         a sct:900000000000013009 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "900000000000013009" ]
       ] ;
       fhir:value [ fhir:v "Ukendt" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

