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

: ICD9 IL Diagnoses - JSON Representation

Draft as of 2024-06-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "icd9il-diagnoses",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from<a href=\"CodeSystem-icd9il.html\"><code>http://fhir.health.gov.il/cs/icd9il</code></a> where type  = diagnosis</li></ul></div>"
  },
  "url" : "http://fhir.health.gov.il/ValueSet/icd9il-diagnoses",
  "version" : "0.18.0",
  "name" : "ICD9ILDiagnoses",
  "title" : "ICD9 IL Diagnoses",
  "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" : "codes of diagnoses from ICD9-IL",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.health.gov.il/cs/icd9il",
        "filter" : [
          {
            "property" : "type",
            "op" : "=",
            "value" : "diagnosis"
          }
        ]
      }
    ]
  }
}