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

: Care Plan Status - JSON Representation

Active as of 2019-10-24 Maturity Level: 2

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "care-plan-status",
  "meta" : {
    "lastUpdated" : "2019-10-24T11:53:00+11:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <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=\"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><td>Under udarbejdelse</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><td>Aktiv</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><td>Suspenderet</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><td>Afsluttet</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><td>Fejlindtastning</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><td>Annulleret</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><td>Ukendt</td></tr></table></div>"
  },
  "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" : "latest",
  "name" : "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.",
  "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"
        }
      ]
    }
  ]
}