/**
 * @name OrientationType
 * @description Type for orientation.
 * @description sense | antisense
 * @see <a href="https://hl7.org/fhir/R4/valueset-orientation-type.html">OrientationType</a>
 * @version R4
 * @author Claudia Alarcón Lazo
 */
export type OrientationTypeType = 'sense' | 'antisense';
