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

FHIR IG analytics

Packagede.gkvsv.evp
Resource TypeCarePlan
IdCarePlanBadeliftBeispiel.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": "CarePlanBadelift",
  "meta": {
    "profile": [
      "https://fhir.gkvsv.de/StructureDefinition/GKVSV_PR_EVP_CarePlanBedarf|1.0"
    ]
  },
  "status": "active",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.gkvsv.de/CodeSystem/GKVSV_CS_EVP_BedarfsKategorie",
          "code": "2",
          "display": "alltägliche Lebensführung"
        }
      ]
    }
  ],
  "description": "Bitte Badewannenlift anbringen",
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "goal": [
    {
      "display": "Patient soll sich wieder selbständig baden können"
    }
  ],
  "activity": [
    {
      "reference": {
        "reference": "ServiceRequest/ServiceRequestVerordnung"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/ServiceRequestAnfrage"
      }
    },
    {
      "reference": {
        "reference": "ServiceRequest/ServiceRequestInstallation"
      }
    }
  ]
}