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

: Patient With Most Recent Report - TTL Representation

Active as of 2025-10-16

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:GraphDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-with-most-recent-report"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: GraphDefinition patient-with-most-recent-report</b></p><a name=\"patient-with-most-recent-report\"> </a><a name=\"hcpatient-with-most-recent-report\"> </a><p><b>url</b>: <a href=\"GraphDefinition-patient-with-most-recent-report.html\">GraphDefinition Patient With Most Recent Report</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: patient-with-most-recent-report</p><p><b>title</b>: Patient With Most Recent Report</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>Graph to retrieve Patient with most recent Task of type 'complete-questionnaire'.</p>\n</div></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.heatlh/GraphDefinition/patient-with-most-recent-report"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "patient-with-most-recent-report"] ; # 
  fhir:title [ fhir:v "Patient With Most Recent Report"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:description [ fhir:v "Graph to retrieve Patient with most recent Task of type 'complete-questionnaire'."] . #