bsp_submit_biorecord
Submit a biomarker measurement to a BEO with a valid consent token, ensuring cryptographically verified user authorization for health data records.
Instructions
Submit a BioRecord for a BEO (requires SUBMIT_RECORD consent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | Yes | Unit of measurement (e.g. "mg/dL", "mmol/L"). | |
| value | Yes | Numeric measurement value. | |
| beo_id | Yes | The BEO UUID that owns this record. | |
| token_id | Yes | ConsentToken ID authorizing this submission. | |
| biomarker | Yes | BSP biomarker code (e.g. "BSP-GL-001"). | |
| collection_time | Yes | ISO8601 timestamp of when the sample was collected (e.g. "2025-06-01T08:30:00Z"). |