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 - XML Representation

Page standards status: Informative

Raw xml | Download



<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="example-1"/>
  <text>
    <status value="generated"/>
    <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 AM</p><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id: Grahame</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>who</b>: <span>id: 2.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>
  </text>
  <category>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="110110"/>
      <display value="Patient Record"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/ehrs/Requirements/EHRSFMR2.1"/>
      <code value="RI.1.1.1"/>
      <display value="Originate/Retain"/>
    </coding>
  </code>
  <action value="C"/>
  <recorded value="2012-10-25T22:04:27+11:00"/>
  <agent>
    <who>
      <identifier>
        <value value="Grahame"/>
      </identifier>
    </who>
  </agent>
  <agent>
    <who>
      <identifier>
        <system value="urn:oid:2.16.840.1.113883.4.2"/>
        <value value="2.16.840.1.113883.4.2"/>
      </identifier>
    </who>
    <requestor value="false"/>
    <networkString value="Workstation1.ehr.familyclinic.com"/>
  </agent>
  <source>
    <observer>
      <display value="Grahame's Laptop"/>
    </observer>
  </source>
  <entity>
    <what>
      <type value="MedicationRequest"/>
      <identifier>
        <value value="123"/>
      </identifier>
      <display value="MedicationOrder v1"/>
    </what>
  </entity>
</AuditEvent>