HL7 v2+ Specification
0.0.0 - draft
HL7 v2+ Specification, published by HL7 International. This guide is not an authorized publication; it is the continuous build for version 0.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/v2ig/ and changes regularly. See the Directory of published versions
Page standards status: Normative |
Definitions for the SI data type profile.
Guidance on how to interpret the contents of this table can be found here
0. integer | |
Min Value | 0 |
Max Value | 9999 |
2. integer.id | |
Control | 0..0 |
4. integer.extension | |
Control | 0..0 |
Guidance on how to interpret the contents of this table can be found here
0. integer | |
Definition | A whole number |
Short | Primitive Type integer |
Comments | 32 bit number; for values larger than this, use decimal |
Control | 0..* |
Is Modifier | false |
Summary | false |
Min Value | 0 |
Max Value | 9999 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
2. integer.id | |
Definition | unique id for the element within a resource (for internal references) Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Short | xml:id (or equivalent in JSON)Unique id for inter-element referencing |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Type | string |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
4. integer.extension | |
Definition | An Extension May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Short | ExtensionAdditional content defined by implementations |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Control | 0..0* |
Type | Extension |
Is Modifier | false |
Summary | false |
Alternate Names | extensions, user content |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
Guidance on how to interpret the contents of this table can be found here
0. integer | |
Definition | A whole number |
Short | Primitive Type integer |
Comments | 32 bit number; for values larger than this, use decimal |
Control | 0..* |
Is Modifier | false |
Summary | false |
Min Value | 0 |
Max Value | 9999 |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
2. integer.id | |
Definition | unique id for the element within a resource (for internal references) |
Short | xml:id (or equivalent in JSON) |
Control | 0..0 |
Type | string |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
4. integer.extension | |
Definition | An Extension |
Short | Extension |
Control | 0..0 |
Type | Extension |
Is Modifier | false |
Summary | false |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
6. integer.value | |
Definition | The actual value |
Short | Primitive value for integer |
Control | 0..1 |
Type | integer |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Min Value | -2147483648 |
Max Value | 2147483647 |