{
  "resourceType" : "ValueSet",
  "id" : "medlist-reconciled-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medlist-reconciled-status</b></p><a name=\"medlist-reconciled-status\"> </a><a name=\"hcmedlist-reconciled-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html\"><code>http://hl7.org/fhir/CodeSystem/medicationrequest-status</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The prescription is 'actionable', but not all actions that are implied by it have occurred yet.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-on-hold\">on-hold</a></td><td style=\"color: #cccccc\">On Hold</td><td>Actions implied by the prescription are to be temporarily halted, but are expected to continue later.  May also be called 'suspended'.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>All actions that are implied by the prescription have occurred.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-stopped\">stopped</a></td><td style=\"color: #cccccc\">Stopped</td><td>Actions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-cancelled\">cancelled</a></td><td style=\"color: #cccccc\">Cancelled</td><td>The prescription has been withdrawn before any administrations have occurred</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-unknown\">unknown</a></td><td style=\"color: #cccccc\">Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for 'other' - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></li></ul></div>"
  },
  "url" : "https://haau3.com/fhir/ValueSet/medlist-reconciled-status",
  "version" : "1.0.0",
  "name" : "MedlistReconciledStatusVS",
  "title" : "MedList Reconciled Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-25T18:52:03+00:00",
  "publisher" : "haau3",
  "contact" : [{
    "name" : "haau3",
    "telecom" : [{
      "system" : "url",
      "value" : "https://haau3.com"
    },
    {
      "system" : "email",
      "value" : "hello@haau3.com"
    }]
  }],
  "description" : "The statuses a reconciled medication entry can carry: a subset of FHIR's MedicationRequest status. An entry is never draft or entered-in-error.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "US",
      "display" : "United States of America"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
      "version" : "4.0.1",
      "concept" : [{
        "code" : "active"
      },
      {
        "code" : "on-hold"
      },
      {
        "code" : "completed"
      },
      {
        "code" : "stopped"
      },
      {
        "code" : "cancelled"
      },
      {
        "code" : "unknown"
      }]
    }]
  }
}