Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example AuditEvent/example-advanced-create (XML)

Maturity Level : N/A
Responsible Owner: Security Work Group Standards Status : Informative Compartments : Device , Group , Patient , Practitioner

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

An AuditEvent recording a create of a List resource for a given Patient, Encounter, and CarePlan. (id = "example-advanced-create")

<?xml version="1.0" encoding="UTF-8"?>


  
      <!--    to include elements not typically populated, but for which there are query parameters
      -->
      
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%  to include elements not typically populated, but for which there are query parameters
          &amp;#10;  derived off of example in IHE.BALP IG  Success (Details: http://terminology.hl7.org/CodeSystem/audit-event-outcome code
             0 = 'Success', stated as 'Success')
    
      
      
      
    
  
  
    
      
      
      
    
  
  
  
  
  
  
    
      
      
      
    
  
  
    
      
      
    
  
  
    
  
  
    
  
  
    
  
  
    
      
        
        
        
      
    
    
      
    
    
    
  
  
    
      
        
        
        
      
    
    
      
    
    
    
  
  
    
      
        
        
        
      
    
    
      
    
    
  
  
    
      
        
      
    
    
      
    
    
      
        
        
        
      
    
  
  
    
      
    
    
      
        
        
        
      
    
  

<AuditEvent xmlns="http://hl7.org/fhir">
  <id value="example-advanced-create"/> 
  <!--   to include elements not typically populated, but for which there are query parameters
     -->
  <!--   derived off of example in IHE.BALP IG   -->  <type>     <coding>       <system value="http://hl7.org/fhir/restful-interaction"/>       <code value="create"/>       <display value="create"/>     </coding>   </type>   <subtype>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/audit-event-type"/>       <code value="rest"/>       <display value="Restful Operation"/>     </coding>   </subtype>   <action value="C"/>   <severity value="informational"/>   <occurredDateTime value="2020-04-29T09:49:00.000Z"/>   <recorded value="2020-04-29T09:49:00.000Z"/>   <outcome>     <code>       <system value="http://terminology.hl7.org/CodeSystem/audit-event-outcome"/>       <code value="0"/>       <display value="Success"/>     </code>   </outcome>   <authorization>     <coding>       <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>       <code value="TREAT"/>     </coding>   </authorization>   <basedOn>     <reference value="CarePlan/example"/>   </basedOn>   <patient>     <reference value="Patient/example"/>   </patient>   <encounter>     <reference value="Encounter/home"/>   </encounter>   <agent>     <type>       <coding>         <system value="http://dicom.nema.org/resources/ontology/DCM"/>         <code value="110153"/>         <display value="Source Role ID"/>       </coding>     </type>     <who>       <display value="myMachine.example.org"/>     </who>     <requestor value="false"/>     <networkUri value="urn:ipv6:2001:0db8:85a3:0000:0000:8a2e:0370:7334"/>   </agent>   <agent>     <type>       <coding>         <system value="http://dicom.nema.org/resources/ontology/DCM"/>         <code value="110152"/>         <display value="Destination Role ID"/>       </coding>     </type>     <who>       <reference value="Device/example"/>     </who>     <requestor value="false"/>     <networkUri value="http://server.example.com/fhir"/>   </agent>   <agent>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>         <code value="INF"/>         <display value="Informant"/>       </coding>     </type>     <who>       <display value="Betty Jones"/>     </who>     <requestor value="true"/>   </agent>   <source>     <site>       <identifier>         <value value="http://server.example.com"/>       </identifier>     </site>     <observer>       <reference value="Device/example"/>     </observer>     <type>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/security-source-type"/>         <code value="4"/>         <display value="Application Server"/>       </coding>     </type>   </source>   <entity>     <what>       <reference value="List/example"/>     </what>     <role>       <coding>         <system value="http://terminology.hl7.org/CodeSystem/object-role"/>         <code value="4"/>         <display value="Domain Resource"/>       </coding>     </role>   </entity> 


</

AuditEvent

>



Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.