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

: Immunization Observation Body Site list - JSON Representation

Draft as of 2024-06-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "immunization-body-site",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/279549004\">279549004</a></td><td>Nasal cavity structure</td></tr><tr><td><a href=\"http://snomed.info/id/46862004\">46862004</a></td><td>Structure of buttock</td></tr><tr><td><a href=\"http://snomed.info/id/723979003\">723979003</a></td><td>Structure of left buttock</td></tr><tr><td><a href=\"http://snomed.info/id/61396006\">61396006</a></td><td>Structure of left thigh</td></tr><tr><td><a href=\"http://snomed.info/id/368208006\">368208006</a></td><td>Structure of left upper arm</td></tr><tr><td><a href=\"http://snomed.info/id/74262004\">74262004</a></td><td>Structure of oral cavity</td></tr><tr><td><a href=\"http://snomed.info/id/723980000\">723980000</a></td><td>Structure of right buttock</td></tr><tr><td><a href=\"http://snomed.info/id/11207009\">11207009</a></td><td>Structure of right thigh</td></tr><tr><td><a href=\"http://snomed.info/id/368209003\">368209003</a></td><td>Structure of right upper arm</td></tr><tr><td><a href=\"http://snomed.info/id/69695003\">69695003</a></td><td>Structure of stomach</td></tr><tr><td><a href=\"http://snomed.info/id/68367000\">68367000</a></td><td>Structure of thigh</td></tr><tr><td><a href=\"http://snomed.info/id/40983000\">40983000</a></td><td>Structure of upper extremity between shoulder and elbow</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.health.gov.il/ValueSet/immunization-body-site",
  "version" : "0.18.0",
  "name" : "ImmunizationBodySite",
  "title" : "Immunization Observation Body Site list",
  "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" : "All codes from SNOMED CT describing body sites for Immunization Observation",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IL",
          "display" : "Israel"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "279549004",
            "display" : "Nasal cavity structure"
          },
          {
            "code" : "46862004",
            "display" : "Structure of buttock"
          },
          {
            "code" : "723979003",
            "display" : "Structure of left buttock"
          },
          {
            "code" : "61396006",
            "display" : "Structure of left thigh"
          },
          {
            "code" : "368208006",
            "display" : "Structure of left upper arm"
          },
          {
            "code" : "74262004",
            "display" : "Structure of oral cavity"
          },
          {
            "code" : "723980000",
            "display" : "Structure of right buttock"
          },
          {
            "code" : "11207009",
            "display" : "Structure of right thigh"
          },
          {
            "code" : "368209003",
            "display" : "Structure of right upper arm"
          },
          {
            "code" : "69695003",
            "display" : "Structure of stomach"
          },
          {
            "code" : "68367000",
            "display" : "Structure of thigh"
          },
          {
            "code" : "40983000",
            "display" : "Structure of upper extremity between shoulder and elbow"
          }
        ]
      }
    ]
  }
}