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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ContextualPopulateResponse"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "response" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:QuestionnaireResponse ;
fhir:id [ fhir:v "qr-123" ] ;
fhir:questionnaire [
fhir:v "http://fhir.tiro.health/Questionnaire/example"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/Questionnaire/example>       ] ;
fhir:status [ fhir:v "completed" ] ;
fhir:authored [ fhir:v "2025-10-29T10:30:00Z"^^xsd:dateTime ]     ] )
  ] [
fhir:name [ fhir:v "provenance" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Provenance ;
fhir:id [ fhir:v "prov-002" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://fhir.tiro.health/StructureDefinition/form-provenance"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/StructureDefinition/form-provenance>         ] )       ] ;
      ( fhir:extension [
fhir:url [
fhir:v "http://fhir.tiro.health/StructureDefinition/provenance-why"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/StructureDefinition/provenance-why>         ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "The clinical note states: \"CT thorax toont een massa van 4.2cm in de rechter bovenkwab met invasie van de thoraxwand.\"\nThis indicates a tumor >4cm with chest wall invasion, corresponding to cT3 per AJCC 8th edition staging criteria."         ]       ] ) ;
      ( fhir:target [
fhir:l fhir:QuestionnaireResponse/qr-123 ;
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/targetElement"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/targetElement>           ] ;
fhir:value [
a fhir:Uri ;
fhir:v "item-789"^^xsd:anyURI ;
fhir:l fhir:item-789           ]         ] ) ;
fhir:reference [ fhir:v "QuestionnaireResponse/qr-123" ]       ] ) ;
fhir:recorded [ fhir:v "2025-10-29T10:32:00Z"^^xsd:dateTime ] ;
fhir:activity [
        ( fhir:coding [
fhir:system [
fhir:v "http://fhir.tiro.health/CodeSystem/form-activity"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/CodeSystem/form-activity>           ] ;
fhir:code [ fhir:v "ai-clipboard" ] ;
fhir:display [ fhir:v "AI Clipboard" ]         ] [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle>           ] ;
fhir:code [ fhir:v "originate" ] ;
fhir:display [ fhir:v "Originate/Retain Record Lifecycle Event" ]         ] ) ;
fhir:text [ fhir:v "CT toont massa van 4.2cm in rechter bovenkwab met thoraxwandinvasie → cT3 (AJCC 8th)" ]       ] ;
      ( fhir:agent [
fhir:type [
          ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/provenance-participant-type>             ] ;
fhir:code [ fhir:v "assembler" ] ;
fhir:display [ fhir:v "Assembler" ]           ] )         ] ;
fhir:who [
fhir:l fhir:Device/atticus-ai-population-engine ;
fhir:reference [ fhir:v "Device/atticus-ai-population-engine" ]         ]       ] ) ;
      ( fhir:entity [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:l fhir:DocumentReference/doc-001 ;
          ( fhir:extension [
fhir:url [
fhir:v "http://fhir.tiro.health/StructureDefinition/html-element-id"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/StructureDefinition/html-element-id>             ] ;
fhir:value [
a fhir:String ;
fhir:v "label-001"             ]           ] [
fhir:url [
fhir:v "http://fhir.tiro.health/StructureDefinition/html-element-id"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/StructureDefinition/html-element-id>             ] ;
fhir:value [
a fhir:String ;
fhir:v "label-002"             ]           ] ) ;
fhir:reference [ fhir:v "DocumentReference/doc-001" ] ;
fhir:display [ fhir:v "Referral letter from AZ Monica" ]         ]       ] )     ] )
  ] ) . #