US Core Implementation Guide
7.0.0-ballot - Ballot United States of America flag

This page is part of the US Core (v7.0.0-ballot: STU7 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.1.0. For a full list of available versions, see the Directory of published versions

: Targeted Provenance Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Provenance xmlns="http://hl7.org/fhir">
  <id value="example-targeted-provenance"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|7.0.0-ballot"/>
  </meta>
  <target>🔗 
    <extension url="http://hl7.org/fhir/StructureDefinition/targetElement">
      <valueUri value="race"/>
    </extension>
    <reference value="Patient/example-targeted-provenance"/>
  </target>
  <recorded value="2023-02-28T15:26:23.217+00:00"/>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="informant"/>
        <display value="Informant"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="Patient/example-targeted-provenance"/>
    </who>
  </agent>
  <entity>
    <role value="source"/>
    <what>
      <display value="admission form"/>
    </what>
  </entity>
</Provenance>