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

: קוד מקצוע לעוסק בסיעוד - JSON Representation

Draft as of 2024-06-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "practitioner-nurse-profession-moh",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-practitioner-profession-moh.html\"><code>http://fhir.health.gov.il/cs/practitioner-profession-moh</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-practitioner-profession-moh.html#practitioner-profession-moh-101\">101</a></td><td>אח/ות מוסמכ/ת</td><td>מקצוע האח/ות מוסמכ/ת שייך לתחום הסיעוד לו קיימים ערכי מומחיות Expertise</td></tr><tr><td><a href=\"CodeSystem-practitioner-profession-moh.html#practitioner-profession-moh-102\">102</a></td><td>אח/ות מעשי/ת</td><td>מקצוע האח/ות מעשי/ת שייך לתחום הסיעוד ללא מומחיות או התמחות</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.health.gov.il/ValueSet/practitioner-nurse-profession-moh",
  "version" : "0.18.0",
  "name" : "PractitionerNurseProfessionMoH",
  "title" : "קוד מקצוע לעוסק בסיעוד",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-15T21:51:03+00:00",
  "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"
        }
      ]
    }
  ],
  "description" : "קוד מקצוע לעוסק בסיעוד לפי רישוי משרד הבריאות",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.health.gov.il/cs/practitioner-profession-moh",
        "concept" : [
          {
            "code" : "101",
            "display" : "אח/ות מוסמכ/ת"
          },
          {
            "code" : "102",
            "display" : "אח/ות מעשי/ת"
          }
        ]
      }
    ]
  }
}