@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 -------------------------------------------------------------------

<https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/MedicationRequest/mii-exa-mtb-therapieempfehlung-dabrafenib> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-therapieempfehlung-dabrafenib"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-therapieempfehlung|2026.0.1"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-therapieempfehlung?version=2026.0.1>
     ] )
  ] ; # 
  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: MedicationRequest mii-exa-mtb-therapieempfehlung-dabrafenib</b></p><a name=\"mii-exa-mtb-therapieempfehlung-dabrafenib\"> </a><a name=\"hcmii-exa-mtb-therapieempfehlung-dabrafenib\"> </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-mii-pr-mtb-therapieempfehlung.html\">MII PR MTB Therapieempfehlung Systemische Therapieversion: null2026.0.1)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Option</p><p><b>medication</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/atc L01EC02}\">Dabrafenib</span></p><p><b>subject</b>: <a href=\"Patient-mii-exa-mtb-patient.html\">Maxim Muster  (no stated gender), DoB Unknown</a></p><p><b>authoredOn</b>: 2024-01-01</p><p><b>reasonReference</b>: <a href=\"Condition-PatientKimMusterperson-PrimaryDiagnosis-2.html\">Condition Bösartige Neubildung: Peritoneum, nicht näher bezeichnet</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "option"] ; # 
  fhir:medication [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://fhir.de/CodeSystem/bfarm/atc"^^xsd:anyURI ;
         fhir:l <http://fhir.de/CodeSystem/bfarm/atc>
       ] ;
       fhir:version [ fhir:v "2025" ] ;
       fhir:code [ fhir:v "L01EC02" ] ;
       fhir:display [ fhir:v "Dabrafenib" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Patient/mii-exa-mtb-patient> ;
     fhir:reference [ fhir:v "Patient/mii-exa-mtb-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-01-01"^^xsd:date] ; # 
  fhir:reasonReference ( [
     fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Condition/PatientKimMusterperson-PrimaryDiagnosis-2> ;
     fhir:reference [ fhir:v "Condition/PatientKimMusterperson-PrimaryDiagnosis-2" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

