ONCOnnectTumorboardIG - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Oncological History Chemotherapy (Example) - 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ONCOnnect-EX-TB-OncologicalHistoryChemotherapy"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement"^^xsd:anyURI ;
fhir:l <https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ONCOnnect-EX-TB-OncologicalHistoryChemotherapy</b></p><a name=\"ONCOnnect-EX-TB-OncologicalHistoryChemotherapy\"> </a><a name=\"hcONCOnnect-EX-TB-OncologicalHistoryChemotherapy\"> </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=\"https://simplifier.net/resolve?scope=de.medizininformatikinitiative.kerndatensatz.onkologie@2026.0.1&canonical=https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationStatement\">MII PR Medikation MedicationStatement</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc L01}\">Antineoplastic agents</span></p><p><b>subject</b>: <a href=\"Patient-ONCOnnect-EX-TB-Patient.html\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</a></p><p><b>effective</b>: 2023-01-15</p><p><b>note</b>: </p><blockquote><div><p>2023-01-15: Chemotherapy for pancreatic cancer.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
fhir:l <http://www.whocc.no/atc> ] ;
fhir:code [ fhir:v "L01" ] ;
fhir:display [ fhir:v "Antineoplastic agents" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/ONCOnnect-EX-TB-Patient ;
fhir:reference [ fhir:v "Patient/ONCOnnect-EX-TB-Patient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2023-01-15"^^xsd:date
] ; #
fhir:note ( [
fhir:text [ fhir:v "2023-01-15: Chemotherapy for pancreatic cancer." ]
] ) . #