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 - XML Representation

Raw xml | Download


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