FHIR IG analytics| Package | hl7.fhir.uv.ehrs-rle |
| Resource Type | AuditEvent |
| Id | AuditEvent-example-3.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AuditEvent example-3
type: Patient Record
subtype: Attest Order
action: Update
recorded: 2025-01-30 16:30:59+0000
agent
who: Identifier: Gary
agent
who: Identifier:
urn:oid:2.16.840.1.113883.4.2/2.16.840.1.113883.4.2requestor: false
network: Workstation1.ehr.familyclinic.com
| Observer |
| Gary’s apple |
| What |
| Medication Order v3 (Identifier: 130) |
{
"resourceType": "AuditEvent",
"id": "example-3",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110110",
"display": "Patient Record"
}
]
},
"subtype": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
"code": "attest",
"display": "Attest Order"
}
]
}
],
"action": "U",
"recorded": "2025-01-30T16:30:59+00:00",
"agent": [
{
"who": {
"identifier": {
"value": "Gary"
}
}
},
{
"who": {
"identifier": {
"system": "urn:oid:2.16.840.1.113883.4.2",
"value": "2.16.840.1.113883.4.2"
}
},
"requestor": false,
"networkString": "Workstation1.ehr.familyclinic.com"
}
],
"source": {
"observer": {
"display": "Gary’s apple"
}
},
"entity": [
{
"what": {
"type": "MedicationRequest",
"identifier": {
"value": "130"
},
"display": "Medication Order v3"
}
}
]
}