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

17 lines
603 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 practitioner.
OPEN QUESTION: Given the unstructured nature of this field, contraindication does not appear usable to callers for anything
but showing it directly to a practitioner and hoping they know what it means.
type: string
example: 'RAYNAUD, FENOMEEN'
when:
description: |-
If present, the date when this contraindication was registered.
$ref: ../date.yaml