Profile: DiabCareplan Parent: AtApsCarePlan Id: diab-careplan Title: "Diabetes CarePlan" Description: "Dokumentation einer Diabetes-Behandlungsplans (Careplan)." * . ^short = "Diabetes Behandlungsplan" * . ^definition = "Dokumentation eines Diabetes-Behandlungsplans (Careplan)." // * instantiatesUri 1..1 // * instantiatesUri ^short = "Instanziiert externe Definition der Schulung" //* instantiatesUri = "https://www.sozialministerium.at/Themen/Gesundheit/Gesundheitssystem/Gesundheitssystem-und-Qualitaetssicherung/Qualitaetsstandards/Rahmenkonzept-Integrierte-Versorgung-Diabetes-mellitus-Typ-2.html" (exactly) // * status from http://hl7.org/fhir/ValueSet/request-status // * status 1..1 // * status ^short = "Status aus VS (Todo) draft | active | on-hold | revoked | completed | entered-in-error | unknown" // * intent from http://hl7.org/fhir/ValueSet/care-plan-intent // * intent 1..1 // * intent ^short = "Intension der Schulung aus VS (Todo) proposal | plan | order | option" // * category 0..1 // * category ^short = "Kategorie des Schulung" // * category only CodeableConcept // * category.coding.code from DiabCareplanEducationVS * title 1..1 MS * title ^short = "Bezeichnung des Behandlungsplans / der Schulung" * description ^short = "Inhalte des Behandlungsplans / der Schulung" * subject only Reference(AtApsPatient) * subject ^short = "IV Patient, für den die Behandlung / Schulung bestimmt ist" * period 0..1 MS * period ^short = "Behandlung / Schulung für den Zeitraum" * created 0..1 MS * created ^short = "Behandlung / Schulung festgelegt am (Datum)" * author only Reference(AtApsPractitioner or AtApsPractitionerRole) * author ^short = "Verantwortlicher GDA" * author 1..1 MS // wer hat den Inhalt des Behandlungsplans / der Schulung festgelegt //* contributor // Reference(Patient | Practitioner | PractitionerRole | Device | RelatedPerson | Organization | CareTeam) // * careTeam only Reference(CareTeam) // Todo AtIpsCareTeam ? // * careTeam ^short = "Beteiligtes CareTeam" // * participant 0..* BackboneElement "Members of the team" // * role 0..* CodeableConcept "Type of involvement" // * member 0..1 Reference(Practitioner or PractitionerRole or RelatedPerson or Organization) "Who is involved" // * period 0..1 Period "Time period of participant" * addresses only Reference(AtApsCondition) * addresses ^short = "Gesundheitsproblem, das dieser Behandlungsplan adressiert" //* supportingInfo 0..* Reference(Any) //* supportingInfo ^short = "Informationen zum CarePlan" // * goal only Reference(Goal) // * goal ^short = "Ziel des Behandlungsplans / der Schulung" //* activity 0..* BackboneElement "Action to occur as part of plan" // * activity.outcomeReference only Reference(Resource) // * activity ^short = "Ergebnis der Schulung" * activity.detail 0..0 // * activity.detail.kind from http://hl7.org/fhir/ValueSet/care-plan-activity-kind (required) //https://www.hl7.org/fhir/R4/valueset-care-plan-activity-kind.html // * activity.detail.kind ^short = "Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription" // * activity.detail.code 0..1 //CodeableConcept // * activity.detail.code ^short = "Detail type of activity" // * activity.detail.status from http://hl7.org/fhir/ValueSet/care-plan-activity-status (required) // https://www.hl7.org/fhir/R4/valueset-care-plan-activity-status.html // * activity.detail.status 1..1 // * activity.detail.status ^short = "not-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error" //* scheduled[x] 0..1 Timing or Period or string "When activity is to occur" //* activity.detail.performer only Reference(AtApsPractitioner or AtApsPractitionerRole) // or RelatedPerson or Organization)