Data
The data module provides you with data to compute on. It provides curated, secure access to both PHI (e.g. patient data) and non-PHI (e.g. staff and practice-level data), representing the current state of your target Canvas instance. The module’s classes offer convenience methods and operators that make business logic and clinical logic easy to express with standard terminologies like ICD-10, SNOMED-CT, CPT, and the like.
Data module classes are Django ORM models, which allow easy retrieval of data at runtime through Django’s expressive QuerySet API.
The pages below provide listings of the models, their attributes, and examples of usage.
Allergy Intolerance
Harmful or undesired physiological responses associated with exposure to a substance.Condition
Condition, diagnosis, or reason for seeking medical attention.Labs
Analysis of clinical specimens to obtain information about the health of a patient.Medication
Pharmacologic agents used in the diagnosis, cure, mitigation, treatment, or prevention of disease.Patient
Data used to categorize individuals for identification, records matching, and other purposes.Questionnaire
Groups of coded questions and the coded patient responses.Value Sets
Lists of codes and terms from various clinical coding systems grouped by a defining concept.