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

: Prostate Cancer MDT - TTL Representation

Draft as of 2023-05-31

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 "PCaMDTResources"] ; # 
  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 PCaMDTResources</b></p><a name=\"PCaMDTResources\"> </a><a name=\"hcPCaMDTResources\"> </a><p><b>name</b>: PCaMDT</p><p><b>status</b>: Draft</p><p><b>date</b>: 2023-05-31</p><blockquote><p><b>node</b></p><p><b>nodeId</b>: patient</p><p><b>description</b>: The subject of the MDT</p><p><b>type</b>: Patient</p></blockquote><blockquote><p><b>node</b></p><p><b>nodeId</b>: psa</p><p><b>description</b>: PSA measurement of the patient</p><p><b>type</b>: Observation</p></blockquote><blockquote><p><b>node</b></p><p><b>nodeId</b>: biopsy</p><p><b>description</b>: Biopsy of the patient</p><p><b>type</b>: DiagnosticReport</p></blockquote><blockquote><p><b>link</b></p><p><b>sourceId</b>: psa</p><p><b>path</b>: subject</p><p><b>targetId</b>: patient</p></blockquote><blockquote><p><b>link</b></p><p><b>sourceId</b>: biopsy</p><p><b>path</b>: subject</p><p><b>targetId</b>: patient</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:name [ fhir:v "PCaMDT"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-05-31"^^xsd:date] ; # 
  fhir:node ( [
fhir:nodeId [ fhir:v "patient" ] ;
fhir:description [ fhir:v "The subject of the MDT" ] ;
fhir:type [ fhir:v "Patient" ]
  ] [
fhir:nodeId [ fhir:v "psa" ] ;
fhir:description [ fhir:v "PSA measurement of the patient" ] ;
fhir:type [ fhir:v "Observation" ]
  ] [
fhir:nodeId [ fhir:v "biopsy" ] ;
fhir:description [ fhir:v "Biopsy of the patient" ] ;
fhir:type [ fhir:v "DiagnosticReport" ]
  ] ) ; # 
  fhir:link ( [
fhir:sourceId [ fhir:v "psa" ] ;
fhir:path [ fhir:v "subject" ] ;
fhir:targetId [ fhir:v "patient" ]
  ] [
fhir:sourceId [ fhir:v "biopsy" ] ;
fhir:path [ fhir:v "subject" ] ;
fhir:targetId [ fhir:v "patient" ]
  ] ) . #