UNPKG

fhirtypes

Version:
10 lines (9 loc) 405 B
/** * @name GroupType * @description Types of resources that are part of group. * @description person | animal | practitioner | device | medication | substance * @see <a href="https://hl7.org/fhir/R4/valueset-group-type.html">GroupType</a> * @version R4 * @author Roberto Araneda Espinoza */ export type GroupTypeType = 'person' | 'animal' | 'practitioner' | 'device' | 'medication' | 'substance';