LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Payer Job Title Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "payer-job-title-code",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-soc.html\"><code>http://terminology.hl7.org/CodeSystem/soc</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-payer-subscriber-relationship.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-subscriber-relationship</code></a></li></ul></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/payer-job-title-code",
"version" : "8.0.0",
"name" : "PayerJobTitleValueSet",
"title" : "Payer Job Title Value Set",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Value set containing payer codes for the job title, based on Bureau of Labor Statistics, Standard Occupational Classification (SOC) system.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/soc"
},
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-subscriber-relationship"
}
]
}
}