This page is part of the Da Vinci Value-Based Performance Reporting Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Line of Business Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "lob",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-SOPT.html\"><code>https://nahdo.org/sopt</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>1</td><td>MEDICARE</td></tr><tr><td>2</td><td>MEDICAID</td></tr><tr><td>5</td><td>PRIVATE HEALTH INSURANCE</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-vbpr/ValueSet/lob",
"version" : "1.0.0-ballot",
"name" : "LineOfBusinessVS",
"title" : "Line of Business Value Set",
"status" : "active",
"experimental" : false,
"date" : "2023-07-31T14:33:02+00:00",
"publisher" : "HL7 Clinical Quality Information Work Group",
"contact" : [
{
"name" : "HL7 Clinical Quality Information Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Type of line of business.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "https://nahdo.org/sopt",
"concept" : [
{
"code" : "1",
"display" : "MEDICARE"
},
{
"code" : "2",
"display" : "MEDICAID"
},
{
"code" : "5",
"display" : "PRIVATE HEALTH INSURANCE"
}
]
}
]
}
}