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

: RecordDisclosureExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "RecordDisclosureExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/RecordDisclosureParameters"
    ]
  },
  "parameter" : [
    {
      "name" : "disclosure",
      "resource" : {
        "resourceType" : "AuditEvent",
        "id" : "ConsentAuditEventExample",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentAuditEvent"
          ]
        },
        "type" : {
          "system" : "http://dicom.nema.org/resources/ontology/DCM",
          "code" : "110113"
        },
        "subtype" : [
          {
            "system" : "https://profiles.ihe.net/ITI/BALP/CodeSystem/AuthZsubType",
            "code" : "AuthZ-Consent"
          }
        ],
        "action" : "E",
        "recorded" : "2025-11-01T11:30:59.220-07:00",
        "outcome" : "0",
        "outcomeDesc" : "Returned patient health information",
        "purposeOfEvent" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code" : "CAREMGT"
              }
            ]
          }
        ],
        "agent" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://dicom.nema.org/resources/ontology/DCM",
                  "code" : "110150"
                }
              ]
            },
            "who" : {
              "identifier" : {
                "system" : "http://hl7.org/fhir/sid/us-npi",
                "value" : "1234567893"
              }
            },
            "requestor" : false,
            "network" : {
              "address" : "192.168.0.1"
            }
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code" : "IRCP"
                }
              ]
            },
            "who" : {
              "identifier" : {
                "system" : "http://hl7.org/fhir/sid/us-npi",
                "value" : "345678931"
              }
            },
            "requestor" : true
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
                  "code" : "PROV"
                }
              ]
            },
            "who" : {
              "identifier" : {
                "system" : "http://hl7.org/fhir/sid/us-npi",
                "value" : "101010101"
              }
            },
            "requestor" : false
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
                  "code" : "authserver"
                }
              ]
            },
            "who" : {
              "identifier" : {
                "system" : "http://hl7.org/fhir/sid/us-npi",
                "value" : "234567890"
              }
            },
            "requestor" : false
          }
        ],
        "source" : {
          "observer" : {
            "identifier" : {
              "system" : "http://hl7.org/fhir/sid/us-npi",
              "value" : "234567890"
            }
          }
        },
        "entity" : [
          {
            "what" : {
              "identifier" : {
                "system" : "http://example.org/mrn",
                "value" : "M1230041"
              }
            },
            "type" : {
              "system" : "http://terminology.hl7.org/CodeSystem/audit-entity-type",
              "code" : "1"
            },
            "role" : {
              "system" : "http://terminology.hl7.org/CodeSystem/object-role",
              "code" : "1"
            }
          },
          {
            "what" : {
              🔗 "reference" : "Consent/ConsentExample"
            },
            "type" : {
              "system" : "http://hl7.org/fhir/resource-types",
              "code" : "Consent"
            }
          }
        ]
      }
    },
    {
      "name" : "consent",
      "valueReference" : {
        🔗 "reference" : "Consent/ConsentExample"
      }
    }
  ]
}