<?xml version="1.0" encoding="UTF-8"?>

<CarePlan xmlns="http://hl7.org/fhir">
  <id value="ExampleTherapeuticRemedyCase"/>
  <meta>
    <profile value="https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-case-de"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CarePlan ExampleTherapeuticRemedyCase</b></p><a name="ExampleTherapeuticRemedyCase"> </a><a name="hcExampleTherapeuticRemedyCase"> </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-therapeutic-remedy-case-de.html">Therapeutic Remedy Case DE</a></p></div><p><b>identifier</b>: <code>https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-case</code>/case-2026-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title="Codes:{https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-category praxis}">Praxis</span>, <span title="Codes:{https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-type therapeutic-remedy}">Therapeutic remedy</span></p><p><b>title</b>: Therapeutic-remedy longitudinal case</p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2026-08-15 --&gt; 2026-10-15</p><p><b>created</b>: 2026-08-15</p><p><b>addresses</b>: <a href="Condition-ExampleTherapeuticRemedyCondition.html">Condition diagnosis-001</a></p></div>
  </text>
  <identifier>
    <system value="https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-case"/>
    <value value="case-2026-0001"/>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-category"/>
      <code value="praxis"/>
      <display value="Praxis"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-type"/>
      <code value="therapeutic-remedy"/>
    </coding>
  </category>
  <title value="Therapeutic-remedy longitudinal case"/>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <period>
    <start value="2026-08-15"/>
    <end value="2026-10-15"/>
  </period>
  <created value="2026-08-15"/>
  <addresses>
    <reference value="Condition/ExampleTherapeuticRemedyCondition"/>
  </addresses>
</CarePlan>