IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Targeted Provenance Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="example-targeted-provenance"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Targeted Provenance Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a provenance example for the *IE Core Provenance Profile* to demonstrate how Provenance can be used to document the source of individual elements such as Race and Ethnicity (R/E), gender identity."/>
    </extension>
    <profile
             value="http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-provenance"/>
  </meta>
  <target>🔗 
    <extension url="http://hl7.org/fhir/StructureDefinition/targetElement">
      <valueUri value="ethnicity"/>
    </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>