This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.0.3: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.1. For a full list of available versions, see the Directory of published versions
Active as of 2023-06-26 |
Definitions for the be-model-vaccination logical model.
Guidance on how to interpret the contents of this table can be found here.
1. be-model-vaccination | |
Control | 0..? |
Logical Model | This logical model cannot be the target of a reference |
2. be-model-vaccination.recorded | |
Definition | The date and time when the administration of the vaccine was recorded - typically used when the vaccine event is recorded a posteriori. |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
3. be-model-vaccination.patient | |
Definition | The patient that has received the vaccination. |
Control | 1..1 |
Type | Reference(Patient) |
4. be-model-vaccination.vaccinationRequest | |
Definition | The patient-specific order or recommendation for the vaccination, for example a prescription or a request for vaccination for a patient by a physician, for example for optional vaccines. |
Control | 0..1 |
Type | Reference |
5. be-model-vaccination.recorder | |
Definition | The professional that recorded the administration of the vaccine. |
Control | 1..1 |
Type | Reference(Practitioner) |
6. be-model-vaccination.performer | |
Definition | The professional that administered the medication. Use code "unknown" if not known. |
Control | 0..1 |
Type | Reference(Practitioner) |
7. be-model-vaccination.vaccineCode | |
Definition | The vaccine code - a type of vaccine, typically identified by the disease(s) it covers. For example MMR, HPV, Tetanus, DTPa. This should be a coded value. |
Control | 1..1 |
Type | CodeableConcept |
8. be-model-vaccination.vaccinationDate[x] | |
Definition | The date and/or time when the vaccine administration has been administered or presumed to be administered |
Control | 0..1 |
Type | Choice of: dateTime, string |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
9. be-model-vaccination.administeredProduct | |
Definition | The details of the product that was administered |
Control | 0..1 |
Type | BackboneElement |
10. be-model-vaccination.administeredProduct.product[x] | |
Definition | The actual product that was administered. This can be just text (not desired), or a code (e.g. 1696392 = Neisvac C Dos 0,5ml) or a reference to an actual Medication product (e.g. http://server/Medication/1696392) |
Control | 0..1 |
Type | Choice of: Reference, CodeableConcept |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | In the case where the product is not known, use code "unknown" |
11. be-model-vaccination.administeredProduct.lotNumber | |
Definition | The lot number |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
12. be-model-vaccination.administeredProduct.expirationDate | |
Definition | The expiration date of the product. |
Control | 0..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
13. be-model-vaccination.route | |
Definition | The route of administration for the vaccine. This can be free text (not desired) or a code |
Control | 0..1 |
Type | CodeableConcept |
14. be-model-vaccination.status | |
Definition | The status of the vaccination record entry - whether it is active, entered in error, etc. |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
15. be-model-vaccination.statusReason | |
Definition | Supporting reason for status information. |
Control | 0..1 |
Binding | The codes SHALL be taken from BeVSVaccinationStatusReason Belgium codes to describe reasons considered for status of vaccination actions, e.g. reasons for not administering vaccin |
Type | CodeableConcept |
16. be-model-vaccination.reaction | |
Definition | Reaction to the immunization - cfr. AllergyIntolerance |
Control | 0..1 |
Type | BackboneElement |
17. be-model-vaccination.reaction.reactionDate | |
Definition | date of the reaction |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
18. be-model-vaccination.reaction.manifestation | |
Definition | reference to the observation of the reaction |
Control | 0..1 |
Type | Reference |
19. be-model-vaccination.doseQuantity | |
Definition | The number or quantity of product(s) that was administered - e.g. 1/2 dose, etc. |
Control | 0..1 |
Type | BackboneElement |
20. be-model-vaccination.note | |
Definition | Additional notes for the vaccination |
Control | 0..1 |
Type | Attachment |
21. be-model-vaccination.site | |
Definition | The body site where the vaccination entered the body |
Control | 1..1 |
Type | CodeableConcept |
22. be-model-vaccination.identifier | |
Definition | The business identifier(s) for the vaccination entry - This is an optional attribute, used for example to track an entry throughout its lifecycle, or across vaults. |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
23. be-model-vaccination.bodyLaterality | |
Definition | The side of the body (for sites that occur on both sides of the body) |
Control | 0..1 |
Type | CodeableConcept |
24. be-model-vaccination.location | |
Definition | a resource (Location) if one exists e.g. 'Location/kind-en-gezin-092375' which could be defining 'Kind en Gezin Gent Koepoortkaai' |
Control | 0..1 |
Type | Reference |
25. be-model-vaccination.locationType | |
Definition | The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home' |
Control | 0..1 |
Type | CodeableConcept |
26. be-model-vaccination.cause | |
Definition | Is the vaccination due to pre or post exposition prophylaxis? |
Control | 0..1 |
Type | CodeableConcept |
Guidance on how to interpret the contents of this table can be found here.
1. be-model-vaccination | |
Definition | Base definition for all elements in a resource. |
Control | 0..* This element is affected by the following invariants: ele-1 |
Logical Model | This logical model cannot be the target of a reference |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
2. be-model-vaccination.recorded | |
Definition | The date and time when the administration of the vaccine was recorded - typically used when the vaccine event is recorded a posteriori. |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
3. be-model-vaccination.patient | |
Definition | The patient that has received the vaccination. |
Control | 1..1 |
Type | Reference(Patient) |
4. be-model-vaccination.vaccinationRequest | |
Definition | The patient-specific order or recommendation for the vaccination, for example a prescription or a request for vaccination for a patient by a physician, for example for optional vaccines. |
Control | 0..1 |
Type | Reference |
5. be-model-vaccination.recorder | |
Definition | The professional that recorded the administration of the vaccine. |
Control | 1..1 |
Type | Reference(Practitioner) |
6. be-model-vaccination.performer | |
Definition | The professional that administered the medication. Use code "unknown" if not known. |
Control | 0..1 |
Type | Reference(Practitioner) |
7. be-model-vaccination.vaccineCode | |
Definition | The vaccine code - a type of vaccine, typically identified by the disease(s) it covers. For example MMR, HPV, Tetanus, DTPa. This should be a coded value. |
Control | 1..1 |
Type | CodeableConcept |
8. be-model-vaccination.vaccinationDate[x] | |
Definition | The date and/or time when the vaccine administration has been administered or presumed to be administered |
Control | 0..1 |
Type | Choice of: dateTime, string |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
9. be-model-vaccination.administeredProduct | |
Definition | The details of the product that was administered |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
10. be-model-vaccination.administeredProduct.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
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. |
Invariants | Defined on this element 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()) |
11. be-model-vaccination.administeredProduct.product[x] | |
Definition | The actual product that was administered. This can be just text (not desired), or a code (e.g. 1696392 = Neisvac C Dos 0,5ml) or a reference to an actual Medication product (e.g. http://server/Medication/1696392) |
Control | 0..1 |
Type | Choice of: Reference, CodeableConcept |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | In the case where the product is not known, use code "unknown" |
12. be-model-vaccination.administeredProduct.lotNumber | |
Definition | The lot number |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
13. be-model-vaccination.administeredProduct.expirationDate | |
Definition | The expiration date of the product. |
Control | 0..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
14. be-model-vaccination.route | |
Definition | The route of administration for the vaccine. This can be free text (not desired) or a code |
Control | 0..1 |
Type | CodeableConcept |
15. be-model-vaccination.status | |
Definition | The status of the vaccination record entry - whether it is active, entered in error, etc. |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
16. be-model-vaccination.statusReason | |
Definition | Supporting reason for status information. |
Control | 0..1 |
Binding | The codes SHALL be taken from BeVSVaccinationStatusReason Belgium codes to describe reasons considered for status of vaccination actions, e.g. reasons for not administering vaccin |
Type | CodeableConcept |
17. be-model-vaccination.reaction | |
Definition | Reaction to the immunization - cfr. AllergyIntolerance |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
18. be-model-vaccination.reaction.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
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. |
Invariants | Defined on this element 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()) |
19. be-model-vaccination.reaction.reactionDate | |
Definition | date of the reaction |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
20. be-model-vaccination.reaction.manifestation | |
Definition | reference to the observation of the reaction |
Control | 0..1 |
Type | Reference |
21. be-model-vaccination.doseQuantity | |
Definition | The number or quantity of product(s) that was administered - e.g. 1/2 dose, etc. |
Control | 0..1 |
Type | BackboneElement |
22. be-model-vaccination.note | |
Definition | Additional notes for the vaccination |
Control | 0..1 |
Type | Attachment |
23. be-model-vaccination.site | |
Definition | The body site where the vaccination entered the body |
Control | 1..1 |
Type | CodeableConcept |
24. be-model-vaccination.identifier | |
Definition | The business identifier(s) for the vaccination entry - This is an optional attribute, used for example to track an entry throughout its lifecycle, or across vaults. |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
25. be-model-vaccination.bodyLaterality | |
Definition | The side of the body (for sites that occur on both sides of the body) |
Control | 0..1 |
Type | CodeableConcept |
26. be-model-vaccination.location | |
Definition | a resource (Location) if one exists e.g. 'Location/kind-en-gezin-092375' which could be defining 'Kind en Gezin Gent Koepoortkaai' |
Control | 0..1 |
Type | Reference |
27. be-model-vaccination.locationType | |
Definition | The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home' |
Control | 0..1 |
Type | CodeableConcept |
28. be-model-vaccination.cause | |
Definition | Is the vaccination due to pre or post exposition prophylaxis? |
Control | 0..1 |
Type | CodeableConcept |
Guidance on how to interpret the contents of this table can be found here.
1. be-model-vaccination | |
Definition | Base definition for all elements in a resource. |
Control | 0..* This element is affected by the following invariants: ele-1 |
Logical Model | This logical model cannot be the target of a reference |
2. be-model-vaccination.id | |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
XML Representation | In the XML format, this property is represented as an attribute. |
Summary | false |
3. be-model-vaccination.extension | |
Definition | 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 manageable, 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. |
Control | 0..* |
Type | Extension |
Summary | false |
Alternate Names | extensions, user content |
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. |
Invariants | Defined on this element 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()) |
Slicing | This element introduces a set of slices on be-model-vaccination.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
|
4. be-model-vaccination.recorded | |
Definition | The date and time when the administration of the vaccine was recorded - typically used when the vaccine event is recorded a posteriori. |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
5. be-model-vaccination.patient | |
Definition | The patient that has received the vaccination. |
Control | 1..1 |
Type | Reference(Patient) |
6. be-model-vaccination.vaccinationRequest | |
Definition | The patient-specific order or recommendation for the vaccination, for example a prescription or a request for vaccination for a patient by a physician, for example for optional vaccines. |
Control | 0..1 |
Type | Reference |
7. be-model-vaccination.recorder | |
Definition | The professional that recorded the administration of the vaccine. |
Control | 1..1 |
Type | Reference(Practitioner) |
8. be-model-vaccination.performer | |
Definition | The professional that administered the medication. Use code "unknown" if not known. |
Control | 0..1 |
Type | Reference(Practitioner) |
9. be-model-vaccination.vaccineCode | |
Definition | The vaccine code - a type of vaccine, typically identified by the disease(s) it covers. For example MMR, HPV, Tetanus, DTPa. This should be a coded value. |
Control | 1..1 |
Type | CodeableConcept |
10. be-model-vaccination.vaccinationDate[x] | |
Definition | The date and/or time when the vaccine administration has been administered or presumed to be administered |
Control | 0..1 |
Type | Choice of: dateTime, string |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
11. be-model-vaccination.administeredProduct | |
Definition | The details of the product that was administered |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
12. be-model-vaccination.administeredProduct.id | |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
XML Representation | In the XML format, this property is represented as an attribute. |
Summary | false |
13. be-model-vaccination.administeredProduct.extension | |
Definition | 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 manageable, 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. |
Control | 0..* |
Type | Extension |
Summary | false |
Alternate Names | extensions, user content |
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. |
Invariants | Defined on this element 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()) |
Slicing | This element introduces a set of slices on be-model-vaccination.administeredProduct.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
|
14. be-model-vaccination.administeredProduct.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
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. |
Invariants | Defined on this element 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()) |
15. be-model-vaccination.administeredProduct.product[x] | |
Definition | The actual product that was administered. This can be just text (not desired), or a code (e.g. 1696392 = Neisvac C Dos 0,5ml) or a reference to an actual Medication product (e.g. http://server/Medication/1696392) |
Control | 0..1 |
Type | Choice of: Reference, CodeableConcept |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | In the case where the product is not known, use code "unknown" |
16. be-model-vaccination.administeredProduct.lotNumber | |
Definition | The lot number |
Control | 0..1 |
Type | string |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
17. be-model-vaccination.administeredProduct.expirationDate | |
Definition | The expiration date of the product. |
Control | 0..1 |
Type | date |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
18. be-model-vaccination.route | |
Definition | The route of administration for the vaccine. This can be free text (not desired) or a code |
Control | 0..1 |
Type | CodeableConcept |
19. be-model-vaccination.status | |
Definition | The status of the vaccination record entry - whether it is active, entered in error, etc. |
Control | 1..1 |
Type | code |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
20. be-model-vaccination.statusReason | |
Definition | Supporting reason for status information. |
Control | 0..1 |
Binding | The codes SHALL be taken from BeVSVaccinationStatusReason Belgium codes to describe reasons considered for status of vaccination actions, e.g. reasons for not administering vaccin |
Type | CodeableConcept |
21. be-model-vaccination.reaction | |
Definition | Reaction to the immunization - cfr. AllergyIntolerance |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() or (children().count() > id.count())) |
22. be-model-vaccination.reaction.id | |
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
XML Representation | In the XML format, this property is represented as an attribute. |
Summary | false |
23. be-model-vaccination.reaction.extension | |
Definition | 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 manageable, 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. |
Control | 0..* |
Type | Extension |
Summary | false |
Alternate Names | extensions, user content |
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. |
Invariants | Defined on this element 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()) |
Slicing | This element introduces a set of slices on be-model-vaccination.reaction.extension. The slices are unordered and Open, and can be differentiated using the following discriminators:
|
24. be-model-vaccination.reaction.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Summary | true |
Requirements | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Alternate Names | extensions, user content, modifiers |
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. |
Invariants | Defined on this element 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()) |
25. be-model-vaccination.reaction.reactionDate | |
Definition | date of the reaction |
Control | 1..1 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
26. be-model-vaccination.reaction.manifestation | |
Definition | reference to the observation of the reaction |
Control | 0..1 |
Type | Reference |
27. be-model-vaccination.doseQuantity | |
Definition | The number or quantity of product(s) that was administered - e.g. 1/2 dose, etc. |
Control | 0..1 |
Type | BackboneElement |
28. be-model-vaccination.note | |
Definition | Additional notes for the vaccination |
Control | 0..1 |
Type | Attachment |
29. be-model-vaccination.site | |
Definition | The body site where the vaccination entered the body |
Control | 1..1 |
Type | CodeableConcept |
30. be-model-vaccination.identifier | |
Definition | The business identifier(s) for the vaccination entry - This is an optional attribute, used for example to track an entry throughout its lifecycle, or across vaults. |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 0..* |
Type | Identifier |
31. be-model-vaccination.bodyLaterality | |
Definition | The side of the body (for sites that occur on both sides of the body) |
Control | 0..1 |
Type | CodeableConcept |
32. be-model-vaccination.location | |
Definition | a resource (Location) if one exists e.g. 'Location/kind-en-gezin-092375' which could be defining 'Kind en Gezin Gent Koepoortkaai' |
Control | 0..1 |
Type | Reference |
33. be-model-vaccination.locationType | |
Definition | The location where the immunization administration was performed. This can be a text (e.g. 'at the physician's office' or a code e.g. '00078' meaning 'patient's home' |
Control | 0..1 |
Type | CodeableConcept |
34. be-model-vaccination.cause | |
Definition | Is the vaccination due to pre or post exposition prophylaxis? |
Control | 0..1 |
Type | CodeableConcept |
IG © 2021+ eHealth Platform. Package hl7.fhir.be.vaccination#1.0.3 based on FHIR 4.0.1. Generated 2023-06-26
Links: Table of Contents |
QA Report