FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | NamingSystem |
| Id | NamingSystem-legal-entity.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "NamingSystem",
"id": "legal-entity",
"name": "Israeli Legal Entity",
"status": "active",
"kind": "identifier",
"date": "2021-07-28",
"publisher": "Israeli Ministry of Health",
"responsible": "Israeli Ministry of Justice",
"type": {
"coding": [
{
"code": "XX",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"display": "Organization identifier"
}
],
"text": "Organization identifier"
},
"description": "Israeli legal entity number",
"jurisdiction": [
{
"coding": [
{
"code": "IL",
"system": "urn:iso:std:iso:3166"
}
]
}
],
"usage": "Used in Israel for identifying legal entities",
"uniqueId": [
{
"type": "uri",
"value": "http://fhir.health.gov.il/identifier/legal-entity",
"preferred": true
},
{
"type": "uri",
"value": "http://fhir.health.org.il/identifier/legal-entity",
"comment": "This value was mistakenly set in the first drafts of ILCore",
"preferred": false,
"period": {
"end": "2021-07-11"
}
}
]
}