Release path
1.0.1Published Mar 4, 2026@pasar6987/sf-health-clinical
Where medicine meets data. Captures diagnoses, procedures, clinical encounters, observations, measures, preauthorizations, and the clinical decision support that powers evidence-based care.
Published package · Latest published 1.0.1 Mar 4, 2026 · 16 datasets / 19 measures in the latest review · Updated Mar 11, 2026
Publisher
@pasar6987Published Mar 4, 2026Structure snapshot
16 datasets19 measures · 385 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-clinical
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-clinical")
prompt = rawctx.to_prompt(
"@pasar6987/sf-health-clinical",
datasets=["AdvTherapyFieldOptOverride", "CareDiagnosis"],
max_tokens=2000,
)
print(model.datasets) # ["AdvTherapyFieldOptOverride", "CareDiagnosis", "CareObservation"]
print(model.measures) # [Measure(name="AdvTherapyFieldOptOverride.Priority", ...), Measure(name="CareObservation.LowerBaselineValue", ...), Measure(name="CareObservation.NumericValue", ...)]
print(model.dimensions) # [Dimension(name="CountryId", ...), Dimension(name="FieldList", ...), Dimension(name="LastReferencedDate", ...)]
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-clinical
Where medicine meets data. Captures diagnoses, procedures, clinical encounters, observations, measures, preauthorizations, and the clinical decision support that powers evidence-based care.
Overview
| Count | |
|---|---|
| Objects (Datasets) | 16 |
| Dimensions | 385 |
| Measures | 19 |
| Relationships | 4 |
Objects
- AdvTherapyFieldOptOverride — Represents a list of fields with changed optionality, based on certain parameters.
- CareDiagnosis — Represents the details of a diagnosis including code type, name, and description. One or more care diagnoses can be associated with a care request.
- CareObservation — Represents the observed values for care metrics originating from external systems that contain biometric data
- CarePreauth — Represents the details of preauthorizations for care under a member’s plan.
- CarePreauthItem — Represents the details of items included in a preauthorization for care under a member’s plan.
- ClaimDiagnosisProcedure__x — Salesforce standard object
- ClaimDiagnosis__x — Salesforce standard object
- ClaimHeader__x — Salesforce standard object
- ClaimLine__x — Salesforce standard object
- ClaimProvider__x — Salesforce standard object
- ClinicalEncounter — Salesforce standard object
- ClinicalMeasure — Represents a structured and computable definition of a health-related measure for identifying care gaps. This object is available in API version 59.0 and later.
- ClinicalMeasureCriteria — Represents a computable criteria of a health-related measure. This object is available in API version 59.0 and later.
- ClinicalMeasureCriteriaGrp — Represents a group of computable criteria for a health-related measure. This object is available in API version 59.0 and later.
- HealthCareDiagnosis — Represents information related to industry-standard healthcare diagnosis codes. Before the Spring ’21 release, the Healthcare Procedure and Healthcare Diagnosis objects stored codes specifically related to procedures and diagnoses. These codes were used for prior-authorization requests and approval processes. Since the Spring’21 release, Health Cloud uses the Code Set and Code Set Bundle objects for this purpose instead.
- HealthCareProcedure — Represents information related to industry-standard healthcare procedure codes. Before the Spring ’21 release, the Healthcare Procedure and Healthcare Diagnosis objects stored codes specifically related to procedures and diagnoses. These codes were used for prior-authorization requests and approval processes. Since the Spring’21 release, Health Cloud uses the Code Set and Code Set Bundle objects for this purpose instead.
Install
rawctx snapshot-download @pasar6987/sf-health-clinical
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.
