FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Provenance/example-delete (XML)

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

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

Provenance of a delete of a codeSystem. (id = "example-delete")

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

<Provenance xmlns="http://hl7.org/fhir">
  <id value="example-delete"/> 
  <target> 
    <reference value="http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3"/> 
  </target> 
  <recorded value="2015-06-27T08:39:24+10:00"/> 
  <authorization> 
    <concept> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
        <code value="METAMGT"/> 
      </coding> 
    </concept> 
  </authorization> 
  <activity> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/> 
      <code value="DELETE"/> 
    </coding> 
  </activity> 
  <agent> 
    <type> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/> 
        <code value="author"/> 
      </coding> 
    </type> 
    <who> 
      <display value="Brian Postlethwaite"/> 
    </who> 
  </agent> 
  <entity> 
    <role value="source"/> 
    <what> 
      <reference value="http://terminology.hl7.org/CodeSystem/location-physical-type/_history/3"/> 
    </what> 
  </entity> 
</Provenance> 

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.