You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zoo-api/schemas/med_dossier/Contraindication.yaml

20 lines
652 B
YAML

type: object
required:
- description
- when
properties:
description:
description: |-
If possible, normalized, but usually a coding unique to the source system or manually typed by a practicioner.
OPEN QUESTION: Given the unstructured nature of this field, contraindication does not appear usable to callers for anything
but showing it directly to a practicioner and hoping they know what it means.
type: string
example: 'RAYNAUD, FENOMEEN'
when:
description: |-
*OPTIONAL* If present, the date when this contraindication was registered.
type: string
format: date
example: "2019-02-05"