Click or drag to resize

CarePlanCarePathwayKey Property

Identifies the care pathway identifier which this care plan is generated for

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public Guid? CarePathwayKey { get; set; }

Property Value

NullableGuid
Remarks
The program can be used to identify where the care plan "fits" in the broader patient care picture. For example, a care plan generated as part of an HIV/TB care pathway may be kept separate from an ANC or pregnancy care plan
See Also