LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Payer TANF Benefit codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "payer-tanf-benefit",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-tanf-benefit</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"payer-tanf-benefit-0\"> </a></td><td>Not eligible for Medicaid</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"payer-tanf-benefit-1\"> </a></td><td>Did not receive TANF benefits</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"payer-tanf-benefit-2\"> </a></td><td>Did receive TANF benefits</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"payer-tanf-benefit-9\"> </a></td><td>TANF status is unknown</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-tanf-benefit",
"version" : "8.0.0",
"name" : "PayerTanfBenefitCodeSystem",
"title" : "Payer TANF Benefit codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Temporary Assistance for Needy Families (TANF) benefits for the person",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "0",
"display" : "Not eligible for Medicaid"
},
{
"code" : "1",
"display" : "Did not receive TANF benefits"
},
{
"code" : "2",
"display" : "Did receive TANF benefits"
},
{
"code" : "9",
"display" : "TANF status is unknown"
}
]
}