Smart Bear Implementation Guide
0.3.4 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions

: Body Site Value Set - JSON Representation

Active as of 2024-04-22

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "BodySite-value-set",
  "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/21362003\">21362003</a></td><td>Structure of cerebellopontine angle</td></tr><tr><td><a href=\"http://snomed.info/id/279254007\">279254007</a></td><td>Vestibular area</td></tr><tr><td><a href=\"http://snomed.info/id/49557009\">49557009</a></td><td>Pontine structure</td></tr><tr><td><a href=\"http://snomed.info/id/113305005\">113305005</a></td><td>Cerebellar structure</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/BodySite-value-set",
  "version" : "0.3.4",
  "name" : "BodySiteVS",
  "title" : "Body Site Value Set",
  "status" : "active",
  "date" : "2024-04-22T12:34:38+02:00",
  "description" : "Value set with codes for body sites",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "21362003",
            "display" : "Structure of cerebellopontine angle"
          },
          {
            "code" : "279254007",
            "display" : "Vestibular area"
          },
          {
            "code" : "49557009",
            "display" : "Pontine structure"
          },
          {
            "code" : "113305005",
            "display" : "Cerebellar structure"
          }
        ]
      }
    ]
  }
}