Examples for Faraday Exam Metadata

From ExamMetadata.yaml (faraday/ExamMetadata.schema)

---
is_cardiac: true
synonyms: "stroke,Brain,NMR,MR,MRI"
available_at:
  - GHL
  - GMC
  - MNH
  - MRA
  - NRC
  - PAR
  - PEH
specific_rooms:
  - 159
  - 356
  - 294
  - 305
  - 276
  - 192
  - 211
  - 212
  - 345
  - 210
  - 346
  - 337
  - 234
disclaimer_messages:
  - Exam not available from 2022 to 2023
fasting_instruction: xxxxxxxxx
additional_field_templates:
  - key: contraindications
    name: Cardiac CT Examination - Contraindications
    description: Please indicate any contraindications to Metoprolol and Nitroglycerin
    categories:
      - key: metoprolol
        name: Betablockers (Metoprolol)
        fields:
          - key: hypotension
            name: Hypotension, Systolic BP < 100 mgHg*
            type: boolean
          - key: asthma
            name: Asthma or COPD on inhaler
            type: boolean
          - key: systolic
            name: Systolic dysfunction or Reduced LVEF
            type: boolean
          - key: heart_failure
            name: Decompensated or Acute Heart Failure
            type: boolean
          - key: syndrome
            name: 2nd/3rd degree Heart Block, Sick Sinus Syndrome
            type: boolean
          - key: stenosis
            name: Severe Aortic Stenosis
            type: boolean
      - key: nitroglycerin
        name: Nitroglycerin
        fields:
          - key: migraines
            name: Migraines
            type: boolean
          - key: hypotension
            name: Hypotension, Systolic BP < 100mgHg
            type: boolean
          - key: viagra
            name: On Viagra
            type: boolean

---
additional_field_templates:
  - key: template1
    name: Template Name
    description: Template description
    categories:
      - key: cat_1
        name: Catagory Name 1
        description: Catagory Description 1
        fields:
          - key: f_1
            name: Field Name 1
            type: boolean
            default: Field Default 1
          - key: f_2
            name: Field Name 2
            type: boolean
            default: Field Default 2

      - key: cat_2
        name: Catagory Name 2
        description: Catagory Description 1
        fields:
          - key: f_3
            name: Field Name 3
            type: boolean
            default: Field Default 3
          - key: f_4
            name: Field Name 4
            type: boolean
            default: Field Default 4
---
{"synonyms": "Hip,Bone Mineral Density,Bone Scan,DXA,BMD", "available_at": ["GMC", "MRA", "NRC", "PAR", "PEH"], "specific_rooms": [282, 355, 206, 350, 232]}


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]