FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | NamingSystem |
| Id | NamingSystem-il-national-id.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "NamingSystem",
"id": "il-national-id",
"name": "Israeli National Identifier - Individual",
"status": "active",
"kind": "identifier",
"date": "2021-07-28",
"publisher": "Israeli Ministry of Health",
"responsible": "Israeli Ministry of Interior",
"type": {
"coding": [
{
"code": "NI",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "National unique individual identifier"
}
],
"text": "National Person Identifier"
},
"description": "Israeli Identifier number issued for all citizens and permanent residents. A nine-digit number including a check-digit",
"jurisdiction": [
{
"coding": [
{
"code": "IL",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"usage": "Used in Israel for identifying patients, practitioners and relatedPersons",
"uniqueId": [
{
"type": "uri",
"value": "http://fhir.health.gov.il/identifier/il-national-id",
"preferred": true
},
{
"type": "uri",
"value": "http://fhir.health.org.il/identifier/il-national-id",
"comment": "This value was mistakenly set in the first drafts of ILCore",
"preferred": false,
"period": {
"end": "2021-07-11"
}
}
]
}