Scalable Consent Management
0.1.0 - ci-build United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions

: FAST Consent Statuses - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "FASTConsentStatuses",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FASTConsentStatuses</b></p><a name=\"FASTConsentStatuses\"> </a><a name=\"hcFASTConsentStatuses\"> </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> version <span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\">&#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-active\">active</a></td><td style=\"color: #cccccc\">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-inactive\">inactive</a></td><td style=\"color: #cccccc\">Inactive</td><td>The consent is terminated or replaced.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cbcc"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/consent-management/ValueSet/FASTConsentStatuses",
  "version" : "0.1.0",
  "name" : "FASTConsentStatuses",
  "title" : "FAST Consent Statuses",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-08T19:58:57+00:00",
  "publisher" : "HL7 International / Community Based Collaborative Care",
  "contact" : [
    {
      "name" : "HL7 International / Community Based Collaborative Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cbcc"
        }
      ]
    }
  ],
  "description" : "The two codes that are applicable to FAST Consent instances.  'active' for active Consents, and 'inactive' for revoked Consents.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/consent-state-codes",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "inactive"
          }
        ]
      }
    ]
  }
}