{
  "resourceType": "CodeSystem",
  "id": "procedure-progress-status-codes",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>Procedure Progress Status Codes</h2>\n            <div>\n              <p>This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the procedure performance process.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/procedure-progress-status-code 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>in-operating-room\n                  <a name=\"procedure-progress-status-codes-in-operating-room\"> </a>\n                </td>\n                <td>In Operating Room</td>\n                <td>A patient is in the Operating Room.</td>\n              </tr>\n              <tr>\n                <td>prepared\n                  <a name=\"procedure-progress-status-codes-prepared\"> </a>\n                </td>\n                <td>Prepared</td>\n                <td>The patient is prepared for a procedure.</td>\n              </tr>\n              <tr>\n                <td>anesthesia-induced\n                  <a name=\"procedure-progress-status-codes-anesthesia-induced\"> </a>\n                </td>\n                <td>Anesthesia Induced</td>\n                <td>The patient is under anesthesia.</td>\n              </tr>\n              <tr>\n                <td>open-incision\n                  <a name=\"procedure-progress-status-codes-open-incision\"> </a>\n                </td>\n                <td>Open Incision</td>\n                <td>The patient has open incision(s).</td>\n              </tr>\n              <tr>\n                <td>closed-incision\n                  <a name=\"procedure-progress-status-codes-closed-incision\"> </a>\n                </td>\n                <td>Closed Incision</td>\n                <td>The patient has incision(s) closed.</td>\n              </tr>\n              <tr>\n                <td>in-recovery-room\n                  <a name=\"procedure-progress-status-codes-in-recovery-room\"> </a>\n                </td>\n                <td>In Recovery Room</td>\n                <td>The patient is in the recovery room.</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": 0
    }
  ],
  "url": "http://hl7.org/fhir/procedure-progress-status-code",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.864"
  },
  "version": "3.0.1",
  "name": "Procedure Progress Status Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "FHIR Project team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the procedure performance process.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/procedure-progress-status-codes",
  "content": "complete",
  "concept": [
    {
      "code": "in-operating-room",
      "display": "In Operating Room",
      "definition": "A patient is in the Operating Room."
    },
    {
      "code": "prepared",
      "display": "Prepared",
      "definition": "The patient is prepared for a procedure."
    },
    {
      "code": "anesthesia-induced",
      "display": "Anesthesia Induced",
      "definition": "The patient is under anesthesia."
    },
    {
      "code": "open-incision",
      "display": "Open Incision",
      "definition": "The patient has open incision(s)."
    },
    {
      "code": "closed-incision",
      "display": "Closed Incision",
      "definition": "The patient has incision(s) closed."
    },
    {
      "code": "in-recovery-room",
      "display": "In Recovery Room",
      "definition": "The patient is in the recovery room."
    }
  ]
}