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-onbehalf-sister (XML)

Responsible Owner: Security Work GroupStandards Status: InformativeCompartments: Device, Group, Patient, Practitioner, RelatedPerson

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

Provenance of an updated Patient resource by the Brother on behalf of their Sister. (id = "example-onbehalf-sister")

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

<!--  This is a Provenance example of a resource created by a brother onbehalf of their
 sister to show use of the onBehalfOf element using Related Person  --><Provenance xmlns="http://hl7.org/fhir">
  <id value="example-onbehalf-sister"/> 
  <!--  reference to the resource that was created  -->
  <target> 
    <reference value="Patient/example"/> 
  </target> 
  <occurredDateTime value="2024-06-01T12:00:00Z"/> 
  <recorded value="2024-06-01T12:00:00Z"/> 
  <authorization> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
      <code value="FAMRQT"/> 
    </coding> 
  </authorization> 
  <why value="Updated the Patient resource demographics by big Brother acting on behalf of sister
   to change demographics in Patient resource"/> 
  <patient> 
    <reference value="Patient/example"/> 
  </patient> 
  <!--  agent representing the brother acting on behalf of the sister  -->
  <agent> 
    <type> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> 
        <code value="INF"/> 
      </coding> 
    </type> 
    <who> 
      <reference value="http://example.org/fhir/RelatedPerson/brother"/> 
    </who> 
    <onBehalfOf> 
      <reference value="http://example.org/fhir/RelatedPerson/sister"/> 
    </onBehalfOf> 
  </agent> 
  <entity> 
    <role value="source"/> 
    <what> 
      <reference value="http://example.org/fhir/DocumentReference/example"/> 
      <display value="Document created by brother on behalf of sister"/> 
    </what> 
  </entity> 
  <entity> 
    <role value="source"/> 
    <what> 
      <reference value="Patient/example"/> 
      <display value="Original Patient resource"/> 
    </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.