PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.balp@1.1.4
    https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.PatientUpdate
description: A basic AuditEvent profile for when a RESTful Update action happens successfully, and where there is an identifiable Patient subject associated with the Update of the Resource.\n\n- Given a Resource Update is requested \n- And that resource has a [Patient subject](volume-1.html#152416-patient-as-a-subject) or is otherwise associated with a Patient\n- And the request is authorized\n  - Authorization failures should follow [FHIR core Access Denied](http://hl7.org/fhir/security.html#AccessDenied)\n- When successful\n  - Note a failure AuditEvent may follow this pattern, but would not be a successful outcome and should have an OperationOutcome\n- Then the AuditEvent recorded will conform\n- And where the server supports FHIR Versioning the AuditEvent should use the version specific id
package_name: ihe.iti.balp
derivation: constraint
name: PatientUpdate
type: AuditEvent
elements:
  entity:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        patient:
          match: {}
          schema:
            _required: true
            index: 1
            elements:
              what:
                type: Reference
                refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
                index: 2
              type:
                pattern:
                  type: Coding
                  value: {code: '1', system: 'http://terminology.hl7.org/CodeSystem/audit-entity-type'}
                index: 3
              role:
                pattern:
                  type: Coding
                  value: {code: '1', system: 'http://terminology.hl7.org/CodeSystem/object-role'}
                index: 4
            required: [role, what, type]
package_version: 1.1.4
class: profile
kind: resource
url: https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.PatientUpdate
base: https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.Update
version: 1.1.4