FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeValueSet
IdValueSet-icd9il-diagnoses.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "VsICD9ILDiagnoses",
  "id": "icd9il-diagnoses",
  "title": "ICD9 IL Diagnoses",
  "description": "codes of diagnoses from ICD9-IL",
  "url": "http://fhir.health.gov.il/ValueSet/icd9il-diagnoses",
  "version": "0.20.3",
  "publisher": "Israel Core Team",
  "date": "2026-03-05",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://fhir.health.gov.il/cs/icd9il",
        "filter": [
          {
            "property": "type",
            "op": "=",
            "value": "diagnosis"
          }
        ]
      }
    ]
  }
}