FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | NamingSystem |
| Id | NamingSystem-practitioner-license.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "NamingSystem",
"id": "practitioner-license",
"name": "Israeli Ministry of Health practitioner license",
"status": "active",
"kind": "identifier",
"date": "2022-12-08",
"publisher": "Israeli Ministry of Health",
"responsible": "Israeli MoH",
"type": {
"coding": [
{
"code": "MD",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Medical License number"
}
],
"text": "Medical License number"
},
"description": "Identifies Licensed medical proffesionals according to Israeli MoH",
"jurisdiction": [
{
"coding": [
{
"code": "IL",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"usage": "SHOULD include the profession-code, a dash (-) and a sequence number. I.e., \\<profession-code\\>-\\<profession-certificate-number\\> where profession-code is a value of <a href=\\\"https://simplifier.net/ilcore/practitioner-profession-moh-duplicate-2\\\">PractitionerProfessionMoH</a>",
"uniqueId": [
{
"type": "uri",
"value": "http://practitioners.health.gov.il/Practitioners",
"preferred": true
}
]
}