FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | NamingSystem |
| Id | NamingSystem-nurse-registration.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "NamingSystem",
"id": "nurse-registration",
"name": "Israeli Ministry of Health nurse registration",
"status": "active",
"kind": "identifier",
"date": "2022-12-08",
"publisher": "Israeli Ministry of Health",
"responsible": "Israeli MoH",
"type": {
"coding": [
{
"code": "RN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Registered Nurse Number"
}
],
"text": "Registered Nurse Number"
},
"description": "Identifies Registered Nurses according to Israeli MoH",
"jurisdiction": [
{
"coding": [
{
"code": "IL",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"usage": "SHOULD be a sequence number only. I.e., \\<permanent-registration-certificate-number\\>",
"uniqueId": [
{
"type": "uri",
"value": "http://practitioners.health.gov.il/Practitioners",
"preferred": true
}
]
}