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

: Contextual Populate Response - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="ContextualPopulateResponse"/>
  <parameter>
    <name value="response"/>
    <resource>
      <QuestionnaireResponse>
        <id value="qr-123"/>
        <questionnaire value="http://fhir.tiro.health/Questionnaire/example"/>
        <status value="completed"/>
        <authored value="2025-10-29T10:30:00Z"/>
      </QuestionnaireResponse>
    </resource>
  </parameter>
  <parameter>
    <name value="provenance"/>
    <resource>
      <Provenance>
        <id value="prov-002"/>
        <meta>
          <profile
                   value="http://fhir.tiro.health/StructureDefinition/form-provenance"/>
        </meta>
        <extension
                   url="http://fhir.tiro.health/StructureDefinition/provenance-why">
          <valueMarkdown
                         value="The clinical note states: &quot;CT thorax toont een massa van 4.2cm in de rechter bovenkwab met invasie van de thoraxwand.&quot;
This indicates a tumor &gt;4cm with chest wall invasion, corresponding to cT3 per AJCC 8th edition staging criteria."/>
        </extension>
        <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="CT toont massa van 4.2cm in rechter bovenkwab met thoraxwandinvasie → cT3 (AJCC 8th)"/>
        </activity>
        <agent>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
              <code value="assembler"/>
              <display value="Assembler"/>
            </coding>
          </type>
          <who>🔗 
            <reference value="Device/atticus-ai-population-engine"/>
          </who>
        </agent>
        <entity>
          <role value="source"/>
          <what>🔗 
            <extension
                       url="http://fhir.tiro.health/StructureDefinition/html-element-id">
              <valueString value="label-001"/>
            </extension>
            <extension
                       url="http://fhir.tiro.health/StructureDefinition/html-element-id">
              <valueString value="label-002"/>
            </extension>
            <reference value="DocumentReference/doc-001"/>
            <display value="Referral letter from AZ Monica"/>
          </what>
        </entity>
      </Provenance>
    </resource>
  </parameter>
</Parameters>