Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-health-platform
The foundation beneath the clinical surface. Assessment configurations, action plan templates, booking configs, record actions, and the system-level objects that make Health Cloud workflows possible.
Published package · Latest published 1.0.1 Mar 4, 2026 · 24 datasets / 12 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
24 datasets12 measures · 265 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-platform
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-platform")
prompt = rawctx.to_prompt(
"@pasar6987/sf-health-platform",
datasets=["AccountServicePreference", "ActionPlanTemplateItem"],
max_tokens=2000,
)
print(model.datasets) # ["AccountServicePreference", "ActionPlanTemplateItem", "ActionVisibility"]
print(model.measures) # [Measure(name="AccountServicePreference.PreferenceOrder", ...), Measure(name="ActionPlanTemplateItem.DisplayOrder", ...), Measure(name="ApptBookingConfig.AttendanceThresholdPct", ...)]
print(model.dimensions) # [Dimension(name="AccountId", ...), Dimension(name="LastReferencedDate", ...), Dimension(name="LastViewedDate", ...)]
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-platform
The foundation beneath the clinical surface. Assessment configurations, action plan templates, booking configs, record actions, and the system-level objects that make Health Cloud workflows possible.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 24 |
| Dimensions | 265 |
| Measures | 12 |
| Relationships | 1 |
Objects
- AccountServicePreference — Represents the preferences an account has for the services they receive. In Home Health, this object represents the preferences that a patient has for the health workers assigned to their visits.
- ActionPlanTemplateItem — Represents the instance of an item on an action plan template version.
- ActionVisibility — This object serves as a junction to connect Account or Contact to other objects so that information in those other object can be used to define visibility rules for actions in the Dynamic Actions for Unified Health Scoring component.
- ApplicationCase — This junction object stores a relationship between Case and IndividualApplication.
- ApplnFormAppealStsChgEvnt — Salesforce standard object
- ApptBookingConfig — Represents a collection of fields to set up appointment scheduling.
- ApptBookingUrlConfig — Represents a collection of fields used to set up the URL paths for appointment scheduling endpoints.
- AsmtQstnRespRecommendation — Maps an assessment question’s response to the recommendation it has to provide for a care plan. Recommendations can be problems, goals, interventions, or other assessments.
- AssessmentConfiguration — Represents a configuration for Assessment component. An AssessmentConfiguration entry indicates configuration for user flows such as sending out emails or reminder actions on assessments initiated by the patient.
- AssetType — Represents a type of asset, such as a type of item, physical space, or service offering.
- CaseRelatedFile — Represents the details of a file attached to a case, such as file properties, file processing details, and other additional relevant information.
- OcrDocumentScanResult — Represents the contents of a document after optical character recognition (OCR) processing.
- Pricebook2 — Represents a price book that contains the list of products that your org sells.
- ProductAvailabilityProjection — Represents the projected product quantity available at an inventory location at various points in time. Records for this object are automatically created by Intelligent Sales.
- ProductFulfillmentLocation — Associates a business account and a product inventory with the responsible field rep.
- ProductItem — Represents the stock of a particular product at a particular location in field service, such as all bolts stored in your main warehouse.
- ReceivedDocument — Contains a request for an operation to be performed on a document, such as rotating, splitting, or text extraction.
- ReceivedDocumentType — Represents a junction object between Received Document and Document Type.
- RecordAction — Represents a relationship between a record and an action, such as a flow. Create a RecordAction for every action that you want to associate with a particular record.
- Team — Represents the team of members associated with an organization.
- TeamMember — Represents the member associated with a team.
- TimePeriod — Represents the time period that's used to calculate the indicator performance and result.
- TimelineObjectDefinition — Stores timeline configurations.
- UnitOfMeasure — Represents the unit of measures for care metrics and care observations
Install
rawctx snapshot-download @pasar6987/sf-health-platform
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.
