=> 2 NaN NaN NaN HER2/neu receptor status 919.0 => 3 NaN NaN NaN TMB Status 3.0
144.0
3. Get full code values but restrict number of records to find the associated system and code phc.Observation.get_codes("status", sample_size=10) ... Retrieved 10/3017 results Records with missing system/code values were not retrieved.
=> field code system display doc_count
1.1.0
Added
- Added `get_token()` method to `phc.services.Agents` API client to retrieve a temporary token for accessing LLM functionality.
1.0.0
Removed
- Support for Python 3.8 has been dropped, since 3.8 has reached end-of-life: https://devguide.python.org/versions/
Changed
- This project now uses `pydantic` v2 instead of v1. - **BREAKING**: `PagingApiOptions.dict()` has been renamed to `PagingApiOptions.model_dump()`.