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
{
"resourceType" : "Provenance",
"id" : "prov-003",
"meta" : {
"profile" : [
🔗 "http://fhir.tiro.health/StructureDefinition/form-provenance"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance prov-003</b></p><a name=\"prov-003\"> </a><a name=\"hcprov-003\"> </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:33:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://fhir.tiro.health/CodeSystem/form-activity fhirpath}, {http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle originate}\">A calculation has been performed using a FHIRPath expression</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://fhir.tiro.health/CodeSystem/agent-types fhirpath-engine}\">FHIRPath Engine</span></td><td>FHIRPath.js</td></tr></table></div>"
},
"target" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/targetElement",
"valueUri" : "item-999"
}
],
"reference" : "QuestionnaireResponse/qr-123"
}
],
"recorded" : "2025-10-29T10:33:00Z",
"activity" : {
"coding" : [
{
"system" : "http://fhir.tiro.health/CodeSystem/form-activity",
"code" : "fhirpath",
"display" : "FHIRPath calculation"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle",
"code" : "originate",
"display" : "Originate/Retain Record Lifecycle Event"
}
],
"text" : "A calculation has been performed using a FHIRPath expression"
},
"agent" : [
{
"type" : {
"coding" : [
{
"system" : "http://fhir.tiro.health/CodeSystem/agent-types",
"code" : "fhirpath-engine",
"display" : "FHIRPath Engine"
}
]
},
"who" : {
"display" : "FHIRPath.js"
}
}
]
}