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

: LCaStaging Composition - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LCaStagingComposition"] ; # 
  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: Composition LCaStagingComposition</b></p><a name=\"LCaStagingComposition\"> </a><a name=\"hcLCaStagingComposition\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18841-7}\">Lung Cancer Staging Report</span></p><p><b>encounter</b>: <a href=\"Encounter-LCaStagingEncounter.html\">Encounter: status = in-progress</a></p><p><b>date</b>: 2023-05-23 00:00:00+0000</p><p><b>author</b>: <a href=\"Practitioner-DrHause.html\">Practitioner</a></p><p><b>title</b>: Lung Cancer Staging Report</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:18841-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18841-7" ] ;
fhir:display [ fhir:v "Hospital consultation note" ]     ] ) ;
fhir:text [ fhir:v "Lung Cancer Staging Report" ]
  ] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "Patient/LCaPatient" ]
  ] ) ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/LCaStagingEncounter" ]
  ] ; # 
  fhir:date [ fhir:v "2023-05-23T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/DrHause" ]
  ] ) ; # 
  fhir:title [ fhir:v "Lung Cancer Staging Report"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Staging" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The patient was diagnosed with non-small cell lung cancer on 2023-05-23. The cTNM staging is T3N1M1. The patient has bony metastasis. The PD-L1 expression is 80%.</p></div>"^^rdf:XMLLiteral     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "QuestionnaireResponse/LCaStagingResponse" ]     ] [
fhir:reference [ fhir:v "Observation/CTStage" ]     ] [
fhir:reference [ fhir:v "Observation/CNStage" ]     ] [
fhir:reference [ fhir:v "Observation/CMStage" ]     ] [
fhir:reference [ fhir:v "Observation/PDL1Expression" ]     ] )
  ] [
fhir:title [ fhir:v "Conclusion" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Based on the results of the staging, the patient has a stage IV lung cancer.</p></div>"^^rdf:XMLLiteral     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/TNMStageGroups" ]     ] )
  ] ) . #