Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build
Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.002) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2023-01-24 |
Definitions for the KT2Patient resource profile.
Guidance on how to interpret the contents of this table can be foundhere
0. Patient | |
Definition | Demographics and other administrative information about an individual or animal receiving care or other health-related services. |
Short | PatientInformation about an individual or animal receiving health care services |
Control | 0..* |
Is Modifier | false |
Summary | false |
Alternate Names | SubjectOfCare Client Resident, Patient, nl-core-Patient |
Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() )dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() )dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() )dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) |
2. Patient.implicitRules | |
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Short | A set of rules under which this content was created |
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
Control | 0..1 |
Type | uri |
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
4. Patient.extension:nationality | |
Slice Name | nationality |
Definition | The nationality of the patient. |
Short | Nationality |
Control | 0..0 This element is affected by the following invariants: ele-1 |
Type | Extension(Patient Nationality) (Complex Extension) |
Is Modifier | 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() ) |
16. Patient.extension:resource-origin | |
Slice Name | resource-origin |
Definition | Defines the author of the resource. |
Short | Extension |
Comments | Part of the authorisation model. Upon creation of the resource this extension is set to the device that created it. |
Control | 0..1 |
Type | Extension(KT2_ResourceOrigin) (Extension Type: Reference(KT2_Device)) |
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()) |
18. Patient.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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). |
Short | Extensions that cannot be ignored |
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..* |
Type | Extension |
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Summary | false |
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 |
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()) |
Slicing | This element introduces a set of slices on Patient.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
20. Patient.identifier | |
Definition | The patient’s identification number. In transfer situations, use of the social security number (BSN) must comply with the Use of Social Security Numbers in Healthcare Act (Wbsn-z). In other situations, other number systems can be used, such as internal hospital patient numbers for example. An identifier for this patient. |
Short | PatientIdentificationNumberAn identifier for this patient |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 10..* This element is affected by the following invariants: ele-1 |
Type | Identifier |
Is Modifier | false |
Summary | true |
Requirements | Patients are almost always assigned specific numerical identifiers. |
Alternate Names | Identificatienummer |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on Patient.identifier . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
22. Patient.identifier:bsn | |
Slice Name | bsn |
Definition | An identifier for this patient. |
Short | An identifier for this patient |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 0..* This element is affected by the following invariants: ele-1 |
Type | Identifier |
Is Modifier | false |
Standard Status | Normative (from Normative) |
Summary | true |
Requirements | Patients are almost always assigned specific numerical identifiers. |
Pattern Value | { |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
24. Patient.active | |
Definition | Whether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules. It is often used to filter patient lists to exclude inactive patients Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death. |
Short | Whether this patient's record is in active use |
Comments | If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient. |
Control | 10..1 |
Type | boolean |
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Need to be able to mark a patient record as not to be used because it was created in error. |
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
26. Patient.name | |
Definition | Patient's full name. A name associated with the individual. |
Short | NameInformation / PayerNameA name associated with the patient |
Comments | A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. |
Control | 10..* This element is affected by the following invariants: ele-1 |
Type | HumanName |
Is Modifier | false |
Summary | true |
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. |
Alternate Names | Naamgegevens, BetalerNaam |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) kt2pnu-2: Patient name use must not be empty ( use.hasValue() ) |
Slicing | This element introduces a set of slices on Patient.name . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
28. Patient.name:nameInformation | |
Slice Name | nameInformation |
Definition | This slice represents the person's official name information, including given names, last name and possibly the partner's last name. A name associated with the individual. |
Short | NameInformationA name associated with the patient |
Comments | This Note 1: The zib cannot be represented straightforward in FHIR. Especially note the guidance on Note 2: This element should only contain a person's official names. The GivenName concept is represented in another Note 3: The examples illustrate how the zib is mapped to FHIR. A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. |
Control | 0..2* This element is affected by the following invariants: ele-1 |
Type | HumanName(nl core NameInformation) |
Is Modifier | false |
Summary | true |
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. |
Alternate Names | Naamgegevens, nl-core-NameInformation |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) zib-NameInformation-1: If a prefix for a family name is specified, the family name is expected as well ( family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty().not() )zib-NameInformation-2: If the prefix for a partner family name is specified, the partner family name is expected as well ( family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').empty().not() )nl-core-NameInformation-01: If parts of the name are specified using one or more of the structured elements, the `.text` element SHOULD be populated with a rendered version of the full name. This ensures compatibility with common FHIR usage. ( (family.exists() or given.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').where(value != 'IN').exists()) implies text.hasValue() ) |
30. Patient.name:nameInformation.extension:nameUsage | |
Slice Name | nameUsage |
Definition | A code that represents the preferred display order of the components of this human name. |
Short | Preferred display order of name parts |
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..1 This element is affected by the following invariants: ele-1 |
Type | Extension(Assembly Order) (Extension Type: code) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
32. Patient.name:nameInformation.extension:nameUsage.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. |
Short | Additional 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()) |
Slicing | This element introduces a set of slices on Patient.name.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
34. Patient.name:nameInformation.extension:nameUsage.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-assembly-order |
36. Patient.name:nameInformation.extension:nameUsage.value[x] | |
Definition | This concept indicates the last name or order of last names with which the person is to be addressed. Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
Short | NameUsageValue of extension |
Control | 10..1 |
Binding | The codes SHALL be taken from For codes, see HumanNameAssemblyOrder (required to http://hl7.org/fhir/ValueSet/name-assembly-order|4.0.1 )Use ConceptMap NaamgebruikCodelijst-to-HumanNameAssemblyOrder to translate terminology from the functional model to profile terminology in ValueSet HumanNameAssemblyOrder. |
Type | code, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Alternate Names | Naamgebruik |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
38. Patient.name:nameInformation.use | |
Definition | Identifies the purpose for this name. |
Short | usual | official | temp | nickname | anonymous | old | maiden |
Comments | Applications can assume that a name is current unless it explicitly says that it is temporary or old. |
Control | 10..1 |
Binding | The codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )The use of a human name. |
Type | code |
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Allows the appropriate name for a particular context of use to be selected from among a set of names. |
Pattern Value | official |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
40. Patient.name:nameInformation.text | |
Definition | Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. |
Short | Text representation of the full name |
Comments | This element is not used in the context of Koppeltaal 2.0 Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. |
Control | 0..1 This element is affected by the following invariants: nl-core-NameInformation-01 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | A renderable, unencoded form. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
42. Patient.name:nameInformation.family | |
Definition | The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. |
Short | Family name (often called 'Surname') |
Comments | When implementing zib NameInformation, this representation should be constrcuted from the Prefix, LastName, PartnerPrefix and/or PartnerLastName concepts according to the NameUsage concept. Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). |
Control | 10..1 This element is affected by the following invariants: nl-core-NameInformation-01 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | surname |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) nl-core-NameInformation-02: If parts of the family name are specified using the extensions in .family, the .family element SHOULD be populated with the full family name as well. This ensures compatibility with common FHIR usage. ( (extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').exists()) implies $this.hasValue() ) |
44. Patient.name:nameInformation.family.extension:prefix | |
Slice Name | prefix |
Definition | The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse. |
Short | Voorvoegsel derived from person's own surname |
Comments | An example of a voorvoegsel is the "van" in "Ludwig van Beethoven". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to specify it as a separate sub-component. |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Extension(Own Prefix) (Extension Type: string) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
46. Patient.name:nameInformation.family.extension:prefix.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. |
Short | Additional 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()) |
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
48. Patient.name:nameInformation.family.extension:prefix.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-own-prefix |
50. Patient.name:nameInformation.family.extension:prefix.value[x] | |
Definition | Prefix to the person’s own last name. Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
Short | PrefixValue of extension |
Control | 10..1 |
Type | string, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Alternate Names | Voorvoegsels |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
52. Patient.name:nameInformation.family.extension:lastName | |
Slice Name | lastName |
Definition | The portion of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse. |
Short | Portion derived from person's own surname |
Comments | If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's "maiden name". |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Extension(Own Name) (Extension Type: string) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
54. Patient.name:nameInformation.family.extension:lastName.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. |
Short | Additional 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()) |
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
56. Patient.name:nameInformation.family.extension:lastName.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-own-name |
58. Patient.name:nameInformation.family.extension:lastName.value[x] | |
Definition | The person’s official last name Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
Short | LastNameValue of extension |
Control | 10..1 |
Type | string, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Alternate Names | Achternaam |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
60. Patient.name:nameInformation.family.extension:partnerPrefix | |
Slice Name | partnerPrefix |
Definition | The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own. |
Short | Voorvoegsel derived from person's partner's surname |
Comments | An example of a voorvoegsel is the "van" in "Ludwig van Beethoven". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to identify it as a separate sub-component. |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Extension(Partner Prefix) (Extension Type: string) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
62. Patient.name:nameInformation.family.extension:partnerPrefix.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. |
Short | Additional 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()) |
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
64. Patient.name:nameInformation.family.extension:partnerPrefix.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix |
66. Patient.name:nameInformation.family.extension:partnerPrefix.value[x] | |
Definition | Prefix to the partner’s last name. Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
Short | PartnerPrefixValue of extension |
Control | 10..1 |
Type | string, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Alternate Names | VoorvoegselsPartner |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
68. Patient.name:nameInformation.family.extension:partnerLastName | |
Slice Name | partnerLastName |
Definition | The portion of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own name. |
Short | Portion derived from person's partner's surname |
Comments | If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's "maiden name". |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Extension(Partner Name) (Extension Type: string) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
70. Patient.name:nameInformation.family.extension:partnerLastName.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. |
Short | Additional 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()) |
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
72. Patient.name:nameInformation.family.extension:partnerLastName.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Summary | false |
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-partner-name |
74. Patient.name:nameInformation.family.extension:partnerLastName.value[x] | |
Definition | Partner’s official last name. Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
Short | PartnerLastNameValue of extension |
Control | 10..1 |
Type | string, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | false |
Alternate Names | AchternaamPartner |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
76. Patient.name:nameInformation.given | |
Definition | One of a person’s official first names or the initial if the full name is not known. Given name. |
Short | FirstName / InitialGiven names (not always 'first'). Includes middle names |
Comments | This element can be used to represent full given names or initials. Zib compatibilityTthis element is used to represent the FirstNames and Initials concepts of zib NameInformation, but the FHIR implementation deviates from the zib model. The zib defines these concepts as a list of official first names (as a single string) and a list of initials (as a single string), both optional. They both represent the official name(s) of a person and thus represent the same concept. In FHIR however, each first name is either a complete name or an initial, but not both. In addition, each name may be defined separately. Therefore, the zib concepts are implemented here in the following way:
Initials should thus not be communicated for each complete first name that is known, in contrast to what is specified by the zib. Receiving systems can recreate initials from the full names if needed. If a system does however only have a list of official first names and a separate list of official initials, without knowing the relationship between these two, only the full names SHOULD be communicated, while an additional Note 1: The GivenName concept should not be included here but in a separate Note 2: As specified by FHIR, multiple official first names MAY be combined in a single If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. |
Control | 10..* This element is affected by the following invariants: nl-core-NameInformation-01 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | first name, middle name, Voornaam, Initiaal |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
78. Patient.name:nameInformation.given.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. |
Short | Additional 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 | 10..* |
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()) |
Slicing | This element introduces a set of slices on Patient.name.given.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
80. Patient.name:nameInformation.given.extension:givenOrInitial | |
Slice Name | givenOrInitial |
Definition | A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. |
Short | LS | AC | NB | PR | HON | BR | AD | SP | MID | CL | IN | VV |
Comments | Used to indicate additional information about the name part and how it should be used. |
Control | 1..* This element is affected by the following invariants: ele-1 |
Type | Extension(EN Qualifier) (Extension Type: code) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
82. Patient.name:nameInformation.prefix | |
Definition | Noble and scientific titles. These can assist in formulating oral and formal addresing titles. Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name. |
Short | TitlesParts that come before the name |
Comments | This element is not used in the context of Koppeltaal 2.0 |
Control | 0..* |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | Titels |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
84. Patient.name:nameInformation.suffix | |
Definition | Noble and scientific titles. These can assist in formulating oral and formal addresing titles. Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name. |
Short | TitlesParts that come after the name |
Comments | This element is not used in the context of Koppeltaal 2.0 |
Control | 0..* |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | Titels |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
86. Patient.name:nameInformation.period | |
Definition | Indicates the period of time when this name was valid for the named person. |
Short | Time period when name was/is in use |
Comments | This element is not used in the context of Koppeltaal 2.0 |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Period |
Is Modifier | false |
Summary | true |
Requirements | Allows names to be placed in historical context. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) |
88. Patient.name:nameInformation-GivenName | |
Slice Name | nameInformation-GivenName |
Definition | This slice represents the name information normally used to address the person. A name associated with the individual. |
Short | Name of a human - parts and usageA name associated with the patient |
Comments | This Note 1: This element should only contain a person's unofficial name. The official names are represented in one or more other Note 2: The examples illustrate how the zib is mapped to FHIR. A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. |
Control | 0..* This element is affected by the following invariants: ele-1 |
Type | HumanName(nl core NameInformation.GivenName) |
Is Modifier | false |
Summary | true |
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. |
Alternate Names | nl-core-NameInformation.GivenName |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
90. Patient.name:nameInformation-GivenName.use | |
Definition | Identifies the purpose for this name. |
Short | usual | official | temp | nickname | anonymous | old | maiden |
Comments | Applications can assume that a name is current unless it explicitly says that it is temporary or old. |
Control | 10..1 |
Binding | The codes SHALL be taken from NameUsehttp://hl7.org/fhir/ValueSet/name-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )The use of a human name. |
Type | code |
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Allows the appropriate name for a particular context of use to be selected from among a set of names. |
Pattern Value | usual |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
92. Patient.name:nameInformation-GivenName.text | |
Definition | Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. |
Short | Text representation of the full name |
Comments | This element is not used in the context of Koppeltaal 2.0 Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. |
Control | 0..1 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | A renderable, unencoded form. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
94. Patient.name:nameInformation-GivenName.family | |
Definition | The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. |
Short | Family name (often called 'Surname') |
Comments | Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). |
Control | 0..01 |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | surname |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
96. Patient.name:nameInformation-GivenName.given | |
Definition | The name normally used to address the person. Given name. |
Short | GivenNameGiven names (not always 'first'). Includes middle names |
Comments | If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. |
Control | 10..* |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | first name, middle name, Roepnaam |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
98. Patient.name:nameInformation-GivenName.prefix | |
Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name. |
Short | Parts that come before the name |
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size |
Control | 0..0* |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
100. Patient.name:nameInformation-GivenName.suffix | |
Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name. |
Short | Parts that come after the name |
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size |
Control | 0..0* |
Type | string |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
102. Patient.telecom | |
Definition | Patient’s telephone number(s) or e-mail address(es). A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. |
Short | ContactInformationA contact detail for the individual |
Comments | The cardinality mismatch between the zib ( A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone). |
Control | 0..* This element is affected by the following invariants: ele-1 |
Type | ContactPoint |
Is Modifier | false |
Standard Status | Normative (from Normative) |
Summary | true |
Requirements | People have (primary) ways to contact them in some way such as phone, email. |
Alternate Names | Contactgegevens |
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on Patient.telecom . The slices areUnordered and Open, and can be differentiated using the following discriminators: |
104. Patient.telecom:telephoneNumbers | |
Slice Name | telephoneNumbers |
Definition | Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. |
Short | TelephoneNumbersA contact detail for the individual |
Comments | Implementation of the "TelephoneNumbers" concept of zib ContactInformation. Please note that, although the zib concepts TelecomType and NumberType are functionally equivalent to the FHIR concepts A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone). |
Control | 0..* This element is affected by the following invariants: ele-1 |
Type | ContactPoint(nl core ContactInformation TelephoneNumbers) |
Is Modifier | false |
Summary | true |
Requirements | People have (primary) ways to contact them in some way such as phone, email. |
Alternate Names | Telefoonnummers, nl-core-ContactInformation-TelephoneNumbers |
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
106. Patient.telecom:telephoneNumbers.extension:comment | |
Slice Name | comment |
Definition | Optional Extension Element - found in all resources. |
Short | Optional Extensions Element |
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..1 This element is affected by the following invariants: ele-1 |
Type | Extension(ext Comment) (Extension Type: string) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
108. Patient.telecom:telephoneNumbers.extension:comment.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-Comment |
110. Patient.telecom:telephoneNumbers.system | |
Definition | The telecom or device type that the telephone number is connected to. Telecommunications form for contact point - what communications system is required to make use of the contact. |
Short | TelecomTypephone | fax | email | pager | url | sms | other |
Control | 10..1 This element is affected by the following invariants: cpt-2 |
Binding | The codes SHALL be taken from ContactPointSystem ValueSet for zib ContactInformation TelephoneNumbershttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem )Use ConceptMap TelecomType-to-ContactInformation-TelephoneNumbersSystem to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersSystem. Telecommunications form for contact point. |
Type | code |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Alternate Names | TelecomType |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
112. Patient.telecom:telephoneNumbers.system.extension:telecomType | |
Slice Name | telecomType |
Definition | Optional Extension Element - found in all resources. |
Short | Optional Extensions Element |
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..1 This element is affected by the following invariants: ele-1 |
Type | Extension(ext CodeSpecification) (Extension Type: CodeableConcept) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
114. Patient.telecom:telephoneNumbers.system.extension:telecomType.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification |
116. Patient.telecom:telephoneNumbers.use | |
Definition | NumberType indicates whether the number is a landline, temporary, work telephone number. Identifies the purpose for the contact point. |
Short | NumberTypehome | work | temp | old | mobile - purpose of this contact point |
Comments | Applications can assume that a contact is current unless it explicitly says that it is temporary or old. |
Control | 0..1 |
Binding | The codes SHALL be taken from ContactPointUse ValueSet for zib ContactInformation TelephoneNumbershttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse )Use ConceptMap NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersUse. Use of contact point. |
Type | code |
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. |
Alternate Names | NummerSoort |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
118. Patient.telecom:telephoneNumbers.rank | |
Definition | Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values. |
Short | Specify preferred order of use (1 = highest) |
Comments | This element is not used in the context of Koppeltaal 2.0 Note that rank does not necessarily follow the order in which the contacts are represented in the instance. |
Control | 0..1 |
Type | positiveInt |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
120. Patient.telecom:telephoneNumbers.period | |
Definition | Time period when the contact point was/is in use. |
Short | Time period when the contact point was/is in use |
Comments | This element is not used in the context of Koppeltaal 2.0 |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Period |
Is Modifier | false |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) |
122. Patient.telecom:emailAddresses | |
Slice Name | emailAddresses |
Definition | Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted. |
Short | EmailAddressesA contact detail for the individual |
Comments | Implementation of the "EmailAddresses" concept of zib ContactInformation. A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone). |
Control | 0..* This element is affected by the following invariants: ele-1 |
Type | ContactPoint(nl core ContactInformation EmailAddresses) |
Is Modifier | false |
Summary | true |
Requirements | People have (primary) ways to contact them in some way such as phone, email. |
Alternate Names | EmailAdressen, nl-core-ContactInformation-EmailAddresses |
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
124. Patient.telecom:emailAddresses.system | |
Definition | Telecommunications form for contact point - what communications system is required to make use of the contact. |
Short | emailphone | fax | email | pager | url | sms | other |
Control | 10..1 This element is affected by the following invariants: cpt-2 |
Binding | The codes SHALL be taken from ContactPointSystemhttp://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )Telecommunications form for contact point. |
Type | code |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Pattern Value | email |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
126. Patient.telecom:emailAddresses.use | |
Definition | EmailAddressType indicates whether it is a private or business e-mail address. Identifies the purpose for the contact point. |
Short | EmailAddressTypehome | work | temp | old | mobile - purpose of this contact point |
Comments | Applications can assume that a contact is current unless it explicitly says that it is temporary or old. |
Control | 0..1 |
Binding | The codes SHALL be taken from ContactPointUse ValueSet for zib ContactInformation EmailAddresshttp://hl7.org/fhir/ValueSet/contact-point-use|4.0.1 (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-EmailAddressesUse )Use ConceptMap EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-EmailAddressesUse. Use of contact point. |
Type | code |
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. |
Alternate Names | EmailSoort |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
128. Patient.telecom:emailAddresses.rank | |
Definition | Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values. |
Short | Specify preferred order of use (1 = highest) |
Comments | This element is not used in the context of Koppeltaal 2.0 Note that rank does not necessarily follow the order in which the contacts are represented in the instance. |
Control | 0..1 |
Type | positiveInt |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
130. Patient.telecom:emailAddresses.period | |
Definition | Time period when the contact point was/is in use. |
Short | Time period when the contact point was/is in use |
Comments | This element is not used in the context of Koppeltaal 2.0 |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Period |
Is Modifier | false |
Summary | true |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) |
132. Patient.gender | |
Definition | Patient’s administrative gender. Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes. |
Short | Gendermale | female | other | unknown |
Comments | The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a "hard" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex. |
Control | 10..1 |
Binding | The codes SHALL be taken from AdministrativeGenderhttp://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 )Use ConceptMap GeslachtCodelijst-to-AdministrativeGender to translate terminology from the functional model to profile terminology in ValueSet AdministrativeGender. The gender of a person used for administrative purposes. |
Type | code |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Needed for identification of the individual, in combination with (at least) name and birth date. |
Alternate Names | Geslacht |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
134. Patient.gender.extension:genderCodelist | |
Slice Name | genderCodelist |
Definition | Optional Extension Element - found in all resources. |
Short | Optional Extensions Element |
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..1 This element is affected by the following invariants: ele-1 |
Type | Extension(ext CodeSpecification) (Extension Type: CodeableConcept) |
Is Modifier | false |
Standard Status | Normative (from Normative) |
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() )ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
136. Patient.gender.extension:genderCodelist.url | |
Definition | Source of the definition for the extension code - a logical name or a URL. |
Short | identifies the meaning of the extension |
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
Control | 1..1 |
Type | uri |
Is Modifier | false |
XML Format | In the XML format, this property is represented as an attribute. |
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification |
138. Patient.birthDate | |
Definition | Patient’s date of birth. The date of birth is mandatory for a patient. A vague date (such as only the year) is permitted. The date of birth for the individual. |
Short | DateOfBirthThe date of birth for the individual |
Comments | At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension "patient-birthTime" available that should be used where Time is required (such as in maternity/infant care systems). |
Control | 10..1 |
Type | date |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | Age of the individual drives many clinical processes. |
Alternate Names | Geboortedatum |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
140. Patient.deceased[x] | |
Definition | Indicates if the individual is deceased or not. |
Short | Indicates if the individual is deceased or not |
Comments | If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. |
Summary | true |
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on Patient.deceased[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
142. Patient.deceased[x]:deceasedBoolean | |
Slice Name | deceasedBoolean |
Definition | An indication stating whether the patient has died. Indicates if the individual is deceased or not. |
Short | DeathIndicatorIndicates if the individual is deceased or not |
Comments | If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Type | boolean, dateTime |
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. |
Alternate Names | OverlijdensIndicator |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
144. Patient.deceased[x]:deceasedDateTime | |
Slice Name | deceasedDateTime |
Definition | The date on which the patient died. A ‘vague’ date, such as only the year, is permitted. Indicates if the individual is deceased or not. |
Short | DateOfDeathIndicates if the individual is deceased or not |
Comments | The zib recognizes both the DeathIndicator (boolean) and DateOfDeath (datetime) concepts, whereas in FHIR only one of these concepts may be present. Therefore, if deceasedDateTime is present and has a value, its value can be mapped to DateOfDeath and DeathIndicator is assumed to be true. If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Type | dateTime, boolean |
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Summary | true |
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. |
Alternate Names | DatumOverlijden, OverlijdensIndicator |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
146. Patient.maritalStatus | |
Definition | A person’s marital status according to the terms and definition in the Dutch civil code. This field contains a patient's most recent marital (civil) status. |
Short | MaritalStatusMarital (civil) status of a patient |
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Binding | The codes SHALL be taken from Unless not suitable, these codes SHALL be taken from BurgerlijkeStaatCodelijsthttp://hl7.org/fhir/ValueSet/marital-status (required to http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.9.1--20200901000000 )BurgerlijkeStaatCodelijst The domestic partnership status of a person. |
Type | CodeableConcept |
Is Modifier | false |
Requirements | Most, if not all systems capture it. |
Alternate Names | BurgerlijkeStaat |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
148. Patient.multipleBirth[x] | |
Definition | Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). |
Short | Whether patient is part of a multiple birth |
Comments | Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated). |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Type | integer, boolean |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Requirements | For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Slicing | This element introduces a set of slices on Patient.multipleBirth[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: |
150. Patient.multipleBirth[x]:multipleBirthBoolean | |
Slice Name | multipleBirthBoolean |
Definition | An indication stating whether the patient is of a multiple birth. Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). |
Short | MultipleBirthIndicatorWhether patient is part of a multiple birth |
Comments | Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated). |
Control | 0..01 This element is affected by the following invariants: ele-1 |
Type | boolean, integer |
Is Modifier | false |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
Requirements | For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs. |
Alternate Names | MeerlingIndicator |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
152. Patient.photo | |
Definition | Image of the patient. |
Short | Image of the patient |
Comments | Guidelines:
|
Control | 0..0* This element is affected by the following invariants: ele-1 |
Type | Attachment |
Is Modifier | false |
Requirements | Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too. |
Invariants | att-1: If the Attachment has data, it SHALL have a contentType (data.empty() or contentType.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
154. Patient.contact | |
Definition | A contact party (e.g. guardian, partner, friend) for the patient. |
Short | ContactA contact party (e.g. guardian, partner, friend) for the patient |
Comments | Whereas the zib ContactPerson includes all (non-healthcare professional) persons that are involved in the care for a patient, FHIR distinguishes two use cases for these persons:
If a person is both a related person and a contact person, then some data duplication is inevitable. The nl-core-ContactPerson can be referenced using the extension in Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact. |
Control | 0..0* This element is affected by the following invariants: ele-1 |
Type | BackboneElement |
Is Modifier | false |
Requirements | Need to track people you can contact about the patient. |
Alternate Names | Contactpersoon |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) pat-1: SHALL at least contain a contact's details or a reference to an organization ( name.exists() or telecom.exists() or address.exists() or organization.exists() )pat-1: SHALL at least contain a contact's details or a reference to an organization (name.exists() or telecom.exists() or address.exists() or organization.exists()) |
168. Patient.communication | |
Definition | A language which may be used to communicate with the patient about his or her health. |
Short | LanguageProficiencyA language which may be used to communicate with the patient about his or her health |
Comments | If no language is specified, this implies that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required. |
Control | 0..0* This element is affected by the following invariants: ele-1 |
Type | BackboneElement |
Is Modifier | false |
Requirements | If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest. |
Alternate Names | Taalvaardigheid |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
187. Patient.generalPractitioner | |
Definition | A reference from one resource to another. Patient's nominated care provider. |
Short | A reference from one resource to anotherPatient's nominated primary care provider |
Comments | Each occurrence of the zib HealthProfessional is normally represented by two FHIR resources: a PractitionerRole resource (instance of nl-core-HealthProfessional-PractitionerRole) and a Practitioner resource (instance of nl-core-HealthProfessional-Practitioner). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance. In rare circumstances, there is only a Practitioner instance, in which case it is that instance which will be referenced here. However, since this should be the exception, the nl-core-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile. This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources. Multiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a "fly-in/fly-out" worker that has the onsite GP also included with his home GP to remain aware of medical issues. Jurisdictions may decide that they can profile this down to 1 if desired, or 1 per type. |
Control | 0..0* This element is affected by the following invariants: ele-1 |
Type | Reference(Reference)(Organization, Practitioner, PractitionerRole, nl core HealthProfessional PractitionerRole) |
Is Modifier | false |
Alternate Names | careProvider |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) |
189. Patient.managingOrganization | |
Definition | Organization that is the custodian of the patient record. |
Short | Organization that is the custodian of the patient record |
Comments | There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association). |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | Reference(KT2_Organization, Organization) |
Is Modifier | false |
Summary | true |
Requirements | Need to know who recognizes this patient record, manages and updates it. |
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) |
191. Patient.link | |
Definition | Link to another patient resource that concerns the same actual patient. |
Short | Link to another patient resource that concerns the same actual person |
Comments | There is no assumption that linked patient records have mutual links. |
Control | 0..0* This element is affected by the following invariants: ele-1 |
Type | BackboneElement |
Is Modifier | true because This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by' |
Summary | true |
Requirements | There are multiple use cases:
|
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Guidance on how to interpret the contents of this table can be foundhere
0. Patient | |
2. Patient.extension:nationality | |
Slice Name | nationality |
Control | 0..0 |
4. Patient.extension:resource-origin | |
Slice Name | resource-origin |
Control | 0..* |
Type | Extension(KT2_ResourceOrigin) (Extension Type: Reference(KT2_Device)) |
6. Patient.identifier | |
Note | This is a business identifier, not a resource identifier (see discussion) |
Control | 1..? |
8. Patient.active | |
Control | 1..? |
10. Patient.name | |
Control | 1..? |
Invariants | kt2pnu-2: Patient name use must not be empty (use.hasValue() ) |
12. Patient.name:nameInformation | |
Slice Name | nameInformation |
Comments | This Note 1: The zib cannot be represented straightforward in FHIR. Especially note the guidance on Note 2: This element should only contain a person's official names. The GivenName concept is represented in another Note 3: The examples illustrate how the zib is mapped to FHIR. |
14. Patient.name:nameInformation.text | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
16. Patient.name:nameInformation.family | |
Control | 1..? |
18. Patient.name:nameInformation.given | |
Control | 1..? |
20. Patient.name:nameInformation.prefix | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
22. Patient.name:nameInformation.suffix | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
24. Patient.name:nameInformation.period | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
26. Patient.name:nameInformation-GivenName | |
Slice Name | nameInformation-GivenName |
28. Patient.name:nameInformation-GivenName.text | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
30. Patient.telecom:telephoneNumbers | |
Slice Name | telephoneNumbers |
32. Patient.telecom:telephoneNumbers.rank | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
34. Patient.telecom:telephoneNumbers.period | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
36. Patient.telecom:emailAddresses | |
Slice Name | emailAddresses |
38. Patient.telecom:emailAddresses.rank | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
40. Patient.telecom:emailAddresses.period | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
42. Patient.gender | |
Control | 1..? |
44. Patient.birthDate | |
Control | 1..? |
46. Patient.deceased[x] | |
Control | 0..0 |
48. Patient.deceased[x]:deceasedBoolean | |
Slice Name | deceasedBoolean |
Control | 0..0 |
Type | boolean |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
50. Patient.deceased[x]:deceasedDateTime | |
Slice Name | deceasedDateTime |
Control | 0..0 |
Type | dateTime |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
52. Patient.address | |
54. Patient.address.extension:addressType | |
Slice Name | addressType |
Comments | This element is not used in the context of Koppeltaal 2.0 |
56. Patient.address.type | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
58. Patient.address.text | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
60. Patient.address.district | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
62. Patient.address.state | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
64. Patient.address.country | |
66. Patient.address.country.extension:countryCode | |
Slice Name | countryCode |
Comments | See Koppeltaal Implementation Guide for more information. |
68. Patient.address.country.extension:countryCode.extension | |
Control | 0..0 |
70. Patient.address.country.extension:countryCode.value[x] | |
Comments | See Koppeltaal Implementation Guide for more information. |
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] |
72. Patient.address.period | |
Comments | This element is not used in the context of Koppeltaal 2.0 |
74. Patient.maritalStatus | |
Control | 0..0 |
76. Patient.multipleBirth[x] | |
Control | 0..0 |
78. Patient.multipleBirth[x]:multipleBirthBoolean | |
Slice Name | multipleBirthBoolean |
Control | 0..0 |
Type | boolean |
Primitive Value | This primitive element may be present, or absent, or replaced by an extension |
80. Patient.photo | |
Control | 0..0 |
82. Patient.contact | |
Control | 0..0 |
84. Patient.communication | |
Control | 0..0 |
86. Patient.generalPractitioner | |
Control | 0..0 |
88. Patient.managingOrganization | |
Type | Reference(KT2_Organization) |
90. Patient.link | |
Control | 0..0 |
Guidance on how to interpret the contents of this table can be foundhere
0. Patient | |||||||||||||||||||||||||||||
Definition | Demographics and other administrative information about an individual or animal receiving care or other health-related services. | ||||||||||||||||||||||||||||
Short | Patient | ||||||||||||||||||||||||||||
Control | 0..* | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | SubjectOfCare Client Resident, Patient, nl-core-Patient | ||||||||||||||||||||||||||||
Invariants | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() )dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() )dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() ) | ||||||||||||||||||||||||||||
2. Patient.id | |||||||||||||||||||||||||||||
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | ||||||||||||||||||||||||||||
Short | Logical id of this artifact | ||||||||||||||||||||||||||||
Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | id | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
4. Patient.meta | |||||||||||||||||||||||||||||
Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | ||||||||||||||||||||||||||||
Short | Metadata about the resource | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | Meta | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
6. Patient.implicitRules | |||||||||||||||||||||||||||||
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||||||||||||||||||||||||||
Short | A set of rules under which this content was created | ||||||||||||||||||||||||||||
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
8. Patient.language | |||||||||||||||||||||||||||||
Definition | The base language in which the resource is written. | ||||||||||||||||||||||||||||
Short | Language of the resource content | ||||||||||||||||||||||||||||
Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Binding | The codes SHOULD be taken from CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages )A human language.
| ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
10. Patient.text | |||||||||||||||||||||||||||||
Definition | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. | ||||||||||||||||||||||||||||
Short | Text summary of the resource, for human interpretation | ||||||||||||||||||||||||||||
Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | Narrative | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | narrative, html, xhtml, display | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
12. Patient.contained | |||||||||||||||||||||||||||||
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||||||||||||||||||||||||||
Short | Contained, inline Resources | ||||||||||||||||||||||||||||
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||||||||||||||||||||||||||
Control | 0..* | ||||||||||||||||||||||||||||
Type | Resource | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | inline resources, anonymous resources, contained resources | ||||||||||||||||||||||||||||
14. Patient.extension | |||||||||||||||||||||||||||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. 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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
16. Patient.extension:nationality | |||||||||||||||||||||||||||||
Slice Name | nationality | ||||||||||||||||||||||||||||
Definition | The nationality of the patient. | ||||||||||||||||||||||||||||
Short | Nationality | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Patient Nationality) (Complex Extension) | ||||||||||||||||||||||||||||
Is Modifier | 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() ) | ||||||||||||||||||||||||||||
32. Patient.extension:resource-origin | |||||||||||||||||||||||||||||
Slice Name | resource-origin | ||||||||||||||||||||||||||||
Definition | Defines the author of the resource. | ||||||||||||||||||||||||||||
Short | Extension | ||||||||||||||||||||||||||||
Comments | Part of the authorisation model. Upon creation of the resource this extension is set to the device that created it. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | Extension(KT2_ResourceOrigin) (Extension Type: Reference(KT2_Device)) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
34. Patient.modifierExtension | |||||||||||||||||||||||||||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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). | ||||||||||||||||||||||||||||
Short | Extensions that cannot be ignored | ||||||||||||||||||||||||||||
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..* | ||||||||||||||||||||||||||||
Type | Extension | ||||||||||||||||||||||||||||
Is Modifier | true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.modifierExtension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
36. Patient.identifier | |||||||||||||||||||||||||||||
Definition | The patient’s identification number. In transfer situations, use of the social security number (BSN) must comply with the Use of Social Security Numbers in Healthcare Act (Wbsn-z). In other situations, other number systems can be used, such as internal hospital patient numbers for example. | ||||||||||||||||||||||||||||
Short | PatientIdentificationNumber | ||||||||||||||||||||||||||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||||||||||||||||||||||||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Identifier | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Patients are almost always assigned specific numerical identifiers. | ||||||||||||||||||||||||||||
Alternate Names | Identificatienummer | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.identifier . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
38. Patient.identifier:bsn | |||||||||||||||||||||||||||||
Slice Name | bsn | ||||||||||||||||||||||||||||
Definition | An identifier for this patient. | ||||||||||||||||||||||||||||
Short | An identifier for this patient | ||||||||||||||||||||||||||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Identifier | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Patients are almost always assigned specific numerical identifiers. | ||||||||||||||||||||||||||||
Pattern Value | { | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
40. Patient.active | |||||||||||||||||||||||||||||
Definition | Whether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules. It is often used to filter patient lists to exclude inactive patients Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death. | ||||||||||||||||||||||||||||
Short | Whether this patient's record is in active use | ||||||||||||||||||||||||||||
Comments | If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | boolean | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to be able to mark a patient record as not to be used because it was created in error. | ||||||||||||||||||||||||||||
Meaning if Missing | This resource is generally assumed to be active if no value is provided for the active element | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
42. Patient.name | |||||||||||||||||||||||||||||
Definition | Patient's full name. | ||||||||||||||||||||||||||||
Short | NameInformation / PayerName | ||||||||||||||||||||||||||||
Comments | A patient may have multiple names with different uses or applicable periods. For animals, the name is a "HumanName" in the sense that is assigned and used by humans and has the same patterns. | ||||||||||||||||||||||||||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | HumanName | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||||||||||||||||||||||||||
Alternate Names | Naamgegevens, BetalerNaam | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )kt2pnu-2: Patient name use must not be empty ( use.hasValue() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
44. Patient.name:nameInformation | |||||||||||||||||||||||||||||
Slice Name | nameInformation | ||||||||||||||||||||||||||||
Definition | This slice represents the person's official name information, including given names, last name and possibly the partner's last name. | ||||||||||||||||||||||||||||
Short | NameInformation | ||||||||||||||||||||||||||||
Comments | This Note 1: The zib cannot be represented straightforward in FHIR. Especially note the guidance on Note 2: This element should only contain a person's official names. The GivenName concept is represented in another Note 3: The examples illustrate how the zib is mapped to FHIR. | ||||||||||||||||||||||||||||
Control | 0..2 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | HumanName(nl core NameInformation) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||||||||||||||||||||||||||
Alternate Names | Naamgegevens, nl-core-NameInformation | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )zib-NameInformation-1: If a prefix for a family name is specified, the family name is expected as well ( family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').empty().not() )zib-NameInformation-2: If the prefix for a partner family name is specified, the partner family name is expected as well ( family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').empty().not() implies family.extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').empty().not() )nl-core-NameInformation-01: If parts of the name are specified using one or more of the structured elements, the `.text` element SHOULD be populated with a rendered version of the full name. This ensures compatibility with common FHIR usage. ( (family.exists() or given.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier').where(value != 'IN').exists()) implies text.hasValue() ) | ||||||||||||||||||||||||||||
46. Patient.name:nameInformation.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
48. Patient.name:nameInformation.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
50. Patient.name:nameInformation.extension:nameUsage | |||||||||||||||||||||||||||||
Slice Name | nameUsage | ||||||||||||||||||||||||||||
Definition | A code that represents the preferred display order of the components of this human name. | ||||||||||||||||||||||||||||
Short | Preferred display order of name parts | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Assembly Order) (Extension Type: code) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
52. Patient.name:nameInformation.extension:nameUsage.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
54. Patient.name:nameInformation.extension:nameUsage.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
56. Patient.name:nameInformation.extension:nameUsage.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-assembly-order | ||||||||||||||||||||||||||||
58. Patient.name:nameInformation.extension:nameUsage.value[x] | |||||||||||||||||||||||||||||
Definition | This concept indicates the last name or order of last names with which the person is to be addressed. | ||||||||||||||||||||||||||||
Short | NameUsage | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from HumanNameAssemblyOrder (required to http://hl7.org/fhir/ValueSet/name-assembly-order|4.0.1 )Use ConceptMap NaamgebruikCodelijst-to-HumanNameAssemblyOrder to translate terminology from the functional model to profile terminology in ValueSet HumanNameAssemblyOrder. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Naamgebruik | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
60. Patient.name:nameInformation.use | |||||||||||||||||||||||||||||
Definition | Identifies the purpose for this name. | ||||||||||||||||||||||||||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||||||||||||||||||||||||||
Comments | Applications can assume that a name is current unless it explicitly says that it is temporary or old. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from NameUse (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )The use of a human name. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows the appropriate name for a particular context of use to be selected from among a set of names. | ||||||||||||||||||||||||||||
Pattern Value | official | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
62. Patient.name:nameInformation.text | |||||||||||||||||||||||||||||
Definition | Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. | ||||||||||||||||||||||||||||
Short | Text representation of the full name | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: nl-core-NameInformation-01 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | A renderable, unencoded form. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
64. Patient.name:nameInformation.family | |||||||||||||||||||||||||||||
Definition | The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. | ||||||||||||||||||||||||||||
Short | Family name (often called 'Surname') | ||||||||||||||||||||||||||||
Comments | When implementing zib NameInformation, this representation should be constrcuted from the Prefix, LastName, PartnerPrefix and/or PartnerLastName concepts according to the NameUsage concept. | ||||||||||||||||||||||||||||
Control | 1..1 This element is affected by the following invariants: nl-core-NameInformation-01 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | surname | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )nl-core-NameInformation-02: If parts of the family name are specified using the extensions in .family, the .family element SHOULD be populated with the full family name as well. This ensures compatibility with common FHIR usage. ( (extension('http://hl7.org/fhir/StructureDefinition/humanname-own-prefix').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-own-name').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix').exists() or extension('http://hl7.org/fhir/StructureDefinition/humanname-partner-name').exists()) implies $this.hasValue() ) | ||||||||||||||||||||||||||||
66. Patient.name:nameInformation.family.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
68. Patient.name:nameInformation.family.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.family.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
70. Patient.name:nameInformation.family.extension:prefix | |||||||||||||||||||||||||||||
Slice Name | prefix | ||||||||||||||||||||||||||||
Definition | The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse. | ||||||||||||||||||||||||||||
Short | Voorvoegsel derived from person's own surname | ||||||||||||||||||||||||||||
Comments | An example of a voorvoegsel is the "van" in "Ludwig van Beethoven". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to specify it as a separate sub-component. | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Own Prefix) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
72. Patient.name:nameInformation.family.extension:prefix.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
74. Patient.name:nameInformation.family.extension:prefix.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
76. Patient.name:nameInformation.family.extension:prefix.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-own-prefix | ||||||||||||||||||||||||||||
78. Patient.name:nameInformation.family.extension:prefix.value[x] | |||||||||||||||||||||||||||||
Definition | Prefix to the person’s own last name. | ||||||||||||||||||||||||||||
Short | Prefix | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Voorvoegsels | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
80. Patient.name:nameInformation.family.extension:lastName | |||||||||||||||||||||||||||||
Slice Name | lastName | ||||||||||||||||||||||||||||
Definition | The portion of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse. | ||||||||||||||||||||||||||||
Short | Portion derived from person's own surname | ||||||||||||||||||||||||||||
Comments | If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's "maiden name". | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Own Name) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
82. Patient.name:nameInformation.family.extension:lastName.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
84. Patient.name:nameInformation.family.extension:lastName.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
86. Patient.name:nameInformation.family.extension:lastName.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-own-name | ||||||||||||||||||||||||||||
88. Patient.name:nameInformation.family.extension:lastName.value[x] | |||||||||||||||||||||||||||||
Definition | The person’s official last name | ||||||||||||||||||||||||||||
Short | LastName | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Achternaam | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
90. Patient.name:nameInformation.family.extension:partnerPrefix | |||||||||||||||||||||||||||||
Slice Name | partnerPrefix | ||||||||||||||||||||||||||||
Definition | The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own. | ||||||||||||||||||||||||||||
Short | Voorvoegsel derived from person's partner's surname | ||||||||||||||||||||||||||||
Comments | An example of a voorvoegsel is the "van" in "Ludwig van Beethoven". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to identify it as a separate sub-component. | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Partner Prefix) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
92. Patient.name:nameInformation.family.extension:partnerPrefix.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
94. Patient.name:nameInformation.family.extension:partnerPrefix.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
96. Patient.name:nameInformation.family.extension:partnerPrefix.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix | ||||||||||||||||||||||||||||
98. Patient.name:nameInformation.family.extension:partnerPrefix.value[x] | |||||||||||||||||||||||||||||
Definition | Prefix to the partner’s last name. | ||||||||||||||||||||||||||||
Short | PartnerPrefix | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | VoorvoegselsPartner | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
100. Patient.name:nameInformation.family.extension:partnerLastName | |||||||||||||||||||||||||||||
Slice Name | partnerLastName | ||||||||||||||||||||||||||||
Definition | The portion of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own name. | ||||||||||||||||||||||||||||
Short | Portion derived from person's partner's surname | ||||||||||||||||||||||||||||
Comments | If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's "maiden name". | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(Partner Name) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
102. Patient.name:nameInformation.family.extension:partnerLastName.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
104. Patient.name:nameInformation.family.extension:partnerLastName.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.family.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
106. Patient.name:nameInformation.family.extension:partnerLastName.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/humanname-partner-name | ||||||||||||||||||||||||||||
108. Patient.name:nameInformation.family.extension:partnerLastName.value[x] | |||||||||||||||||||||||||||||
Definition | Partner’s official last name. | ||||||||||||||||||||||||||||
Short | PartnerLastName | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | AchternaamPartner | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
110. Patient.name:nameInformation.family.value | |||||||||||||||||||||||||||||
Definition | Primitive value for string | ||||||||||||||||||||||||||||
Short | Primitive value for string | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
112. Patient.name:nameInformation.given | |||||||||||||||||||||||||||||
Definition | One of a person’s official first names or the initial if the full name is not known. | ||||||||||||||||||||||||||||
Short | FirstName / Initial | ||||||||||||||||||||||||||||
Comments | This element can be used to represent full given names or initials. Zib compatibilityTthis element is used to represent the FirstNames and Initials concepts of zib NameInformation, but the FHIR implementation deviates from the zib model. The zib defines these concepts as a list of official first names (as a single string) and a list of initials (as a single string), both optional. They both represent the official name(s) of a person and thus represent the same concept. In FHIR however, each first name is either a complete name or an initial, but not both. In addition, each name may be defined separately. Therefore, the zib concepts are implemented here in the following way:
Initials should thus not be communicated for each complete first name that is known, in contrast to what is specified by the zib. Receiving systems can recreate initials from the full names if needed. If a system does however only have a list of official first names and a separate list of official initials, without knowing the relationship between these two, only the full names SHOULD be communicated, while an additional Note 1: The GivenName concept should not be included here but in a separate Note 2: As specified by FHIR, multiple official first names MAY be combined in a single | ||||||||||||||||||||||||||||
Control | 1..* This element is affected by the following invariants: nl-core-NameInformation-01 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | first name, middle name, Voornaam, Initiaal | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
114. Patient.name:nameInformation.given.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
116. Patient.name:nameInformation.given.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. | ||||||||||||||||||||||||||||
Short | Additional 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 | 1..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.given.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
118. Patient.name:nameInformation.given.extension:givenOrInitial | |||||||||||||||||||||||||||||
Slice Name | givenOrInitial | ||||||||||||||||||||||||||||
Definition | A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. | ||||||||||||||||||||||||||||
Short | LS | AC | NB | PR | HON | BR | AD | SP | MID | CL | IN | VV | ||||||||||||||||||||||||||||
Comments | Used to indicate additional information about the name part and how it should be used. | ||||||||||||||||||||||||||||
Control | 1..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(EN Qualifier) (Extension Type: code) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
120. Patient.name:nameInformation.given.value | |||||||||||||||||||||||||||||
Definition | Primitive value for string | ||||||||||||||||||||||||||||
Short | Primitive value for string | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
122. Patient.name:nameInformation.prefix | |||||||||||||||||||||||||||||
Definition | Noble and scientific titles. These can assist in formulating oral and formal addresing titles. | ||||||||||||||||||||||||||||
Short | Titles | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..* | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | Titels | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
124. Patient.name:nameInformation.suffix | |||||||||||||||||||||||||||||
Definition | Noble and scientific titles. These can assist in formulating oral and formal addresing titles. | ||||||||||||||||||||||||||||
Short | Titles | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..* | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | Titels | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
126. Patient.name:nameInformation.period | |||||||||||||||||||||||||||||
Definition | Indicates the period of time when this name was valid for the named person. | ||||||||||||||||||||||||||||
Short | Time period when name was/is in use | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Period | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows names to be placed in historical context. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||||||||||||||||||||||||||
128. Patient.name:nameInformation-GivenName | |||||||||||||||||||||||||||||
Slice Name | nameInformation-GivenName | ||||||||||||||||||||||||||||
Definition | This slice represents the name information normally used to address the person. | ||||||||||||||||||||||||||||
Short | Name of a human - parts and usage | ||||||||||||||||||||||||||||
Comments | This Note 1: This element should only contain a person's unofficial name. The official names are represented in one or more other Note 2: The examples illustrate how the zib is mapped to FHIR. | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | HumanName(nl core NameInformation.GivenName) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to be able to track the patient by multiple names. Examples are your official name and a partner name. | ||||||||||||||||||||||||||||
Alternate Names | nl-core-NameInformation.GivenName | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
130. Patient.name:nameInformation-GivenName.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
132. Patient.name:nameInformation-GivenName.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.name.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
134. Patient.name:nameInformation-GivenName.use | |||||||||||||||||||||||||||||
Definition | Identifies the purpose for this name. | ||||||||||||||||||||||||||||
Short | usual | official | temp | nickname | anonymous | old | maiden | ||||||||||||||||||||||||||||
Comments | Applications can assume that a name is current unless it explicitly says that it is temporary or old. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from NameUse (required to http://hl7.org/fhir/ValueSet/name-use|4.0.1 )The use of a human name. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old name etc.for a current/permanent one | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows the appropriate name for a particular context of use to be selected from among a set of names. | ||||||||||||||||||||||||||||
Pattern Value | usual | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
136. Patient.name:nameInformation-GivenName.text | |||||||||||||||||||||||||||||
Definition | Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. | ||||||||||||||||||||||||||||
Short | Text representation of the full name | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | A renderable, unencoded form. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
138. Patient.name:nameInformation-GivenName.family | |||||||||||||||||||||||||||||
Definition | The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. | ||||||||||||||||||||||||||||
Short | Family name (often called 'Surname') | ||||||||||||||||||||||||||||
Comments | Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). | ||||||||||||||||||||||||||||
Control | 0..0 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | surname | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
140. Patient.name:nameInformation-GivenName.given | |||||||||||||||||||||||||||||
Definition | The name normally used to address the person. | ||||||||||||||||||||||||||||
Short | GivenName | ||||||||||||||||||||||||||||
Comments | If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. | ||||||||||||||||||||||||||||
Control | 1..* | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | first name, middle name, Roepnaam | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
142. Patient.name:nameInformation-GivenName.prefix | |||||||||||||||||||||||||||||
Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name. | ||||||||||||||||||||||||||||
Short | Parts that come before the name | ||||||||||||||||||||||||||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||||||||||||||||||||||||||
Control | 0..0 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
144. Patient.name:nameInformation-GivenName.suffix | |||||||||||||||||||||||||||||
Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name. | ||||||||||||||||||||||||||||
Short | Parts that come after the name | ||||||||||||||||||||||||||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||||||||||||||||||||||||||
Control | 0..0 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
146. Patient.name:nameInformation-GivenName.period | |||||||||||||||||||||||||||||
Definition | Indicates the period of time when this name was valid for the named person. | ||||||||||||||||||||||||||||
Short | Time period when name was/is in use | ||||||||||||||||||||||||||||
Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Period | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows names to be placed in historical context. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||||||||||||||||||||||||||
148. Patient.telecom | |||||||||||||||||||||||||||||
Definition | Patient’s telephone number(s) or e-mail address(es). | ||||||||||||||||||||||||||||
Short | ContactInformation | ||||||||||||||||||||||||||||
Comments | The cardinality mismatch between the zib ( | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | ContactPoint | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | People have (primary) ways to contact them in some way such as phone, email. | ||||||||||||||||||||||||||||
Alternate Names | Contactgegevens | ||||||||||||||||||||||||||||
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
150. Patient.telecom:telephoneNumbers | |||||||||||||||||||||||||||||
Slice Name | telephoneNumbers | ||||||||||||||||||||||||||||
Definition | Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. | ||||||||||||||||||||||||||||
Short | TelephoneNumbers | ||||||||||||||||||||||||||||
Comments | Implementation of the "TelephoneNumbers" concept of zib ContactInformation. Please note that, although the zib concepts TelecomType and NumberType are functionally equivalent to the FHIR concepts | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | ContactPoint(nl core ContactInformation TelephoneNumbers) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | People have (primary) ways to contact them in some way such as phone, email. | ||||||||||||||||||||||||||||
Alternate Names | Telefoonnummers, nl-core-ContactInformation-TelephoneNumbers | ||||||||||||||||||||||||||||
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
152. Patient.telecom:telephoneNumbers.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
154. Patient.telecom:telephoneNumbers.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
156. Patient.telecom:telephoneNumbers.extension:comment | |||||||||||||||||||||||||||||
Slice Name | comment | ||||||||||||||||||||||||||||
Definition | Optional Extension Element - found in all resources. | ||||||||||||||||||||||||||||
Short | Optional Extensions Element | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ext Comment) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
158. Patient.telecom:telephoneNumbers.extension:comment.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
160. Patient.telecom:telephoneNumbers.extension:comment.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
162. Patient.telecom:telephoneNumbers.extension:comment.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-Comment | ||||||||||||||||||||||||||||
164. Patient.telecom:telephoneNumbers.extension:comment.value[x] | |||||||||||||||||||||||||||||
Definition | Explanation about the telephone number and how to use it. It can be indicated, for example, that it is a department number (for healthcare professionnels) or that availability by phone is only possible during a specified part of the day. | ||||||||||||||||||||||||||||
Short | Comment | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
Alternate Names | Toelichting | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
166. Patient.telecom:telephoneNumbers.system | |||||||||||||||||||||||||||||
Definition | The telecom or device type that the telephone number is connected to. | ||||||||||||||||||||||||||||
Short | TelecomType | ||||||||||||||||||||||||||||
Control | 1..1 This element is affected by the following invariants: cpt-2 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from ContactPointSystem ValueSet for zib ContactInformation TelephoneNumbers (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersSystem )Use ConceptMap TelecomType-to-ContactInformation-TelephoneNumbersSystem to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersSystem. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | TelecomType | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
168. Patient.telecom:telephoneNumbers.system.id | |||||||||||||||||||||||||||||
Definition | unique id for the element within a resource (for internal references) | ||||||||||||||||||||||||||||
Short | xml:id (or equivalent in JSON) | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
170. Patient.telecom:telephoneNumbers.system.extension | |||||||||||||||||||||||||||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. 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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom.system.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
172. Patient.telecom:telephoneNumbers.system.extension:telecomType | |||||||||||||||||||||||||||||
Slice Name | telecomType | ||||||||||||||||||||||||||||
Definition | Optional Extension Element - found in all resources. | ||||||||||||||||||||||||||||
Short | Optional Extensions Element | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ext CodeSpecification) (Extension Type: CodeableConcept) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
174. Patient.telecom:telephoneNumbers.system.extension:telecomType.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
176. Patient.telecom:telephoneNumbers.system.extension:telecomType.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom.system.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
178. Patient.telecom:telephoneNumbers.system.extension:telecomType.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification | ||||||||||||||||||||||||||||
180. Patient.telecom:telephoneNumbers.system.extension:telecomType.value[x] | |||||||||||||||||||||||||||||
Definition | The telecom or device type that the telephone number is connected to. | ||||||||||||||||||||||||||||
Short | TelecomType | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from TelecomTypeCodelijst (required to http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.6.1--20200901000000 ) | ||||||||||||||||||||||||||||
Type | CodeableConcept | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
Alternate Names | TelecomType | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
182. Patient.telecom:telephoneNumbers.system.value | |||||||||||||||||||||||||||||
Definition | Primitive value for code | ||||||||||||||||||||||||||||
Short | Primitive value for code | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
184. Patient.telecom:telephoneNumbers.value | |||||||||||||||||||||||||||||
Definition | The person's telephone number. | ||||||||||||||||||||||||||||
Short | TelephoneNumber | ||||||||||||||||||||||||||||
Comments | Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to support legacy numbers that are not in a tightly controlled format. | ||||||||||||||||||||||||||||
Alternate Names | Telefoonnummer | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
186. Patient.telecom:telephoneNumbers.use | |||||||||||||||||||||||||||||
Definition | NumberType indicates whether the number is a landline, temporary, work telephone number. | ||||||||||||||||||||||||||||
Short | NumberType | ||||||||||||||||||||||||||||
Comments | Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from ContactPointUse ValueSet for zib ContactInformation TelephoneNumbers (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-TelephoneNumbersUse )Use ConceptMap NummerSoortCodelijst-to-ContactInformation-TelephoneNumbersUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-TelephoneNumbersUse. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||||||||||||||||||||||||||
Alternate Names | NummerSoort | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
188. Patient.telecom:telephoneNumbers.rank | |||||||||||||||||||||||||||||
Definition | Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values. | ||||||||||||||||||||||||||||
Short | Specify preferred order of use (1 = highest) | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | positiveInt | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
190. Patient.telecom:telephoneNumbers.period | |||||||||||||||||||||||||||||
Definition | Time period when the contact point was/is in use. | ||||||||||||||||||||||||||||
Short | Time period when the contact point was/is in use | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Period | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||||||||||||||||||||||||||
192. Patient.telecom:emailAddresses | |||||||||||||||||||||||||||||
Slice Name | emailAddresses | ||||||||||||||||||||||||||||
Definition | Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. | ||||||||||||||||||||||||||||
Short | EmailAddresses | ||||||||||||||||||||||||||||
Comments | Implementation of the "EmailAddresses" concept of zib ContactInformation. | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | ContactPoint(nl core ContactInformation EmailAddresses) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | People have (primary) ways to contact them in some way such as phone, email. | ||||||||||||||||||||||||||||
Alternate Names | EmailAdressen, nl-core-ContactInformation-EmailAddresses | ||||||||||||||||||||||||||||
Invariants | cpt-2: A system is required if a value is provided. (value.empty() or system.exists() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
194. Patient.telecom:emailAddresses.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
196. Patient.telecom:emailAddresses.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.telecom.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
198. Patient.telecom:emailAddresses.system | |||||||||||||||||||||||||||||
Definition | Telecommunications form for contact point - what communications system is required to make use of the contact. | ||||||||||||||||||||||||||||
Short | |||||||||||||||||||||||||||||
Control | 1..1 This element is affected by the following invariants: cpt-2 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from ContactPointSystem (required to http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1 )Telecommunications form for contact point. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Pattern Value | email | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
200. Patient.telecom:emailAddresses.value | |||||||||||||||||||||||||||||
Definition | The person's e-mail address | ||||||||||||||||||||||||||||
Short | EmailAddress | ||||||||||||||||||||||||||||
Comments | Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to support legacy numbers that are not in a tightly controlled format. | ||||||||||||||||||||||||||||
Alternate Names | EmailAdres | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
202. Patient.telecom:emailAddresses.use | |||||||||||||||||||||||||||||
Definition | EmailAddressType indicates whether it is a private or business e-mail address. | ||||||||||||||||||||||||||||
Short | EmailAddressType | ||||||||||||||||||||||||||||
Comments | Applications can assume that a contact is current unless it explicitly says that it is temporary or old. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from ContactPointUse ValueSet for zib ContactInformation EmailAddress (required to http://nictiz.nl/fhir/ValueSet/ContactInformation-EmailAddressesUse )Use ConceptMap EmailSoortCodelijst-to-ContactInformation-EmailAddressesUse to translate terminology from the functional model to profile terminology in ValueSet ContactInformation-EmailAddressesUse. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose. | ||||||||||||||||||||||||||||
Alternate Names | EmailSoort | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
204. Patient.telecom:emailAddresses.rank | |||||||||||||||||||||||||||||
Definition | Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values. | ||||||||||||||||||||||||||||
Short | Specify preferred order of use (1 = highest) | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | positiveInt | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
206. Patient.telecom:emailAddresses.period | |||||||||||||||||||||||||||||
Definition | Time period when the contact point was/is in use. | ||||||||||||||||||||||||||||
Short | Time period when the contact point was/is in use | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Period | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||||||||||||||||||||||||||
208. Patient.gender | |||||||||||||||||||||||||||||
Definition | Patient’s administrative gender. | ||||||||||||||||||||||||||||
Short | Gender | ||||||||||||||||||||||||||||
Comments | The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a "hard" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from AdministrativeGender (required to http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1 )Use ConceptMap GeslachtCodelijst-to-AdministrativeGender to translate terminology from the functional model to profile terminology in ValueSet AdministrativeGender. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Needed for identification of the individual, in combination with (at least) name and birth date. | ||||||||||||||||||||||||||||
Alternate Names | Geslacht | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
210. Patient.gender.id | |||||||||||||||||||||||||||||
Definition | unique id for the element within a resource (for internal references) | ||||||||||||||||||||||||||||
Short | xml:id (or equivalent in JSON) | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
212. Patient.gender.extension | |||||||||||||||||||||||||||||
Definition | May be used to represent additional information that is not part of the basic definition of the resource. 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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.gender.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
214. Patient.gender.extension:genderCodelist | |||||||||||||||||||||||||||||
Slice Name | genderCodelist | ||||||||||||||||||||||||||||
Definition | Optional Extension Element - found in all resources. | ||||||||||||||||||||||||||||
Short | Optional Extensions Element | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ext CodeSpecification) (Extension Type: CodeableConcept) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
216. Patient.gender.extension:genderCodelist.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
218. Patient.gender.extension:genderCodelist.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.gender.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
220. Patient.gender.extension:genderCodelist.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification | ||||||||||||||||||||||||||||
222. Patient.gender.extension:genderCodelist.value[x] | |||||||||||||||||||||||||||||
Definition | Patient’s administrative gender. | ||||||||||||||||||||||||||||
Short | Gender | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from GeslachtCodelijst (required to http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.0.1.1--20200901000000 )GeslachtCodelijst | ||||||||||||||||||||||||||||
Type | CodeableConcept | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
Alternate Names | Geslacht | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
224. Patient.gender.value | |||||||||||||||||||||||||||||
Definition | Primitive value for code | ||||||||||||||||||||||||||||
Short | Primitive value for code | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
226. Patient.birthDate | |||||||||||||||||||||||||||||
Definition | Patient’s date of birth. The date of birth is mandatory for a patient. A vague date (such as only the year) is permitted. | ||||||||||||||||||||||||||||
Short | DateOfBirth | ||||||||||||||||||||||||||||
Comments | At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension "patient-birthTime" available that should be used where Time is required (such as in maternity/infant care systems). | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | date | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Age of the individual drives many clinical processes. | ||||||||||||||||||||||||||||
Alternate Names | Geboortedatum | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
228. Patient.deceased[x] | |||||||||||||||||||||||||||||
Definition | Indicates if the individual is deceased or not. | ||||||||||||||||||||||||||||
Short | Indicates if the individual is deceased or not | ||||||||||||||||||||||||||||
Comments | If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.deceased[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
230. Patient.deceased[x]:deceasedBoolean | |||||||||||||||||||||||||||||
Slice Name | deceasedBoolean | ||||||||||||||||||||||||||||
Definition | An indication stating whether the patient has died. | ||||||||||||||||||||||||||||
Short | DeathIndicator | ||||||||||||||||||||||||||||
Comments | If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | boolean | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. | ||||||||||||||||||||||||||||
Alternate Names | OverlijdensIndicator | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
232. Patient.deceased[x]:deceasedDateTime | |||||||||||||||||||||||||||||
Slice Name | deceasedDateTime | ||||||||||||||||||||||||||||
Definition | The date on which the patient died. A ‘vague’ date, such as only the year, is permitted. | ||||||||||||||||||||||||||||
Short | DateOfDeath | ||||||||||||||||||||||||||||
Comments | The zib recognizes both the DeathIndicator (boolean) and DateOfDeath (datetime) concepts, whereas in FHIR only one of these concepts may be present. Therefore, if deceasedDateTime is present and has a value, its value can be mapped to DateOfDeath and DeathIndicator is assumed to be true. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | dateTime | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different. | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive. | ||||||||||||||||||||||||||||
Alternate Names | DatumOverlijden, OverlijdensIndicator | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
234. Patient.address | |||||||||||||||||||||||||||||
Definition | An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. | ||||||||||||||||||||||||||||
Short | AddressInformation | ||||||||||||||||||||||||||||
Comments | This datatype defines a common basis for expressing all addresses around the world, but adds extensions to express Dutch addresses specifically, according to the zib AddressInformation v1.1 (2020). A Dutch Address still is a proper FHIR Address, which means that systems that cannot interpret the extensions will still be able to render and work with this datatype. To have true compatibility an implementer SHOULD use the core Address parts as intended. To have addresses work for Dutch context, the implementer SHOULD in addition use the extension elements. Separate address parts The first addition is that Dutch addresses make certain address parts separately communicable. These parts are required for use in true Dutch systems when dealing with Dutch addresses, but may not have value for international systems when information gets sent abroad. Custom address types The second addition is that the zib defines its own ValueSet for address types, which can only be partially expressed using the FHIR Address datatype and requires a mapping to multiple elements. The table below explains how the zib concepts are mapped to the various FHIR elements (see the ConceptMaps http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressUse and http://nictiz.nl/fhir/ConceptMap/AdresSoortCodelijst-to-AddressType as well). The code from the zib should also be included using the extension on
If Note: FHIR core defines the AD-use extension to further specify the postal address type. However, the ValueSet used in that extension doesn't completely match the zib ValueSet. Therefore, a custom extension has been made. This doesn't preclude the use of the AD-use extension. | ||||||||||||||||||||||||||||
Control | 0..* This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Address(nl core AddressInformation) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification. | ||||||||||||||||||||||||||||
Alternate Names | Adresgegevens, nl-core-AddressInformation | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
236. Patient.address.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
238. Patient.address.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
240. Patient.address.extension:addressType | |||||||||||||||||||||||||||||
Slice Name | addressType | ||||||||||||||||||||||||||||
Definition | Optional Extension Element - found in all resources. | ||||||||||||||||||||||||||||
Short | Optional Extensions Element | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ext AddressInformation.AddressType) (Extension Type: CodeableConcept) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
242. Patient.address.use | |||||||||||||||||||||||||||||
Definition | The type of address in question, such as a home address or mailing address. | ||||||||||||||||||||||||||||
Short | AddressType | ||||||||||||||||||||||||||||
Comments | Applications can assume that an address is current unless it explicitly says that it is temporary or old. | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from AddressUse (required to http://hl7.org/fhir/ValueSet/address-use|4.0.1 )Use ConceptMap AdresSoortCodelijst-to-AddressUse to translate terminology from the functional model to profile terminology in ValueSet AddressUse. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | true because This is labeled as "Is Modifier" because applications should not mistake a temporary or old address etc.for a current/permanent one | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows an appropriate address to be chosen from a list of many. | ||||||||||||||||||||||||||||
Alternate Names | AdresSoort | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:home | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
244. Patient.address.type | |||||||||||||||||||||||||||||
Definition | The type of address in question, such as a home address or mailing address. | ||||||||||||||||||||||||||||
Short | AddressType | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from AddressType (required to http://hl7.org/fhir/ValueSet/address-type|4.0.1 )Use ConceptMap AdresSoortCodelijst-to-AddressType to translate terminology from the functional model to profile terminology in ValueSet AddressType. | ||||||||||||||||||||||||||||
Type | code | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | AdresSoort | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:both | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
246. Patient.address.text | |||||||||||||||||||||||||||||
Definition | Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts. | ||||||||||||||||||||||||||||
Short | Text representation of the address | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | A renderable, unencoded form. | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:137 Nowhere Street, Erewhon 9132 | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
248. Patient.address.line | |||||||||||||||||||||||||||||
Definition | This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information. | ||||||||||||||||||||||||||||
Short | Street name, number, direction & P.O. Box etc. | ||||||||||||||||||||||||||||
Comments | The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. The elements of Address stored in the address-part extensions will be ignored by applications that do not support them, so any information in them should also be duplicated in the | ||||||||||||||||||||||||||||
Control | 0..* | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:137 Nowhere Street | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
250. Patient.address.line.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
252. Patient.address.line.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
254. Patient.address.line.extension:streetName | |||||||||||||||||||||||||||||
Slice Name | streetName | ||||||||||||||||||||||||||||
Definition | streetName. | ||||||||||||||||||||||||||||
Short | streetName | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ADXP Street Name) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
256. Patient.address.line.extension:streetName.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
258. Patient.address.line.extension:streetName.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
260. Patient.address.line.extension:streetName.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName | ||||||||||||||||||||||||||||
262. Patient.address.line.extension:streetName.value[x] | |||||||||||||||||||||||||||||
Definition | Street name of the address. | ||||||||||||||||||||||||||||
Short | Street | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Straat | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
264. Patient.address.line.extension:houseNumber | |||||||||||||||||||||||||||||
Slice Name | houseNumber | ||||||||||||||||||||||||||||
Definition | The number of a building, house or lot alongside the street. Also known as "primary street number". This does not number the street but rather the building. | ||||||||||||||||||||||||||||
Short | houseNumber | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ADXP House Number) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
266. Patient.address.line.extension:houseNumber.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
268. Patient.address.line.extension:houseNumber.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
270. Patient.address.line.extension:houseNumber.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber | ||||||||||||||||||||||||||||
272. Patient.address.line.extension:houseNumber.value[x] | |||||||||||||||||||||||||||||
Definition | House number of the address. | ||||||||||||||||||||||||||||
Short | HouseNumber | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Huisnummer | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
274. Patient.address.line.extension:houseNumberLetter-houseNumberAddition | |||||||||||||||||||||||||||||
Slice Name | houseNumberLetter-houseNumberAddition | ||||||||||||||||||||||||||||
Definition | Any alphabetic character, fraction or other text that may appear after the numeric portion of a building number. | ||||||||||||||||||||||||||||
Short | buildingNumberSuffix | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ADXP Building Number Suffix) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
276. Patient.address.line.extension:houseNumberLetter-houseNumberAddition.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
278. Patient.address.line.extension:houseNumberLetter-houseNumberAddition.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
280. Patient.address.line.extension:houseNumberLetter-houseNumberAddition.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix | ||||||||||||||||||||||||||||
282. Patient.address.line.extension:houseNumberLetter-houseNumberAddition.value[x] | |||||||||||||||||||||||||||||
Definition | Export:
Import
Note: While a leading space is allowed in string values in FHIR, the parsing of such space cannot be guaranteed in XML representations. Although aware of this issue, this mapping is not changed because of compatibility reasons. If an implementer cannot parse a leading space, the practical risk of mapping a HouseNumberIndication to a HouseNumberAddition is deemed insignificant. | ||||||||||||||||||||||||||||
Short | HouseNumberLetter / HouseNumberAddition | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | Huisnummerletter, Huisnummertoevoeging | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
284. Patient.address.line.extension:houseNumberIndication | |||||||||||||||||||||||||||||
Slice Name | houseNumberIndication | ||||||||||||||||||||||||||||
Definition | This can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., "3rd floor, Appt. 342"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch "t.o." means "opposite to" for house boats located across the street facing houses). | ||||||||||||||||||||||||||||
Short | additionalLocator | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ADXP Additional Locator) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
286. Patient.address.line.extension:houseNumberIndication.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
288. Patient.address.line.extension:houseNumberIndication.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
290. Patient.address.line.extension:houseNumberIndication.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator | ||||||||||||||||||||||||||||
292. Patient.address.line.extension:houseNumberIndication.value[x] | |||||||||||||||||||||||||||||
Definition | The indication used for addresses which do not consist of the usual street name and house number. | ||||||||||||||||||||||||||||
Short | HouseNumberIndication | ||||||||||||||||||||||||||||
Comments | The mapping of zib AddressInformation on the FHIR Address datatype is the result of compatibility with HL7v3, which is the format that a lot of healthcare data in the Netherlands is stored in. As a result of this, the coded zib HouseNumberIndication concept (CD datatype) is mapped to a FHIR string datatype with a constraint added (the value can only be 'by' or 'to'). | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | AanduidingBijNummer | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )houseNumberIndication: Must have value 'by' or 'to' ( $this in ('by' | 'to') ) | ||||||||||||||||||||||||||||
294. Patient.address.line.extension:additionalInformation | |||||||||||||||||||||||||||||
Slice Name | additionalInformation | ||||||||||||||||||||||||||||
Definition | The number or name of a specific unit contained within a building or complex, as assigned by that building or complex. | ||||||||||||||||||||||||||||
Short | unitID | ||||||||||||||||||||||||||||
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..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ADXP Unit ID) (Extension Type: string) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Standard Status | Normative (from Normative) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
296. Patient.address.line.extension:additionalInformation.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
298. Patient.address.line.extension:additionalInformation.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. | ||||||||||||||||||||||||||||
Short | Additional 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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.line.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
300. Patient.address.line.extension:additionalInformation.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Fixed Value | http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID | ||||||||||||||||||||||||||||
302. Patient.address.line.extension:additionalInformation.value[x] | |||||||||||||||||||||||||||||
Definition | Extra information such as the building name, building number, entrance, route number. | ||||||||||||||||||||||||||||
Short | AdditionalInformation | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
Alternate Names | AdditioneleInformatie | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
304. Patient.address.line.value | |||||||||||||||||||||||||||||
Definition | Primitive value for string | ||||||||||||||||||||||||||||
Short | Primitive value for string | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
306. Patient.address.city | |||||||||||||||||||||||||||||
Definition | A geographically determined area which forms part of the municipal area. For Dutch places of residence, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14). | ||||||||||||||||||||||||||||
Short | PlaceOfResidence | ||||||||||||||||||||||||||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | Municpality, Woonplaats | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:Erewhon | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
308. Patient.address.district | |||||||||||||||||||||||||||||
Definition | Municipality of residence. For Dutch municipalities, preferably use the name from the GBA, table 33 (OID: 2.16.840.1.113883.2.4.6.14). | ||||||||||||||||||||||||||||
Short | Municipality | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | County, Gemeente | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:Madison | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
310. Patient.address.state | |||||||||||||||||||||||||||||
Definition | Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes). | ||||||||||||||||||||||||||||
Short | Sub-unit of country (abbreviations ok) | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | Province, Territory | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
312. Patient.address.postalCode | |||||||||||||||||||||||||||||
Definition | Postcode of the address. In Dutch addresses, preferably use the postcode from the Postcode table (OID: 2.16.840.1.113883.2.4.4.15). | ||||||||||||||||||||||||||||
Short | Postcode | ||||||||||||||||||||||||||||
Comments | Note that FHIR strings SHALL NOT exceed 1MB in size | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Alternate Names | Zip, Postcode | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:9132 | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
314. Patient.address.country | |||||||||||||||||||||||||||||
Definition | Country - a nation as commonly understood or generally accepted. | ||||||||||||||||||||||||||||
Short | Country (e.g. can be ISO 3166 2 or 3 letter code) | ||||||||||||||||||||||||||||
Comments | The FHIR datatype does not properly support coding the country using a CodeableConcept or Coding datatype. If the sender supports coded countries, it SHALL send the coded value using the ext-CodeSpecification extension under | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
316. Patient.address.country.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
318. Patient.address.country.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. | ||||||||||||||||||||||||||||
Short | Additional 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..* | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.country.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
320. Patient.address.country.extension:countryCode | |||||||||||||||||||||||||||||
Slice Name | countryCode | ||||||||||||||||||||||||||||
Definition | Optional Extension Element - found in all resources. | ||||||||||||||||||||||||||||
Short | Optional Extensions Element | ||||||||||||||||||||||||||||
Comments | See Koppeltaal Implementation Guide for more information. | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Extension(ext CodeSpecification) (Extension Type: CodeableConcept) | ||||||||||||||||||||||||||||
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() ) | ||||||||||||||||||||||||||||
322. Patient.address.country.extension:countryCode.id | |||||||||||||||||||||||||||||
Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||||||||||||||||||||||||||
Short | Unique id for inter-element referencing | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Summary | false | ||||||||||||||||||||||||||||
324. Patient.address.country.extension:countryCode.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() ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.address.country.extension.extension . The slices areUnordered and Open, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
326. Patient.address.country.extension:countryCode.url | |||||||||||||||||||||||||||||
Definition | Source of the definition for the extension code - a logical name or a URL. | ||||||||||||||||||||||||||||
Short | identifies the meaning of the extension | ||||||||||||||||||||||||||||
Comments | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||||||||||||||||||||||||||
Control | 1..1 | ||||||||||||||||||||||||||||
Type | uri | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Fixed Value | http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification | ||||||||||||||||||||||||||||
328. Patient.address.country.extension:countryCode.value[x] | |||||||||||||||||||||||||||||
Definition | Country in which the address is located. | ||||||||||||||||||||||||||||
Short | Country | ||||||||||||||||||||||||||||
Comments | See Koppeltaal Implementation Guide for more information. | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from LandCodelijsten (required to http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.10--20200901000000 ) | ||||||||||||||||||||||||||||
Type | CodeableConcept | ||||||||||||||||||||||||||||
[x] Note | SeeChoice of Data Typesfor further information about how to use [x] | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Alternate Names | Land | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
330. Patient.address.country.value | |||||||||||||||||||||||||||||
Definition | Primitive value for string | ||||||||||||||||||||||||||||
Short | Primitive value for string | ||||||||||||||||||||||||||||
Control | 0..1 | ||||||||||||||||||||||||||||
Type | string | ||||||||||||||||||||||||||||
XML Format | In the XML format, this property is represented as an attribute. | ||||||||||||||||||||||||||||
Max Length: | 1048576 | ||||||||||||||||||||||||||||
332. Patient.address.period | |||||||||||||||||||||||||||||
Definition | Time period when address was/is in use. | ||||||||||||||||||||||||||||
Short | Time period when address was/is in use | ||||||||||||||||||||||||||||
Comments | This element is not used in the context of Koppeltaal 2.0 | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Period | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Allows addresses to be placed in historical context. | ||||||||||||||||||||||||||||
Example | <br/><b>General</b>:{ "start" : "2010-03-23", "end" : "2010-07-01" } | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )per-1: If present, start SHALL have a lower value than end ( start.hasValue().not() or end.hasValue().not() or (start <= end) ) | ||||||||||||||||||||||||||||
334. Patient.maritalStatus | |||||||||||||||||||||||||||||
Definition | A person’s marital status according to the terms and definition in the Dutch civil code. | ||||||||||||||||||||||||||||
Short | MaritalStatus | ||||||||||||||||||||||||||||
Comments | Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Binding | The codes SHALL be taken from BurgerlijkeStaatCodelijst (required to http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.9.1--20200901000000 )BurgerlijkeStaatCodelijst | ||||||||||||||||||||||||||||
Type | CodeableConcept | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Requirements | Most, if not all systems capture it. | ||||||||||||||||||||||||||||
Alternate Names | BurgerlijkeStaat | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
336. Patient.multipleBirth[x] | |||||||||||||||||||||||||||||
Definition | Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). | ||||||||||||||||||||||||||||
Short | Whether patient is part of a multiple birth | ||||||||||||||||||||||||||||
Comments | Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated). | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | integer | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Requirements | For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
Slicing | This element introduces a set of slices on Patient.multipleBirth[x] . The slices areUnordered and Closed, and can be differentiated using the following discriminators: | ||||||||||||||||||||||||||||
338. Patient.multipleBirth[x]:multipleBirthBoolean | |||||||||||||||||||||||||||||
Slice Name | multipleBirthBoolean | ||||||||||||||||||||||||||||
Definition | An indication stating whether the patient is of a multiple birth. | ||||||||||||||||||||||||||||
Short | MultipleBirthIndicator | ||||||||||||||||||||||||||||
Comments | Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated). | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | boolean | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Primitive Value | This primitive element may be present, or absent, or replaced by an extension | ||||||||||||||||||||||||||||
Requirements | For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs. | ||||||||||||||||||||||||||||
Alternate Names | MeerlingIndicator | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
340. Patient.photo | |||||||||||||||||||||||||||||
Definition | Image of the patient. | ||||||||||||||||||||||||||||
Short | Image of the patient | ||||||||||||||||||||||||||||
Comments | Guidelines:
| ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Attachment | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Requirements | Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too. | ||||||||||||||||||||||||||||
Invariants | att-1: If the Attachment has data, it SHALL have a contentType (data.empty() or contentType.exists() )ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
342. Patient.contact | |||||||||||||||||||||||||||||
Definition | A contact party (e.g. guardian, partner, friend) for the patient. | ||||||||||||||||||||||||||||
Short | Contact | ||||||||||||||||||||||||||||
Comments | Whereas the zib ContactPerson includes all (non-healthcare professional) persons that are involved in the care for a patient, FHIR distinguishes two use cases for these persons:
If a person is both a related person and a contact person, then some data duplication is inevitable. The nl-core-ContactPerson can be referenced using the extension in | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | BackboneElement | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Requirements | Need to track people you can contact about the patient. | ||||||||||||||||||||||||||||
Alternate Names | Contactpersoon | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )pat-1: SHALL at least contain a contact's details or a reference to an organization ( name.exists() or telecom.exists() or address.exists() or organization.exists() ) | ||||||||||||||||||||||||||||
363. Patient.communication | |||||||||||||||||||||||||||||
Definition | A language which may be used to communicate with the patient about his or her health. | ||||||||||||||||||||||||||||
Short | LanguageProficiency | ||||||||||||||||||||||||||||
Comments | If no language is specified, this implies that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | BackboneElement | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Requirements | If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest. | ||||||||||||||||||||||||||||
Alternate Names | Taalvaardigheid | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) | ||||||||||||||||||||||||||||
391. Patient.generalPractitioner | |||||||||||||||||||||||||||||
Definition | A reference from one resource to another. | ||||||||||||||||||||||||||||
Short | A reference from one resource to another | ||||||||||||||||||||||||||||
Comments | Each occurrence of the zib HealthProfessional is normally represented by two FHIR resources: a PractitionerRole resource (instance of nl-core-HealthProfessional-PractitionerRole) and a Practitioner resource (instance of nl-core-HealthProfessional-Practitioner). The Practitioner resource is referenced from the PractitionerRole instance. For this reason, sending systems should fill the reference to the PractitionerRole instance here, and not the Practitioner resource. Receiving systems can then retrieve the reference to the Practitioner resource from that PractitionerRole instance. In rare circumstances, there is only a Practitioner instance, in which case it is that instance which will be referenced here. However, since this should be the exception, the nl-core-HealthProfessional-Practitioner profile is not explicitly mentioned as a target profile. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Reference(Reference)(Organization, Practitioner, PractitionerRole, nl core HealthProfessional PractitionerRole) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Alternate Names | careProvider | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||||||||||||||||||||||||||
393. Patient.managingOrganization | |||||||||||||||||||||||||||||
Definition | Organization that is the custodian of the patient record. | ||||||||||||||||||||||||||||
Short | Organization that is the custodian of the patient record | ||||||||||||||||||||||||||||
Comments | There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association). | ||||||||||||||||||||||||||||
Control | 0..1 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | Reference(KT2_Organization) | ||||||||||||||||||||||||||||
Is Modifier | false | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | Need to know who recognizes this patient record, manages and updates it. | ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ref-1: SHALL have a contained resource if a local reference is provided ( reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) ) | ||||||||||||||||||||||||||||
395. Patient.link | |||||||||||||||||||||||||||||
Definition | Link to another patient resource that concerns the same actual patient. | ||||||||||||||||||||||||||||
Short | Link to another patient resource that concerns the same actual person | ||||||||||||||||||||||||||||
Comments | There is no assumption that linked patient records have mutual links. | ||||||||||||||||||||||||||||
Control | 0..0 This element is affected by the following invariants: ele-1 | ||||||||||||||||||||||||||||
Type | BackboneElement | ||||||||||||||||||||||||||||
Is Modifier | true because This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by' | ||||||||||||||||||||||||||||
Summary | true | ||||||||||||||||||||||||||||
Requirements | There are multiple use cases:
| ||||||||||||||||||||||||||||
Invariants | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |