{
  "resourceType" : "ValueSet",
  "id" : "ebookings-consentstatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ebookings-consentstatus</b></p><a name=\"ebookings-consentstatus\"> </a><a name=\"hcebookings-consentstatus\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html\"><code>http://hl7.org/fhir/consent-state-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;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-consent-state-codes.html#consent-state-codes-proposed\">proposed</a></td><td>Proposed</td><td>The consent has been proposed but not yet agreed to by all parties. The negotiation stage.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-active\">active</a></td><td>Active</td><td>The consent is to be followed and enforced.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-consent-state-codes.html#consent-state-codes-draft\">draft</a></td><td>Draft</td><td>The consent is in development or awaiting use but is not yet intended to be acted upon.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.geniesolutions.io/ValueSet/ebookings-consentstatus",
  "version" : "1.2.60",
  "name" : "EBookingsConsentStatus",
  "title" : "EBookings Consent Status ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-05T21:47:41+00:00",
  "publisher" : "Magentus Practice Management",
  "contact" : [{
    "name" : "Magentus Practice Management",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.magentus.com/practice-management"
    },
    {
      "system" : "email",
      "value" : "andy.bond@magentus.com"
    }]
  },
  {
    "name" : "Magentus Practice Management",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.magentus.com/practice-management",
      "use" : "work"
    }]
  }],
  "description" : "EBookings Consent Status ValueSet.\n1. Consent agreed and attached: This will have the consent document attached and a status of `#active`.\n2. Consent to be provided on day of theatre: This will have a status of `#proposed`, no attachment, and the consent document will be provided on the day of theatre.\n3. No consent decision made: This will have a status of `#draft` and no consent document is provided.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "AU"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/consent-state-codes",
      "concept" : [{
        "code" : "proposed",
        "display" : "Proposed"
      },
      {
        "code" : "active",
        "display" : "Active"
      },
      {
        "code" : "draft",
        "display" : "Draft"
      }]
    }]
  }
}