The official URL for this profile is:
http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-dk-crn-identifier
This structure holds the danish civil registration number (CRN) identifier
This profile builds on Identifier.
This profile was published on Fri May 22 12:11:22 UTC 2020 as a draft by ehealth.sundhed.dk.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Identifier
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | Identifier | An identifier intended for computation | |
use | 0..1 | code | usual | official | temp | secondary (If known) Fixed Value: official | |
system | 1..1 | uri | The namespace for the identifier value Fixed Value: urn:oid:1.2.208.176.1.2 | |
value | I | 1..1 | string | The value that is unique crn: Requirement of danish civil registration numbers |
assigner | 0..1 | Reference(Organization) {r} | Organization that issued id (may be just text) | |
Documentation for this format |
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | I | 0..* | Identifier | An identifier intended for computation |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations Slice: Unordered, Open by value:url | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary (If known) Binding: IdentifierUse (required) Fixed Value: official |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) |
system | Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: urn:oid:1.2.208.176.1.2 |
value | ΣI | 1..1 | string | The value that is unique crn: Requirement of danish civil registration numbers Example General: 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) {r} | Organization that issued id (may be just text) |
Documentation for this format |
This structure is derived from Identifier
Differential View
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | Identifier | An identifier intended for computation | |
use | 0..1 | code | usual | official | temp | secondary (If known) Fixed Value: official | |
system | 1..1 | uri | The namespace for the identifier value Fixed Value: urn:oid:1.2.208.176.1.2 | |
value | I | 1..1 | string | The value that is unique crn: Requirement of danish civil registration numbers |
assigner | 0..1 | Reference(Organization) {r} | Organization that issued id (may be just text) | |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | I | 0..* | Identifier | An identifier intended for computation |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations Slice: Unordered, Open by value:url | |
use | ?!Σ | 0..1 | code | usual | official | temp | secondary (If known) Binding: IdentifierUse (required) Fixed Value: official |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible) |
system | Σ | 1..1 | uri | The namespace for the identifier value Fixed Value: urn:oid:1.2.208.176.1.2 |
value | ΣI | 1..1 | string | The value that is unique crn: Requirement of danish civil registration numbers Example General: 123456 |
period | Σ | 0..1 | Period | Time period when id is/was valid for use |
assigner | Σ | 0..1 | Reference(Organization) {r} | Organization that issued id (may be just text) |
Documentation for this format |
Path | Conformance | ValueSet / Code |
Identifier.use | required | Fixed Value: official |
Identifier.type | extensible | Identifier Type Codes |
Id | Path | Details | Requirements |
ele-1 | Identifier | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) | |
crn | Identifier.value | Requirement of danish civil registration numbers : value.matches('^[0-9]{10}$') | Requirement of danish civil registration numbers |