Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-health-scheduling
Getting the right care at the right time. Coordinates schedule broadcasts, appointment resources, service territories, work types, work procedures, and the capacity management that keeps care delivery running.
Published package · Latest published 1.0.1 Mar 4, 2026 · 16 datasets / 9 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
16 datasets9 measures · 126 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-scheduling
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-scheduling")
prompt = rawctx.to_prompt(
"@pasar6987/sf-health-scheduling",
datasets=["ScheduleBrdcstApptResource", "ScheduleBroadcast"],
max_tokens=2000,
)
print(model.datasets) # ["ScheduleBrdcstApptResource", "ScheduleBroadcast", "ScheduleBroadcastAppointment"]
print(model.measures) # [Measure(name="ScheduleBroadcastAppointment.Latitude", ...), Measure(name="ScheduleBroadcastAppointment.Longitude", ...), Measure(name="WorkProcedureStep.LeadTime", ...)]
print(model.dimensions) # [Dimension(name="AppointmentStatus", ...), 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-scheduling
Getting the right care at the right time. Coordinates schedule broadcasts, appointment resources, service territories, work types, work procedures, and the capacity management that keeps care delivery running.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 16 |
| Dimensions | 126 |
| Measures | 9 |
| Relationships | 0 |
Objects
- ScheduleBrdcstApptResource — Represents a junction between a Schedule Broadcast Appointment and a Service Resource. This object represents the resources to whom a schedule broadcast is sent.
- ScheduleBroadcast — Represents a broadcast of appointments that's sent to resources of specific service territories.
- ScheduleBroadcastAppointment — Represents appointments that schedulers broadcast to resources using a schedule broadcast.
- ScheduleBroadcastTerritory — Represent service territories to which a schedule broadcast is sent.
- ServiceAppointmentAsset — Represents a junction between Service Appointment and Asset. This junction object enables admins to associate a patient appointment to an asset such as a piece of medical equipment.
- ServiceAppointmentGroup — Stores information about a group of related service appointments.
- ServiceTerritoryRelationship — Represents the relationship between service territories based on work types performed.
- WorkProcedure — Represents information about a procedure or process that's part of a program, such as a care program in Health Cloud or Life Sciences Cloud.
- WorkProcedureStep — Represents information about the work type that's a part of a work procedure.
- WorkTypeAssetType — Represents a junction between Work Type and Asset Type. This junction object enables admins to associate a visit type such as PRP Hair Restoration to an asset type such as Room.
- WorkTypeCareSpecialty — Represents a relationship between a care specialty and a visit type (Work Type).
- WorkTypeCodeSetBundle — Represents a relationship between visit type (Work Type) and code set bundles that represent the service and appointment details for the visit type.
- WorkTypeExtension — Represents additional information about a work type.
- WorkTypeStep — Represents each step within a work type.
- WorkTypeStepLdTimeOvride — Represents the lead time that's used to override the default lead time required for the work procedure, work type, or work type step that's performed at a service territory in a country.
- WorkTypeSvcTerrSchdPrio — Represents the priority of the combination of the service territory, work type, and work procedure while fetching appointment slots.
Install
rawctx snapshot-download @pasar6987/sf-health-scheduling
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.
