@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/CarePlan/mii-exa-mtb-therapieplan-kombinationstherapie> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mii-exa-mtb-therapieplan-kombinationstherapie"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-therapieplan|2026.0.1"^^xsd:anyURI ;
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-therapieplan?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: CarePlan mii-exa-mtb-therapieplan-kombinationstherapie</b></p><a name=\"mii-exa-mtb-therapieplan-kombinationstherapie\"> </a><a name=\"hcmii-exa-mtb-therapieplan-kombinationstherapie\"> </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-therapieplan.html\">MII PR MTB Therapieplanversion: null2026.0.1)</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-therapieplanung-typ postth}\">posttherapeutische Tumorkonferenz (manche Tumore werden nicht operiert)</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>created</b>: 2024-08-09</p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"RequestGroup-mii-exa-mtb-therapieempfehlung-kombinationstherapie.html\">RequestGroup: extension = 1,https://doi.org#10.1002/gcc.23222,m1C; status = active; intent = proposal; authoredOn = 2024-01-01</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-therapieplanung-typ"^^xsd:anyURI ;
         fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-therapieplanung-typ>
       ] ;
       fhir:code [ fhir:v "postth" ]
     ] )
  ] ) ; # 
  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:created [ fhir:v "2024-08-09"^^xsd:date] ; # 
  fhir:activity ( [
     fhir:reference [
       fhir:l <https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/RequestGroup/mii-exa-mtb-therapieempfehlung-kombinationstherapie> ;
       fhir:reference [ fhir:v "RequestGroup/mii-exa-mtb-therapieempfehlung-kombinationstherapie" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

