FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeNamingSystem
IdNamingSystem-cbs-statistical-area.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "NamingSystem",
  "id": "cbs-statistical-area",
  "name": "Israeli CBS statistical area",
  "status": "active",
  "kind": "identifier",
  "date": "2021-11-23",
  "publisher": "Israeli Central Bureau of Statistic",
  "responsible": "Israeli CBS",
  "type": {
    "coding": [
      {
        "code": "LI",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "display": "Labor and industries number"
      }
    ],
    "text": "National Person Identifier"
  },
  "description": "Identifies statistical sub-divisions of cities in Israel as defined by CBS.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "IL",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "usage": "A concatination of the city symbol + 4-digit statistical area code in the settelment. Full CBS number conatins two parts: City symbol + statistical area number. E.g.: Jerusalem (3000) 1131 area produces -> 30001131",
  "uniqueId": [
    {
      "type": "uri",
      "value": "http://fhir.health.gov.il/identifier/cbs-statistical-area",
      "preferred": true
    }
  ]
}