From OrderMetadata.schema.yaml (faraday/OrderMetadata.schema
)
---
$id: https://skeleton.botmd.io/faraday/OrderMetadata.schema
$schema: http://json-schema.org/draft-07/schema#
title: Order Metadata
description: Metadata for order.
type: object
additionalProperties: true
required: []
properties:
image:
title: Image
description: Type of image output.
type: string
urgent:
title: Urgent
description: Is this exam urgent?
type: boolean
payment:
title: Payment
description: Type of payment
type: string
despatch:
title: Despatch
description: Status of the despatch
type: string
claustrophobic:
title: Claustrophobic
description: claustrophobic
type: boolean
nationality:
title: Nationality
description: Nationality
type: string
clinical_findings:
title: Clinical Findings
description: Clinical Findings
type: string
additional_notes:
title: Additional Notes
description: Additional Notes
type: string
insurance_provider:
title: Insurance Provider
description: Insurance provider of the order
type: [string, "null"]
return_appointment:
title: Return Appointment
description: Return appointment
type: [string, "null"]