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

: Accomodation Type Velue Set - JSON Representation

Active as of 2024-04-22

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "LVGPL",
  "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/26533002\">26533002</a></td><td>Apartment block living</td></tr><tr><td><a href=\"http://snomed.info/id/414418009\">414418009</a></td><td>Housed</td></tr><tr><td><a href=\"http://snomed.info/id/105530003\">105530003</a></td><td>Living in residential institution</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/LVGPL",
  "version" : "0.3.4",
  "name" : "LVGPL",
  "title" : "Accomodation Type Velue Set",
  "status" : "active",
  "date" : "2024-04-22T12:34:38+02:00",
  "description" : "Value set for Accomodation Type",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "26533002",
            "display" : "Apartment block living"
          },
          {
            "code" : "414418009",
            "display" : "Housed"
          },
          {
            "code" : "105530003",
            "display" : "Living in residential institution"
          }
        ]
      }
    ]
  }
}