Example AuditEvent - Create Observations

AuditEvent
AuditEvent.id[0]Example-AuditEvent-CreateObservations
AuditEvent.type[0].system[0]http://terminology.hl7.org/CodeSystem/audit-event-type
AuditEvent.type[0].code[0]rest
AuditEvent.type[0].display[0]Restful Operation
AuditEvent.subtype[0].system[0]http://hl7.org/fhir/restful-interaction
AuditEvent.subtype[0].code[0]create
AuditEvent.subtype[0].display[0]create
AuditEvent.action[0]C
AuditEvent.recorded[0]2024-07-21T14:03:59.00125+00:00
AuditEvent.agent[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/extra-security-role-type
AuditEvent.agent[0].type[0].coding[0].code[0]humanuser
AuditEvent.agent[0].type[0].coding[0].display[0]human user
AuditEvent.agent[0].who[0].reference[0]Practitioner/Example-Practitioner-NadexIdentifier
AuditEvent.agent[0].who[0].display[0]Mark Smith (Healthcare Assistant)
AuditEvent.agent[0].altId[0]ma001999
AuditEvent.agent[0].name[0]Mark Smith
AuditEvent.agent[0].requestor[0]True
AuditEvent.entity[0].what[0].reference[0]Observation/example1/_history/1
AuditEvent.entity[1].what[0].reference[0]Observation/example2/_history/1
<AuditEvent xmlns="http://hl7.org/fhir">
    <id value="Example-AuditEvent-CreateObservations" />
    <type>
        <system value="http://terminology.hl7.org/CodeSystem/audit-event-type" />
        <code value="rest" />
        <display value="Restful Operation" />
    </type>
    <subtype>
        <system value="http://hl7.org/fhir/restful-interaction" />
        <code value="create" />
        <display value="create" />
    </subtype>
    <action value="C" />
    <recorded value="2024-07-21T14:03:59.001250+00:00" />
    <agent>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/extra-security-role-type" />
                <code value="humanuser" />
                <display value="human user" />
            </coding>
        </type>
        <who>
            <reference value="Practitioner/Example-Practitioner-NadexIdentifier" />
            <display value="Mark Smith (Healthcare Assistant)" />
        </who>
        <altId value="ma001999" />
        <name value="Mark Smith" />
        <requestor value="true" />
    </agent>
    <entity>
        <what>
            <reference value="Observation/example1/_history/1" />
        </what>
    </entity>
    <entity>
        <what>
            <reference value="Observation/example2/_history/1" />
        </what>
    </entity>
</AuditEvent>
{
    "resourceType": "AuditEvent",
    "id": "Example-AuditEvent-CreateObservations",
    "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
        "code": "rest",
        "display": "Restful Operation"
    },
    "subtype":  [
        {
            "system": "http://hl7.org/fhir/restful-interaction",
            "code": "create",
            "display": "create"
        }
    ],
    "action": "C",
    "recorded": "2024-07-21T14:03:59.00125+00:00",
    "agent":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
                        "code": "humanuser",
                        "display": "human user"
                    }
                ]
            },
            "who": {
                "reference": "Practitioner/Example-Practitioner-NadexIdentifier",
                "display": "Mark Smith (Healthcare Assistant)"
            },
            "altId": "ma001999",
            "name": "Mark Smith",
            "requestor": true
        }
    ],
    "entity":  [
        {
            "what": {
                "reference": "Observation/example1/_history/1"
            }
        },
        {
            "what": {
                "reference": "Observation/example2/_history/1"
            }
        }
    ]
}