Changes to Create Lab Report Parser Job

POST /lab_report/v1/parser/job

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 94 revisions of this API.33

  1. cd67a22be2081
  2. 9442117d518321
  3. 0a521c0d1dc41
  4. 09ea17a083e61

What changed

    • added the new processing_error enum value to the failure_reason/anyOf[subschema #1: ParsingJobFailureReason]/ response property for the response status 200

      response-property-enum-value-added

  • 9442117d518321See the full diff
    • removed the optional property data/anyOf[subschema #1: ParsedLabReportData]/results/items/is_sensitive from the response with the 200 status

      response-optional-property-removed

    • added the new too_many_pages enum value to the failure_reason/anyOf[subschema #1: ParsingJobFailureReason]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property data/anyOf[subschema #1: ParsedLabReportData]/results/items/sensitivity to the response with the 200 status

      response-optional-property-added

    • added the optional property data/anyOf[subschema #1: ParsedLabReportData]/results/items/is_sensitive to the response with the 200 status

      response-optional-property-added

    • added the optional property data/anyOf[subschema #1: ParsedLabReportData]/results/items/loinc_match_status to the response with the 200 status

      response-optional-property-added