eHealth Infrastructure - Local Development build (v2.6.0). See the Directory of published versions
Draft as of 2019-10-24 | Maturity Level: 2 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "care-plan-status"]; #
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2019-10-24T11:53:00+11:00"^^xsd:dateTime ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/care-plan-status</code></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><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#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></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>draft</td><td>Under udarbejdelse</td></tr><tr><td>active</td><td>Aktiv</td></tr><tr><td>on-hold</td><td>Suspenderet</td></tr><tr><td>completed</td><td>Afsluttet</td></tr><tr><td>entered-in-error</td><td>Fejlindtastning</td></tr><tr><td>revoked</td><td>Annulleret</td></tr><tr><td>unknown</td><td>Ukendt</td></tr></table></div>"
]; #
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status" ];
fhir:Extension.valueString [ fhir:value "Informative" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.valueCode [ fhir:value "pc" ]
]; #
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/care-plan-status"]; #
fhir:CodeSystem.version [ fhir:value "2.6.0"]; #
fhir:CodeSystem.name [ fhir:value "Care Plan Status"]; #
fhir:CodeSystem.status [ fhir:value "draft"]; #
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; #
fhir:CodeSystem.date [ fhir:value "2019-10-24T11:53:00+11:00"^^xsd:dateTime]; #
fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"]; #
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ]
]; #
fhir:CodeSystem.description [ fhir:value "Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record."]; #
fhir:CodeSystem.content [ fhir:value "supplement"]; #
fhir:CodeSystem.supplements [
fhir:value "http://hl7.org/fhir/request-status";
fhir:link <http://hl7.org/fhir/request-status>
]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "draft" ];
fhir:CodeSystem.concept.display [ fhir:value "Draft" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan is in development or awaiting use but is not yet intended to be acted upon." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Under udarbejdelse" ] ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "active" ];
fhir:CodeSystem.concept.display [ fhir:value "Active" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan is intended to be followed and used as part of patient care." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Aktiv" ] ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "on-hold" ];
fhir:CodeSystem.concept.display [ fhir:value "On Hold" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan has been temporarily stopped but is expected to resume in the future." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Suspenderet" ] ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "completed" ];
fhir:CodeSystem.concept.display [ fhir:value "Completed" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan is no longer in use and is not expected to be followed or used in patient care." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Afsluttet" ] ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "entered-in-error" ];
fhir:CodeSystem.concept.display [ fhir:value "Entered In Error" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan was entered in error and voided." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Fejlindtastning" ] ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "revoked" ];
fhir:CodeSystem.concept.display [ fhir:value "Revoked" ];
fhir:CodeSystem.concept.definition [ fhir:value "The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan)." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Annulleret" ] ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "unknown" ];
fhir:CodeSystem.concept.display [ fhir:value "Unknown" ];
fhir:CodeSystem.concept.definition [ fhir:value "The authoring system doesn't know the current state of the care plan." ];
fhir:CodeSystem.concept.designation [
fhir:index 0;
fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
fhir:CodeSystem.concept.designation.use [
a sct:900000000000013009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "900000000000013009" ] ];
fhir:CodeSystem.concept.designation.value [ fhir:value "Ukendt" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.6.0 based on FHIR 4.0.1. Generated 2023-01-12