German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: Therapeutic-remedy longitudinal case - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "ExampleTherapeuticRemedyCase",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-case-de"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-case",
      "value" : "case-2026-0001"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-category",
          "code" : "praxis",
          "display" : "Praxis"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://fhir.cognovis.de/praxis/CodeSystem/praxis-care-plan-type",
          "code" : "therapeutic-remedy"
        }
      ]
    }
  ],
  "title" : "Therapeutic-remedy longitudinal case",
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "period" : {
    "start" : "2026-08-15",
    "end" : "2026-10-15"
  },
  "created" : "2026-08-15",
  "addresses" : [
    {
      🔗 "reference" : "Condition/ExampleTherapeuticRemedyCondition"
    }
  ]
}