FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/vs-Income

Packagecaseworks.mhaie002
Resource TypeValueSet
Idvs-Income
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=caseworks.mhaie002@0.0.2&canonical=https://vitalhub.com/fhir/ValueSet/vs-income
URLhttps://vitalhub.com/fhir/ValueSet/vs-income
Statusactive
NameIncomeValueSet
DescriptionA set of income range values for categorizing household income.

Resources that use this resource

ValueSet
vs-incomeIncomeValueSet

Resources that this resource uses

ValueSet
vs-incomeIncomeValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "vs-Income",
  "url": "https://vitalhub.com/fhir/ValueSet/vs-income",
  "name": "IncomeValueSet",
  "status": "active",
  "description": "A set of income range values for categorizing household income.",
  "compose": {
    "include": [
      {
        "system": "https://vitalhub.com/fhir/ValueSet/vs-income",
        "concept": [
          {
            "code": "1",
            "display": "$0-$19,999"
          },
          {
            "code": "2",
            "display": "$20,000-$29,999"
          },
          {
            "code": "3",
            "display": "$30,000-$59,999"
          },
          {
            "code": "4",
            "display": "$60,000-$89,999"
          },
          {
            "code": "5",
            "display": "$90,000-$119,999"
          },
          {
            "code": "6",
            "display": "$120,000-$149,999"
          },
          {
            "code": "7",
            "display": "$150,000 or more"
          },
          {
            "code": "8",
            "display": "Unknown"
          },
          {
            "code": "9",
            "display": "Asked But Declined"
          }
        ]
      }
    ]
  }
}