Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AI Clipboard Population Provenance Example - XML Representation

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="prov-002"/>
  <meta>
    <profile
             value="http://fhir.tiro.health/StructureDefinition/form-provenance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance prov-002</b></p><a name="prov-002"> </a><a name="hcprov-002"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-form-provenance.html">Form Provenance</a></p></div><p>Provenance for <a href="QuestionnaireResponse/qr-123">QuestionnaireResponse/qr-123</a></p><p>Summary</p><table class="grid"><tr><td>Recorded</td><td>2025-10-29 10:32:00+0000</td></tr><tr><td>Activity</td><td><span title="Codes:{http://fhir.tiro.health/CodeSystem/form-activity ai-clipboard}, {http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle originate}">An AI-engine has processed clipboard content</span></td></tr></table><p><b>Agents</b></p><table class="grid"><tr><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td>AI Engine</td><td><a href="Practitioner/pract-789">Practitioner/pract-789</a></td></tr></table></div>
  </text>
  <target>
    <extension url="http://hl7.org/fhir/StructureDefinition/targetElement">
      <valueUri value="item-789"/>
    </extension>
    <reference value="QuestionnaireResponse/qr-123"/>
  </target>
  <recorded value="2025-10-29T10:32:00Z"/>
  <activity>
    <coding>
      <system value="http://fhir.tiro.health/CodeSystem/form-activity"/>
      <code value="ai-clipboard"/>
      <display value="AI Clipboard"/>
    </coding>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"/>
      <code value="originate"/>
      <display value="Originate/Retain Record Lifecycle Event"/>
    </coding>
    <text value="An AI-engine has processed clipboard content"/>
  </activity>
  <agent>
    <who>
      <display value="AI Engine"/>
    </who>
    <onBehalfOf>
      <reference value="Practitioner/pract-789"/>
    </onBehalfOf>
  </agent>
</Provenance>