Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EBookings Consent Status ValueSet - JSON Representation

Draft as of 2025-03-02

Raw json | Download

{
  "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><a name=\"ebookings-consentstatus-en-US\"> </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><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></table></li></ul></div>"
  },
  "url" : "http://fhir.geniesolutions.io/ValueSet/ebookings-consentstatus",
  "version" : "1.2.35",
  "name" : "EBookingsConsentStatus",
  "title" : "EBookings Consent Status ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-02T12:29:52+10: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",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/consent-state-codes",
        "concept" : [
          {
            "code" : "proposed",
            "display" : "Proposed"
          },
          {
            "code" : "active",
            "display" : "Active"
          }
        ]
      }
    ]
  }
}