Smart Bear Implementation Guide
0.3.2 - ci-build

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

: Dosage Value Set - JSON Representation

Active as of 2023-08-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "DOSA",
  "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/385049006\">385049006</a></td><td>Capsule</td></tr><tr><td><a href=\"http://snomed.info/id/385055001\">385055001</a></td><td>Tablet</td></tr><tr><td><a href=\"http://snomed.info/id/385163003\">385163003</a></td><td>Ear or eye or nose drops</td></tr><tr><td><a href=\"http://snomed.info/id/764792001\">764792001</a></td><td>Pulmonary dose form</td></tr><tr><td><a href=\"http://snomed.info/id/385286003\">385286003</a></td><td>Implant</td></tr><tr><td><a href=\"http://snomed.info/id/739003001\">739003001</a></td><td>Patch</td></tr><tr><td><a href=\"http://snomed.info/id/421720008\">421720008</a></td><td>Spray</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/DOSA",
  "version" : "0.3.2",
  "name" : "DOSA",
  "title" : "Dosage Value Set",
  "status" : "active",
  "date" : "2023-08-01T11:22:15+02:00",
  "description" : "Value set for Dosage  (codes from Snomed)",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "385049006",
            "display" : "Capsule"
          },
          {
            "code" : "385055001",
            "display" : "Tablet"
          },
          {
            "code" : "385163003",
            "display" : "Ear or eye or nose drops"
          },
          {
            "code" : "764792001",
            "display" : "Pulmonary dose form"
          },
          {
            "code" : "385286003",
            "display" : "Implant"
          },
          {
            "code" : "739003001",
            "display" : "Patch"
          },
          {
            "code" : "421720008",
            "display" : "Spray"
          }
        ]
      }
    ]
  }
}