OncoFAIR
0.1.0 - ci-build
OncoFAIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:CarePlan ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "OncoFAIRCarePlan-folfox"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-careplan"^^xsd:anyURI ;
fhir:link <http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-careplan> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan OncoFAIRCarePlan-folfox</b></p><a name=\"OncoFAIRCarePlan-folfox\"> </a><a name=\"hcOncoFAIRCarePlan-folfox\"> </a><a name=\"OncoFAIRCarePlan-folfox-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-oncofair-careplan.html\">OncoFAIR CarePlan</a></p></div><blockquote><p><b>OncoFAIRCPTreatment</b></p><ul><li>treatmentRank: 1</li><li>dayRank: 1</li><li>dateTimeReference: 2024-11-01 10:00:00+0000</li></ul></blockquote><blockquote><p><b>OncoFAIRPharmacistAdvice</b></p><ul><li>pharmacistValidation: <span title=\"Codes:{http://ltsi.univ-rennes.fr/CodeSystem/siph-statutvalidpharm-oncofair-codesystem VAL}\">validée</span></li></ul></blockquote><p><b>identifier</b>: folfox-example</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>title</b>: Folfox</p><p><b>subject</b>: <a href=\"Patient-ExampleOncoFAIRPatient.html\">Anonymous Patient (no stated gender), DoB Unknown ( 123456789)</a></p><p><b>note</b>: Patient diagnosed with condition X requiring protocol Y., Patient responded well to previous treatments.</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "treatmentRank"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ] ] [
fhir:url [ fhir:v "dayRank"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ] ] [
fhir:url [ fhir:v "dateTimeReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2024-11-01T10:00:00Z"^^xsd:dateTime ] ] ) ;
fhir:url [ fhir:v "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-cp-treatment"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "pharmacistValidation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://ltsi.univ-rennes.fr/CodeSystem/siph-statutvalidpharm-oncofair-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VAL" ] ;
fhir:display [ fhir:v "validée" ] ] ) ] ] ) ;
fhir:url [ fhir:v "http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-pharmacist-advice"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "folfox-example" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:title [ fhir:v "Folfox"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExampleOncoFAIRPatient" ]
] ; #
fhir:note ( [
fhir:id [ fhir:v "indication" ] ;
fhir:text [ fhir:v "Patient diagnosed with condition X requiring protocol Y." ]
] [
fhir:id [ fhir:v "comments" ] ;
fhir:text [ fhir:v "Patient responded well to previous treatments." ]
] ) . #
IG © 2023+ KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI). Package ltsi.fhir.oncofair#0.1.0 based on FHIR 5.0.0. Generated 2025-05-22
Links: Table of Contents |
QA Report
| New Issue