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 Subscription Topic - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "SubscriptionTopic",
  "id" : "FASTConsentSubscriptionTopic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionTopic FASTConsentSubscriptionTopic</b></p><a name=\"FASTConsentSubscriptionTopic\"> </a><a name=\"hcFASTConsentSubscriptionTopic\"> </a><a name=\"FASTConsentSubscriptionTopic-en-US\"> </a><table class=\"grid\"><tr><td><b>SubscriptionTopic</b></td><td>FAST Consent Subscription Topic</td></tr><tr><td><b>Description</b></td><td><div><p>This is the subscription topic used for ensuring Consent records are updated amongst a set of Consent Registries.</p>\n</div></td></tr><tr><td><b>Copyright Statement:</b></td><td> null</td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Resource Triggers</b></td></tr><tr><th><b>Resource</b></th><th><b>Description</b></th></tr><tr><td><a href=\"http://hl7.org/fhir/R4/consent.html\">http://hl7.org/fhir/StructureDefinition/Consent</a></td><td><div><p>When a consent record has been 'touched' and needs to be distributed amongst interested parties.</p>\n</div></td></tr></table><table class=\"grid\"><tr><td colspan=\"2\"><b>Can Filter By</b></td></tr><tr><th><b>Filter Parameter</b></th><th><b>Comparators</b></th></tr><tr><td>patientId</td><td>Equals</td></tr><tr><td>organizationId</td><td>Equals</td></tr></table></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/SubscriptionTopic/FASTConsentSubscriptionTopic",
  "version" : "0.1.0",
  "name" : "FASTConsent",
  "title" : "FAST Consent Subscription Topic",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-03-01",
  "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" : "This is the subscription topic used for ensuring Consent records are updated amongst a set of Consent Registries.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "resourceTrigger" : [
    {
      "description" : "When a consent record has been 'touched' and needs to be distributed amongst interested parties.",
      "resource" : "http://hl7.org/fhir/StructureDefinition/Consent"
    }
  ],
  "canFilterBy" : [
    {
      "description" : "The id of the consent patient.",
      "filterParameter" : "patientId",
      "comparator" : [
        "eq"
      ]
    },
    {
      "description" : "The id of the organization that gained consent.",
      "filterParameter" : "organizationId",
      "comparator" : [
        "eq"
      ]
    }
  ]
}