Phc

Latest version: v1.1.0

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.36.0

Added

- Added a new `phc.services.Agents` API client with an `invoke_basic` method for
invoking a basic multi-modal LLM.

0.35.0

Added

- Updated `phc.services.patient_ml.PatientML` API client to the latest version.

0.34.1

Fixed

- the `params` argument in `phc.services.Fhires_sql()` is optional.

0.34.0

Added

- A New function `es_sql()` to `phc.services.Fhir` class to execute OpenSearch
SQL.

Example:

python
df = Fhir(session).es_sql(
project_id='xxx',
statement='SELECT id, subject.reference FROM diagnostic_report WHERE identifier.system = ? LIMIT 10',
params=[{
"type": "string",
"value": "example-identifier-system"
}]
).get_as_dataframe('datarows')

0.33.4

Fixed

- The `phc.services.PatientML` API client will now ignore extra values, instead
of throwing an error if one is found when parsing an entity.

0.33.0

Added

- Runs on Python 3.8+

Removed

- Python 3.7 is no longer supported.

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.