=> 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
0.33.0
Added
- Runs on Python 3.8+
Removed
- Python 3.7 is no longer supported.
0.32.0
Added
- The `phc.services.PatientML` API client is now fully typed. Request bodies, response bodies, and query parameters now allow for static type checking, and are runtime type-checked as well.