{
  "resourceType": "CodeSystem",
  "id": "plan-definition-type",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>PlanDefinitionType</h2>\n            <div>\n              <p>The type of PlanDefinition</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/plan-definition-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>order-set\n                  <a name=\"plan-definition-type-order-set\"> </a>\n                </td>\n                <td>Order Set</td>\n                <td>A pre-defined and approved group of orders related to a particular clinical condition (e.g. hypertension treatment and monitoring) or stage of care (e.g. hospital admission to Coronary Care Unit). An order set is used as a checklist for the clinician when managing a patient with a specific condition. It is a structured collection of orders relevant to that condition and presented to the clinician in a computerized provider order entry (CPOE) system</td>\n              </tr>\n              <tr>\n                <td>protocol\n                  <a name=\"plan-definition-type-protocol\"> </a>\n                </td>\n                <td>Protocol</td>\n                <td>A set of activities that can be performed that have relationships in terms of order, pre-conditions, etc.</td>\n              </tr>\n              <tr>\n                <td>eca-rule\n                  <a name=\"plan-definition-type-eca-rule\"> </a>\n                </td>\n                <td>ECA Rule</td>\n                <td>A decision support rule of the form [on Event] if Condition then Action. It is intended to be a shareable, computable definition of actions that should be taken whenever some condition is met in response to a particular event or events</td>\n              </tr>\n            </table>\n          </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": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/plan-definition-type",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.781"
  },
  "version": "3.0.1",
  "name": "PlanDefinitionType",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The type of PlanDefinition",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/plan-definition-type",
  "content": "complete",
  "concept": [
    {
      "code": "order-set",
      "display": "Order Set",
      "definition": "A pre-defined and approved group of orders related to a particular clinical condition (e.g. hypertension treatment and monitoring) or stage of care (e.g. hospital admission to Coronary Care Unit). An order set is used as a checklist for the clinician when managing a patient with a specific condition. It is a structured collection of orders relevant to that condition and presented to the clinician in a computerized provider order entry (CPOE) system"
    },
    {
      "code": "protocol",
      "display": "Protocol",
      "definition": "A set of activities that can be performed that have relationships in terms of order, pre-conditions, etc."
    },
    {
      "code": "eca-rule",
      "display": "ECA Rule",
      "definition": "A decision support rule of the form [on Event] if Condition then Action. It is intended to be a shareable, computable definition of actions that should be taken whenever some condition is met in response to a particular event or events"
    }
  ]
}