FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.consent-management
Resource TypeAuditEvent
IdAuditEvent-ConsentAuditEventExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: AuditEvent ConsentAuditEventExample

type: DICOM: 110113 (Security Alert)

subtype: Authorization subType events: AuthZ-Consent (Authorization Decision using Roles and Consent)

action: Execute

recorded: 2025-11-01 11:30:59-0700

outcome: Success

outcomeDesc: Returned patient health information

purposeOfEvent: care management

agent

type: Application

who: Identifier: United States National Provider Identifier/1234567893

requestor: false

Networks

-Address
*192.168.0.1

agent

type: information recipient

who: Identifier: United States National Provider Identifier/345678931

requestor: true

agent

type: healthcare provider

who: Identifier: United States National Provider Identifier/101010101

requestor: false

agent

type: Authorization Server

who: Identifier: United States National Provider Identifier/234567890

requestor: false

Sources

-Observer
*Identifier: United States National Provider Identifier/234567890

entity

what: Identifier: http://example.org/mrn/M1230041

type: Audit event entity type: 1 (Person)

role: AuditEventEntityRole: 1 (Patient)

entity

what: Consent: extension = id: http://hl7.org/fhir/sid/us-npi#United States National Provider Identifier#1234567893; identifier = http://example.org/consent#33445522; status = active; scope = Privacy Consent; category = information access; dateTime = 2024-01-01; source[x] = ->Response to Questionnaire 'http://example.org/fhir/Questionnaire/Simple-Consent-Form' about 'id: http://example.org/mrn#M1230041'; policyRule = HIPAA Authorization

type: ResourceType: Consent (Consent)


Source1

{
  "resourceType": "AuditEvent",
  "id": "ConsentAuditEventExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsentAuditEvent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}