This is an old version - please visit our new IG location
1.1.0 - published

This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions

: ValueSet exposure route - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "be-exposureroute",
  "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><td><b>English (English, en)</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=447694001\">447694001</a></td><td>Respiratory tract route</td><td>Respiratory tract route</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=6064005\">6064005</a></td><td>Topical route</td><td>Topical route</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=26643006\">26643006</a></td><td>Oral route</td><td>Oral route</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-exposureroute",
  "version" : "1.0.0",
  "name" : "BeExposureRoute",
  "status" : "active",
  "date" : "2021-05-26T14:31:36+02:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name" : "Message structure",
      "telecom" : [
        {
          "system" : "email",
          "value" : "message-structure@ehealth.fgov.be"
        }
      ]
    }
  ],
  "description" : "Codes to illustrate differentiating types of exposure route. This valueset supports the Belgian federal FHIR profiling effort.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "447694001",
            "display" : "Respiratory tract route",
            "designation" : [
              {
                "language" : "en",
                "value" : "Respiratory tract route"
              }
            ]
          },
          {
            "code" : "6064005",
            "display" : "Topical route",
            "designation" : [
              {
                "language" : "en",
                "value" : "Topical route"
              }
            ]
          },
          {
            "code" : "26643006",
            "display" : "Oral route",
            "designation" : [
              {
                "language" : "en",
                "value" : "Oral route"
              }
            ]
          }
        ]
      }
    ]
  }
}