HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1.0 (Standard for Trial Use)

This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

SettingVS

{
  "resourceType" : "ValueSet",
  "id" : "obf-datatype-SettingVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SettingVS ValueSet</b></p>\n<p>What type of place is found at a given location. More than one descriptor may be applicable.</p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/odh/ValueSet/obf-datatype-SettingVS",
  "version" : "1.0.0",
  "name" : "SettingVS",
  "title" : "Setting VS",
  "status" : "draft",
  "date" : "2020-01-04T00:00:00+00:00",
  "publisher" : "HL7 International Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    }
  ],
  "description" : "What type of place is found at a given location. More than one descriptor may be applicable.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/odh/CodeSystem/obf-datatype-SettingCS",
        "concept" : [
          {
            "code" : "work",
            "display" : "At or during work, in a workplace setting."
          },
          {
            "code" : "home",
            "display" : "At home"
          },
          {
            "code" : "residental",
            "display" : "In a residential setting"
          },
          {
            "code" : "school",
            "display" : "A primary or secondary school"
          },
          {
            "code" : "vehicle",
            "display" : "In a parked or moving vehicle"
          },
          {
            "code" : "office",
            "display" : "An non-manufacturing, indoor business setting"
          },
          {
            "code" : "factory",
            "display" : "A manufacturing-oriented business setting"
          },
          {
            "code" : "business",
            "display" : "A place of business"
          },
          {
            "code" : "restaurant",
            "display" : "A setting where food is served"
          },
          {
            "code" : "food_prep",
            "display" : "A place where food is prepared"
          },
          {
            "code" : "worksite",
            "display" : "Workplace that is primarily outdoors"
          },
          {
            "code" : "manufacturing",
            "display" : "A setting where manufacturing takes place"
          },
          {
            "code" : "owned",
            "display" : "A building or residence that is owned"
          },
          {
            "code" : "rental",
            "display" : "A building or residence that is rented"
          },
          {
            "code" : "dorm",
            "display" : "Shared (unassisted) living residence, such as a dormitory or fraternity"
          },
          {
            "code" : "foster",
            "display" : "Foster care group home"
          },
          {
            "code" : "assisted",
            "display" : "Assisted living or independent living facility"
          },
          {
            "code" : "snf",
            "display" : "Skilled nursing facility or other Long-Term Care"
          },
          {
            "code" : "shelter",
            "display" : "Homeless or other type of shelter"
          },
          {
            "code" : "hotel",
            "display" : "Hotel or motel"
          },
          {
            "code" : "psh",
            "display" : "Permanent supportive housing for formerly homeless persons (such as SHP, S+C, or SRO Mod Rehab)"
          },
          {
            "code" : "psych",
            "display" : "Psychiatric hospital or other psychiatric facility"
          },
          {
            "code" : "detox",
            "display" : "Substance abuse treatment facility or detox center"
          },
          {
            "code" : "prison",
            "display" : "Individual resides in a correctional facility, state hospital, jail, prison, youth authority facility, juvenile hall, boot camp or Boys Ranch."
          },
          {
            "code" : "transition",
            "display" : "Transitional housing, residential provier program, or any type of halfway house"
          },
          {
            "code" : "squat",
            "display" : "A homeless camp, abandoned building, shantytown, bus/train/subway station/airport, or squatter area"
          },
          {
            "code" : "outdoors",
            "display" : "Outside of any shelter, e.g., on a street"
          },
          {
            "code" : "agricultural",
            "display" : "Agricultural setting"
          },
          {
            "code" : "farm",
            "display" : "A farm with livestock"
          },
          {
            "code" : "battlefield",
            "display" : "On a battlefield"
          },
          {
            "code" : "deployed",
            "display" : "Deployed to a military camp or area"
          },
          {
            "code" : "ship",
            "display" : "On a boat"
          },
          {
            "code" : "airplane",
            "display" : "On an airplane"
          },
          {
            "code" : "submarine",
            "display" : "Aboard a submarine"
          }
        ]
      }
    ]
  }
}