HL7 Belgium Vaccination (Patient Dossier)
1.0.1 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Vaccination profiles (v1.0.1: Trial Use) based on FHIR R4. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

: BeVSVaccinationBodySite - JSON Representation

Draft as of 2022-10-19 Maturity Level: 1

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "be-vs-vaccination-bodysite",
  "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/35259002\">35259002</a></td><td>Deltoid muscle</td></tr><tr><td><a href=\"http://snomed.info/id/50092008\">50092008</a></td><td>Muscle of thigh</td></tr><tr><td><a href=\"http://snomed.info/id/102291007\">102291007</a></td><td>Muscle of buttock</td></tr><tr><td><a href=\"http://snomed.info/id/371309009\">371309009</a></td><td>Skin structure of upper arm (body structure)</td></tr><tr><td><a href=\"http://snomed.info/id/5742000\">5742000</a></td><td>Skin of forearm</td></tr><tr><td><a href=\"http://snomed.info/id/371305003\">371305003</a></td><td>Skin structure of thigh (body structure)</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/ValueSet/be-vs-vaccination-bodysite",
  "version" : "1.0.1",
  "name" : "BeVSVaccinationBodySite",
  "title" : "BeVSVaccinationBodySite",
  "status" : "draft",
  "date" : "2022-10-19T09:29:07+02:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ehealth.fgov.be/"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "Message Structure",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Vaccination Body Site Value Set",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "35259002"
          },
          {
            "code" : "50092008"
          },
          {
            "code" : "102291007"
          },
          {
            "code" : "371309009"
          },
          {
            "code" : "5742000"
          },
          {
            "code" : "371305003"
          }
        ]
      }
    ]
  }
}