UNPKG

fhirtypes

Version:
10 lines (9 loc) 272 B
/** * @name StrandType * @description Type for strand. * @description Watson | Crick * @see <a href="https://hl7.org/fhir/R4/valueset-strand-type.html">StrandType</a> * @version R4 * @author Claudia Alarcón Lazo */ export type StrandTypeType = 'watson' | 'crick';