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

FHIR IG analytics

Packagehl7.fhir.uv.ehrs-rle
Resource TypeAuditEvent
IdAuditEvent-example-1.json
FHIR VersionR6

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 example-1

type: Patient Record

subtype: Originate/Retain Order

action: Create

recorded: 2025-01-30 16:30:59+0000

agent

who: Identifier: Grahame

agent

who: Identifier: urn:oid:2.16.840.1.113883.4.2/2.16.840.1.113883.4.2

requestor: false

network: Workstation1.ehr.familyclinic.com

Sources

-Observer
*Grahame’s apple

Entities

-What
*Medication Order v1 (Identifier: 123)

Source1

{
  "resourceType": "AuditEvent",
  "id": "example-1",
  "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": "originate",
          "display": "Originate/Retain Order"
        }
      ]
    }
  ],
  "action": "C",
  "recorded": "2025-01-30T16:30:59+00:00",
  "agent": [
    {
      "who": {
        "identifier": {
          "value": "Grahame"
        }
      }
    },
    {
      "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": "Grahame’s apple"
    }
  },
  "entity": [
    {
      "what": {
        "type": "MedicationRequest",
        "identifier": {
          "value": "123"
        },
        "display": "Medication Order v1"
      }
    }
  ]
}