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 - 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 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>"
  },
  "type" : {
    "coding" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "110110",
        "display" : "Patient Record"
      }
    ]
  },
  "subtype" : [
    {
      "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"
      }
    }
  ]
}