-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change IdNumberType to be enum (from 'type')
- Loading branch information
Showing
4 changed files
with
141 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[norwegian-national-id-validator](../README.md) › [IDNumberType](idnumbertype.md) | ||
|
||
# Enumeration: IDNumberType | ||
|
||
In Norway there are several different ID numbers | ||
|
||
## Index | ||
|
||
### Enumeration members | ||
|
||
* [BirthNumber](idnumbertype.md#birthnumber) | ||
* [DNumber](idnumbertype.md#dnumber) | ||
* [FHNumber](idnumbertype.md#fhnumber) | ||
* [HNumber](idnumbertype.md#hnumber) | ||
|
||
## Enumeration members | ||
|
||
### BirthNumber | ||
|
||
• **BirthNumber**: | ||
|
||
A national identity number (birth number) is an ID number for you who | ||
have a residence permit and are going to live in Norway for more than | ||
six months. | ||
|
||
___ | ||
|
||
### DNumber | ||
|
||
• **DNumber**: | ||
|
||
A D number is a temporary identification number that you get if you have | ||
applied for protection (asylum), or if you have a residence permit and | ||
are going to stay in Norway for less than six months. | ||
|
||
___ | ||
|
||
### FHNumber | ||
|
||
• **FHNumber**: | ||
|
||
A FH number is used in health care to uniquely identify patients that | ||
does not have a known national ID or D number. A FH number does not have | ||
any information about age or gender. | ||
|
||
___ | ||
|
||
### HNumber | ||
|
||
• **HNumber**: | ||
|
||
A H number is a number used for assistance, a unique identification of a | ||
person that does not have a national ID or a D number or in cases where | ||
this is not known. A H number contains information about age and gender. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters