{
  "resourceType" : "CodeSystem",
  "id" : "procedure-progress-status-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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 style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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 style=\"white-space:nowrap\">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" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r5"
    },
    {
      "url" : "version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "uri",
      "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  }],
  "url" : "http://hl7.org/fhir/procedure-progress-status-code",
  "version" : "4.3.0",
  "name" : "ProcedureProgressStatusCodes",
  "title" : "Procedure Progress Status Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-20T14:38:32+11:00",
  "publisher" : "Patient Care",
  "contact" : [{
    "name" : "Patient Care",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare"
    }]
  }],
  "description" : "This value set is provided as an exemplar. The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the procedure performance process.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "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."
  }]
}