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

: Patient Visitor Type MoH - JSON Representation

Draft as of 2024-06-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "patient-visitor-type-moh",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://fhir.health.gov.il/cs/patient-visitor-type-moh</code> provides some codes <b>that are example only</b>:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"patient-visitor-type-moh-1\"> </a></td><td>אזרח ישראלי</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"patient-visitor-type-moh-2\"> </a></td><td>חייל / בטחון</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"patient-visitor-type-moh-4\"> </a></td><td>תייר / תושב חוץ</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"patient-visitor-type-moh-5\"> </a></td><td>תושב שטחים</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"patient-visitor-type-moh-6\"> </a></td><td>יולדות</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"patient-visitor-type-moh-8\"> </a></td><td>פרסונל</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"patient-visitor-type-moh-11\"> </a></td><td>ת'שטחים/ת.עבודה</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"patient-visitor-type-moh-12\"> </a></td><td>דייר רחוב</td></tr><tr><td style=\"white-space:nowrap\">91<a name=\"patient-visitor-type-moh-91\"> </a></td><td>אחסון גופה</td></tr><tr><td style=\"white-space:nowrap\">98<a name=\"patient-visitor-type-moh-98\"> </a></td><td>אחר</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"patient-visitor-type-moh-99\"> </a></td><td>לא ידוע</td></tr></table></div>"
  },
  "url" : "http://fhir.health.gov.il/cs/patient-visitor-type-moh",
  "version" : "0.18.0",
  "name" : "PatientVisitorTypeMoH",
  "title" : "Patient Visitor Type MoH",
  "status" : "draft",
  "experimental" : true,
  "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" : "MoH Codes for visitor type (סוג מבקר/סוג כניסה) \n **Note that this code system is not yet finalized and approved and might change in the future. It's provided only for general reference.**",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "valueSet" : "http://fhir.health.gov.il/ValueSet/patient-visitor-type-moh",
  "content" : "example",
  "concept" : [
    {
      "code" : "1",
      "display" : "אזרח ישראלי"
    },
    {
      "code" : "2",
      "display" : "חייל / בטחון"
    },
    {
      "code" : "4",
      "display" : "תייר / תושב חוץ"
    },
    {
      "code" : "5",
      "display" : "תושב שטחים"
    },
    {
      "code" : "6",
      "display" : "יולדות"
    },
    {
      "code" : "8",
      "display" : "פרסונל"
    },
    {
      "code" : "11",
      "display" : "ת'שטחים/ת.עבודה"
    },
    {
      "code" : "12",
      "display" : "דייר רחוב"
    },
    {
      "code" : "91",
      "display" : "אחסון גופה"
    },
    {
      "code" : "98",
      "display" : "אחר"
    },
    {
      "code" : "99",
      "display" : "לא ידוע"
    }
  ]
}