description: Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. package_name: hl7.fhir.core derivation: specialization name: Group type: Group elements: name: {short: Label for Group, type: string, isSummary: true, index: 5} type: {short: person | animal | practitioner | device | medication | substance, type: code, isSummary: true, index: 2} member: short: Who or what is in group type: BackboneElement array: true index: 17 elements: entity: type: Reference short: Reference to the group member refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Medication', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/Substance'] index: 18 period: {short: Period member belonged to the group, type: Period, meaningWhenMissing: The member is in the group at this time, index: 19} inactive: {short: If member is no longer in group, type: boolean, defaultValueBoolean: false, index: 20} required: [entity] characteristic: short: Trait of group members type: BackboneElement array: true index: 7 elements: code: {short: Kind of characteristic, type: CodeableConcept, index: 8} value: short: Value held by characteristic choices: [valueCodeableConcept, valueBoolean, valueQuantity, valueRange] index: 10 valueCodeableConcept: {short: Value held by characteristic, type: CodeableConcept, choiceOf: value, index: 11} valueBoolean: {short: Value held by characteristic, type: boolean, choiceOf: value, index: 12} valueQuantity: {short: Value held by characteristic, type: Quantity, choiceOf: value, index: 13} valueRange: {short: Value held by characteristic, type: Range, choiceOf: value, index: 14} exclude: {isModifier: true, short: Group includes or excludes, type: boolean, index: 15} period: {type: Period, short: Period over which characteristic is tested, index: 16} required: [valueRange, value, valueBoolean, exclude, valueCodeableConcept, valueQuantity, code] active: {short: Whether this group's record is in active use, type: boolean, defaultValueBoolean: true, isSummary: true, index: 1} code: {short: Kind of Group members, type: CodeableConcept, isSummary: true, index: 4} identifier: {short: Unique id, type: Identifier, array: true, isSummary: true, index: 0} quantity: {short: Number of members, type: unsignedInt, isSummary: true, index: 6} actual: {short: Descriptive or actual, type: boolean, isSummary: true, index: 3} package_version: 3.2.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Group base: http://hl7.org/fhir/StructureDefinition/DomainResource version: null required: [type, actual]