description: Entity definition resource for custom Aidbox resource types. package_name: io.health-samurai.core.r5 derivation: specialization name: Entity type: Entity elements: description: {type: string, short: Human-readable description of the entity., index: 2} schema: {short: Schema definition for the entity., index: 11} history: type: string short: History tracking mode for this entity. constraint: enum-160: {human: 'History must be one of: none, diff', severity: error, expression: '%context.subsetOf(''none'' | ''diff'')'} index: 9 type: type: string short: Type of entity definition. constraint: enum-161: {human: 'Type must be one of: abstract, resource, type, primitive', severity: error, expression: '%context.subsetOf(''abstract'' | ''resource'' | ''type'' | ''primitive'')'} index: 1 nonPersistable: {type: boolean, short: Whether this entity should not be persisted., index: 7} isMeta: {type: boolean, short: Whether this entity is a metadata entity., index: 6} idGeneration: type: string short: Strategy for generating IDs for this entity. constraint: enum-162: {human: 'ID type must be one of: sequence, uuid', severity: error, expression: '%context.subsetOf(''sequence'' | ''uuid'')'} index: 10 module: {type: string, short: Module that this entity belongs to., index: 4} sequencePrefix: {type: string, short: Prefix for sequence-generated IDs., index: 8} _source: {type: string, short: System Property. DO NOT USE IT., index: 0} isOpen: {type: boolean, short: Whether this entity allows additional properties., index: 5} text: {type: string, short: Human-readable text about the entity., index: 3} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/Entity base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0 required: [type]