oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Tumor Reduction Goal - 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:Goal ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "tumor-reduction-goal"] ; #
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: Goal tumor-reduction-goal</b></p><a name=\"tumor-reduction-goal\"> </a><a name=\"hctumor-reduction-goal\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Reduce tumor size before surgery</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Tumor size</span></td><td>2025-06-01</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:lifecycleStatus [ fhir:v "active"] ; #
fhir:description [
fhir:text [ fhir:v "Reduce tumor size before surgery" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:target ( [
fhir:measure [
fhir:text [ fhir:v "Tumor size" ] ] ;
fhir:due [
a fhir:date ;
fhir:v "2025-06-01"^^xsd:date ]
] ) . #