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

: nurse-registration - JSON Representation

Active as of 2022-12-08

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "nurse-registration",
  "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/nurse-registration</td></tr><tr><td>Version</td><td>0.18.0</td></tr><tr><td>Name</td><td>Israeli Ministry of Health nurse registration</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Identifies Registered Nurses according to Israeli MoH</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://practitioners.health.gov.il/Practitioners</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/nurse-registration"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "0.18.0"
    }
  ],
  "name" : "Israeli Ministry of Health nurse registration",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2022-12-08",
  "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 MoH",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "RN",
        "display" : "Registered Nurse Number"
      }
    ],
    "text" : "Registered Nurse Number"
  },
  "description" : "Identifies Registered Nurses according to Israeli MoH",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "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
    }
  ]
}