FHIR IG Statistics: ValueSet/vs-Income
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}