IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot
Publication Build: This will be filled in by the publication tooling
Official URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-individual-healthcare-identifier | Version: 1.0.0-ballot | |||
Standards status: Trial-use | Maturity Level: 3 | Computable Name: IECoreIndividualHealthcareIdentifier | ||
Other Identifiers: OID:1.3.6.1.4.1.54392.5.2690.42.77 | ||||
Copyright/Legal: iEHR.ai, all rights reserved Creative Commons License |
This identifier profile defines an Individual Healthcare Identifier (IHI) in an Irish context (see Individual Health Identifier (IHI) )
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ele-1: All FHIR elements must have a @value or children ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. ele-1: All FHIR elements must have a @value or children Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value ele-1: All FHIR elements must have a @value or children Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi |
![]() ![]() ![]() |
ΣC | 1..1 | string | IHI ele-1: All FHIR elements must have a @value or children Example General: 123456 Max Length:18 |
![]() |
Path | Conformance | ValueSet / Code | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Pattern: NIhttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date | |
![]() ![]() ![]() |
1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() |
1..1 | uri | The namespace for the identifier value Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi | |
![]() ![]() ![]() |
C | 1..1 | string | IHI Max Length:18 |
![]() |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi |
![]() ![]() ![]() |
ΣC | 1..1 | string | IHI Example General: 123456 Max Length:18 |
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
![]() |
Path | Conformance | ValueSet / Code | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Pattern: NIhttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
This structure is derived from Identifier
Summary
Mandatory: 3 elements
Fixed: 1 element
Extensions
This structure refers to these extensions:
Maturity: 3
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ele-1: All FHIR elements must have a @value or children ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. ele-1: All FHIR elements must have a @value or children Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value ele-1: All FHIR elements must have a @value or children Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi |
![]() ![]() ![]() |
ΣC | 1..1 | string | IHI ele-1: All FHIR elements must have a @value or children Example General: 123456 Max Length:18 |
![]() |
Path | Conformance | ValueSet / Code | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Pattern: NIhttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
Differential View
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date | |
![]() ![]() ![]() |
1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following | |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() |
1..1 | uri | The namespace for the identifier value Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi | |
![]() ![]() ![]() |
C | 1..1 | string | IHI Max Length:18 |
![]() |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Identifier | Individual Healthcare Identifier (IHI) ie-core-ihi-0: IHI shall be an exactly 18 digit number ie-core-ihi-1: IHI shall pass the position 17 modulus 11 check digit ie-core-ihi-2: IHI shall pass the position 18 GS1 check digit |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-status Binding: IE Core Individual Healthcare Identifier Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | Coding | IHI record status URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-record-status Binding: IE Core Individual Healthcare Identifier Record Status (required) | |
![]() ![]() ![]() ![]() |
0..1 | dateTime | IHI Verification Date URL: http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-ihi-verified-date | |
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . |
![]() ![]() ![]() |
Σ | 1..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NI | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Representation defined by the system | |
![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() |
Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: http://iehr.ai/fhir/sid/ie/hse/ihi |
![]() ![]() ![]() |
ΣC | 1..1 | string | IHI Example General: 123456 Max Length:18 |
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) |
![]() |
Path | Conformance | ValueSet / Code | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Pattern: NIhttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ie-core-ihi-0 | error | Identifier | IHI shall be an exactly 18 digit number : value.matches('^([0-9]{18})$') | |
ie-core-ihi-1 | error | Identifier | IHI shall pass the position 17 modulus 11 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*17))+ (select(value.substring(1,1).toInteger()).select($this*16))+ (select(value.substring(2,1).toInteger()).select($this*15))+ (select(value.substring(3,1).toInteger()).select($this*14))+ (select(value.substring(4,1).toInteger()).select($this*13))+ (select(value.substring(5,1).toInteger()).select($this*12))+ (select(value.substring(6,1).toInteger()).select($this*11))+ (select(value.substring(7,1).toInteger()).select($this*10))+ (select(value.substring(8,1).toInteger()).select($this*9))+ (select(value.substring(9,1).toInteger()).select($this*8))+ (select(value.substring(10,1).toInteger()).select($this*7))+ (select(value.substring(11,1).toInteger()).select($this*6))+ (select(value.substring(12,1).toInteger()).select($this*5))+ (select(value.substring(13,1).toInteger()).select($this*4))+ (select(value.substring(14,1).toInteger()).select($this*3))+ (select(value.substring(15,1).toInteger()).select($this*2))+ (select(value.substring(16,1).toInteger()).select($this)) )mod 11=0 ) | |
ie-core-ihi-2 | error | Identifier | IHI shall pass the position 18 GS1 check digit : ( ( (select(value.substring(0,1).toInteger()).select($this*3))+ (value.substring(1,1).toInteger())+ (select(value.substring(2,1).toInteger()).select($this*3))+ (value.substring(3,1).toInteger())+ (select(value.substring(4,1).toInteger()).select($this*3))+ (value.substring(5,1).toInteger())+ (select(value.substring(6,1).toInteger()).select($this*3))+ (value.substring(7,1).toInteger())+ (select(value.substring(8,1).toInteger()).select($this*3))+ (value.substring(9,1).toInteger())+ (select(value.substring(10,1).toInteger()).select($this*3))+ (value.substring(11,1).toInteger())+ (select(value.substring(12,1).toInteger()).select($this*3))+ (value.substring(13,1).toInteger())+ (select(value.substring(14,1).toInteger()).select($this*3))+ (value.substring(15,1).toInteger())+ (select(value.substring(16,1).toInteger()).select($this*3))+ (value.substring(17,1).toInteger()) )mod 10=0 ) |
This structure is derived from Identifier
Summary
Mandatory: 3 elements
Fixed: 1 element
Extensions
This structure refers to these extensions:
Maturity: 3
Other representations of profile: CSV, Excel, Schematron