FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.seltene
Resource TypeCarePlan
IdCarePlan-mii-exa-seltene-therapieplan.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CarePlan",
  "id": "mii-exa-seltene-therapieplan",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapieplan|2026.0.0"
    ]
  },
  "status": "draft",
  "intent": "proposal",
  "description": "Therapieplan für den Patienten",
  "subject": {
    "reference": "Patient/example-patient"
  },
  "created": "2023-03-28",
  "activity": [
    {
      "reference": {
        "reference": "MedicationRequest/example-therapieempfehlung"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/example-nichtmed-therapie"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/example-studieneinschluss"
      }
    }
  ]
}