Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-health-care-program
The orchestration layer for population health. Manages care programs, enrollee journeys, eligibility rules, team members, and the products and providers that support coordinated care initiatives.
Published package · Latest published 1.0.1 Mar 4, 2026 · 17 datasets / 13 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
17 datasets13 measures · 319 dimensionsSemantic Graph
Relationship counts appear after the graph loads.
Loading graph
Package graph is loadingPackage relationships will appear when the summary is ready.
Reference context
Secondary package facts stay compact
- Updated
- Mar 11, 2026
- Visibility
- Public hub listing
- License
- MIT
- Created
- Mar 4, 2026
Reference facts
Secondary package facts after the usage path is clear
Licensing, categorization, ownership, and linked metadata stay below the runnable path so the page reads in the right order.
Format
Upstream
Repository
Domain
Source
Owner
@pasar6987Organization
License
Visibility
Publisher
Latest published version
Tags
Schema preview
SDK handoff
Use this package in code and AI
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/sf-health-care-program
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/sf-health-care-program")
prompt = rawctx.to_prompt(
"@pasar6987/sf-health-care-program",
datasets=["CarePgmEnrolleeWkOrdStep", "CarePgmEnrolleeWorkOrder"],
max_tokens=2000,
)
print(model.datasets) # ["CarePgmEnrolleeWkOrdStep", "CarePgmEnrolleeWorkOrder", "CarePgmProvHealthcareProvider"]
print(model.measures) # [Measure(name="CarePgmEnrolleeWkOrdStep.SequenceNumber", ...), Measure(name="CareProgram.ActiveSiteCount", ...), Measure(name="CareProgram.CurrentEnrolleeCount", ...)]
print(model.dimensions) # [Dimension(name="ActionPlanTemplateId", ...), Dimension(name="AreAllTasksCompleted", ...), Dimension(name="EndDateTime", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package clears provenance, ownership, and runnable-path checks.
@pasar6987/sf-health-care-program
The orchestration layer for population health. Manages care programs, enrollee journeys, eligibility rules, team members, and the products and providers that support coordinated care initiatives.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 17 |
| Dimensions | 319 |
| Measures | 13 |
| Relationships | 13 |
Objects
- CarePgmEnrolleeWkOrdStep — Represents information about the step in a work order that's executed for the care program enrollee.
- CarePgmEnrolleeWorkOrder — Represents information about the work order that's executed for the care program enrollee.
- CarePgmProvHealthcareProvider — Represents a junction object identifying the primary healthcare professional associated with a care program provider and to look up all healthcare professionals for care program providers.
- CareProgram — Represents a set of activities, such as a patient therapy, financial assistance, education, wellness, or fitness plan, offered to participants by an employer or insurer.
- CareProgramAssistance — Represents a junction between Care Program and Program objects.
- CareProgramCampaign — Represents a relationship between the Care Program object and the Campaign object.
- CareProgramEligibilityRule — Represents a rule defining the criteria for patient care program enrollment eligibility. This entity creates an association between Care Program and an Enrollment Eligibility Criteria.
- CareProgramEnrollee — Represents a participant enrolled in a care program.
- CareProgramEnrolleeProduct — Represents the affiliation between a care program enrollee and a care program product, a care program provider, or both.
- CareProgramEnrollmentCard — Represents a care program membership card that includes a membership number or enrollment code.
- CareProgramGoal — Represents a business or clinical goal related to a care program.
- CareProgramProduct — Represents the affiliation between a care program and a care program product, care program provider, or both.
- CareProgramProvider — Represents a business account that is the service provider for a care program product.
- CareProgramTeamMember — Represents a person who delivers services under a program, such as a program manager or care coordinator.
- EnrollmentEligibilityCriteria — Represents criteria that define patient enrollment eligibility for one or more care programs.
- ProgramEnrlEligibilityCrit — Represents a junction between Program and Enrollment Eligibility Criteria objects.
- ProgramRecommendationRule — Represents the eligibility criteria and recommendation for a program.
Install
rawctx snapshot-download @pasar6987/sf-health-care-program
Structure review
Inspect package structure after the usage path is clear
Use the structural review when you need the package footprint, field counts, and model paths before a deeper explorer pass.
