EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.1.0 - Informative Release 1 International flag

EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ehrs-rle-ig/ and changes regularly. See the Directory of published versions

: Originate/Retain Order - AuditEvent - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "AuditEvent",
  "id" : "example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"example-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource AuditEvent &quot;example-1&quot; </p></div><p><b>category</b>: Patient Record <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#110110)</span></p><p><b>code</b>: Originate/Retain <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (EHRSFMR2.1#RI.1.1.1)</span></p><p><b>action</b>: C</p><p><b>recorded</b>: Oct 25, 2012, 11:04:27\u202fAM</p><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id:\u00a0Grahame</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id:\u00a02.16.840.1.113883.4.2</span></p><p><b>requestor</b>: false</p><p><b>network</b>: Workstation1.ehr.familyclinic.com</p></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: Grahame's Laptop</span></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: MedicationOrder v1</span></td></tr></table></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://dicom.nema.org/resources/ontology/DCM",
          "code" : "110110",
          "display" : "Patient Record"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/ehrs/Requirements/EHRSFMR2.1",
        "code" : "RI.1.1.1",
        "display" : "Originate/Retain"
      }
    ]
  },
  "action" : "C",
  "recorded" : "2012-10-25T22:04:27+11: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 Laptop"
    }
  },
  "entity" : [
    {
      "what" : {
        "type" : "MedicationRequest",
        "identifier" : {
          "value" : "123"
        },
        "display" : "MedicationOrder v1"
      }
    }
  ]
}