Package | dk.ehealth.sundhed.fhir.ig.core |
Type | CodeSystem |
Id | care-plan-status |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-care-plan-status.html |
URL | http://hl7.org/fhir/care-plan-status |
Version | 3.5.1 |
Status | active |
Date | 2019-10-24T11:53:00+11:00 |
Name | Care Plan Status |
Title | Care Plan Status |
Realm | dk |
Description | Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record. |
Content | supplement |
Supplements | http://hl7.org/fhir/request-status |
ValueSet | |
R2-care-plan-status-for-R4B | Cross-version VS for R2.CarePlanStatus for use in FHIR R4B |
R3-care-plan-status-for-R4B | Cross-version VS for R3.CarePlanStatus for use in FHIR R4B |
R2-care-plan-status-for-R5 | Cross-version VS for R2.CarePlanStatus for use in FHIR R5 |
R2-care-plan-status-for-R4 | Cross-version VS for R2.CarePlanStatus for use in FHIR R4 |
R3-care-plan-status-for-R5 | Cross-version VS for R3.CarePlanStatus for use in FHIR R5 |
R3-care-plan-status-for-R4 | Cross-version VS for R3.CarePlanStatus for use in FHIR R4 |
CodeSystem | |
request-status | Request Status |
request-status | RequestStatus |
Note: links and images are rebased to the (stated) source
Generated Narrative: Kodesystem care-plan-status
Last updated: 2019-10-24 11:53:00+1100
This code system supplement http://hl7.org/fhir/care-plan-status
defines displays on the following codes:
Code | Display | Definition | Dansk (Danish, da) |
draft | Draft | The plan is in development or awaiting use but is not yet intended to be acted upon. | Under udarbejdelse |
active | Active | The plan is intended to be followed and used as part of patient care. | Aktiv |
on-hold | On Hold | The plan has been temporarily stopped but is expected to resume in the future. | Suspenderet |
completed | Completed | The plan is no longer in use and is not expected to be followed or used in patient care. | Afsluttet |
entered-in-error | Entered In Error | The plan was entered in error and voided. | Fejlindtastning |
revoked | Revoked | The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan). | Annulleret |
unknown | Unknown | The authoring system doesn't know the current state of the care plan. | Ukendt |
{ "resourceType": "CodeSystem", "id": "care-plan-status", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00" }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status", "valueString": "Informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pc" } ], "url": "http://hl7.org/fhir/care-plan-status", "version": "3.5.1", "name": "Care Plan Status", "title": "Care Plan Status", "status": "active", "experimental": false, "date": "2019-10-24T11:53:00+11:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "description": "Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "content": "supplement", "supplements": "http://hl7.org/fhir/request-status", "concept": [ { "code": "draft", "display": "Draft", "definition": "The plan is in development or awaiting use but is not yet intended to be acted upon.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Under udarbejdelse" } ] }, { "code": "active", "display": "Active", "definition": "The plan is intended to be followed and used as part of patient care.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Aktiv" } ] }, { "code": "on-hold", "display": "On Hold", "definition": "The plan has been temporarily stopped but is expected to resume in the future.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Suspenderet" } ] }, { "code": "completed", "display": "Completed", "definition": "The plan is no longer in use and is not expected to be followed or used in patient care.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Afsluttet" } ] }, { "code": "entered-in-error", "display": "Entered In Error", "definition": "The plan was entered in error and voided.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Fejlindtastning" } ] }, { "code": "revoked", "display": "Revoked", "definition": "The plan has been terminated prior to reaching completion (though it may have been replaced by a new plan).", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Annulleret" } ] }, { "code": "unknown", "display": "Unknown", "definition": "The authoring system doesn't know the current state of the care plan.", "designation": [ { "language": "da", "use": { "system": "http://snomed.info/sct", "code": "900000000000013009" }, "value": "Ukendt" } ] } ] }