IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: il-prisoner-number - JSON Representation

Active as of 2024-02-22

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "il-prisoner-number",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://fhir.health.gov.il/NamingSystem/il-prisoner-number</td></tr><tr><td>Version</td><td>0.18.0</td></tr><tr><td>Name</td><td>IDF Service Nuber</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Israel Prison Service prisoner number. A unique identifier for any prisoner currently serving a prison sentence</p>\n</div></td></tr><tr><td>Publisher</td><td>Israel Core Team</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>URI</td><td>http://fhir.health.gov.il/identifier/il-prisoner-number</td><td>true</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://fhir.health.gov.il/NamingSystem/il-prisoner-number"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "0.18.0"
    }
  ],
  "name" : "IDF Service Nuber",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2024-02-22",
  "publisher" : "Israel Core Team",
  "contact" : [
    {
      "name" : "Israel Core Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "tal.primak@moh.gov.il"
        }
      ]
    },
    {
      "name" : "Tal Primak",
      "telecom" : [
        {
          "system" : "email",
          "value" : "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "responsible" : "Israeli Prison Service",
  "type" : {
    "text" : "Prisoner Number"
  },
  "description" : "Israel Prison Service prisoner number. A unique identifier for any prisoner currently serving a prison sentence",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "usage" : "Used in Israel for identifying prisoners",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "http://fhir.health.gov.il/identifier/il-prisoner-number",
      "preferred" : true
    }
  ]
}