EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.2.0 - Informative Release 2 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.2.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 class="res-header-id"><b>Generated Narrative: AuditEvent example-1</b></p><a name="example-1"> </a><a name="hcexample-1"> </a><a name="example-1-en-US"> </a><p><b>type</b>: <span title="Codes:{http://dicom.nema.org/resources/ontology/DCM 110110}">Patient Record</span></p><p><b>subtype</b>: <span title="Codes:{http://hl7.org/ehrs/Requirements/EHRSFMR2.1 RI.1.1.1}">Originate/Retain</span></p><p><b>action</b>: Create</p><p><b>recorded</b>: 2012-10-25 22:04:27+1100</p><blockquote><p><b>agent</b></p><p><b>who</b>: Identifier: Grahame</p></blockquote><blockquote><p><b>agent</b></p><p><b>who</b>: Identifier: <code>urn:oid:2.16.840.1.113883.4.2</code>/2.16.840.1.113883.4.2</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>Grahame's Laptop</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>MedicationOrder v1 (Identifier: 123)</td></tr></table></div>
  </text>
  <type>
    <coding>
      <system value="http://dicom.nema.org/resources/ontology/DCM"/>
      <code value="110110"/>
      <display value="Patient Record"/>
    </coding>
  </type>
  <subtype>
    <coding>
      <system value="http://hl7.org/ehrs/Requirements/EHRSFMR2.1"/>
      <code value="RI.1.1.1"/>
      <display value="Originate/Retain"/>
    </coding>
  </subtype>
  <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>