Scalable Consent Management
1.0.0-ballot - STU 1 - Ballot 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 1.0.0-ballot 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

: RevokeConsentExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "RevokeConsentExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/RevokeConsentParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "consent",
      "valueReference" : {
        🔗 "reference" : "Consent/ConsentExample"
      }
    },
    {
      "name" : "patient",
      "valueReference" : {
        "identifier" : {
          "system" : "http://example.org/mrn",
          "value" : "M1230041"
        }
      }
    }
  ]
}