HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1, published by Cross Group Projects WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-military-service/ and changes regularly. See the Directory of published versions
: Discharge Status Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "military-service-discharge-status-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-military-service-code-system.html\"><code>http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-79A512F77CFC4E63B9969930FC8787DB\">79A512F77CFC4E63B9969930FC8787DB</a></td><td>Honorable</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-B5BA882B31574AB0BF82DFE43765F264\">B5BA882B31574AB0BF82DFE43765F264</a></td><td>General</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-59B40AF3E8B44B0587743B08290C7AD1\">59B40AF3E8B44B0587743B08290C7AD1</a></td><td>Bad Conduct</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-599671FC8E3046DEA0AFCA3E8D2640D3\">599671FC8E3046DEA0AFCA3E8D2640D3</a></td><td>Other Than Honorable</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-42F13CAA1D894DFEB000908D0F467B76\">42F13CAA1D894DFEB000908D0F467B76</a></td><td>Dishonorable</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-A557979943014BF990E056D7BF3FB940\">A557979943014BF990E056D7BF3FB940</a></td><td>Honorable absence of negative report</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-24B4895BFF3048BABB4B7708E8CFAADE\">24B4895BFF3048BABB4B7708E8CFAADE</a></td><td>Honorable for VA purposes</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-E963385389BC4541AB6DD77F3EF31EEA\">E963385389BC4541AB6DD77F3EF31EEA</a></td><td>Dishonorable for VA purposes</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-8412EEBCB8354A06AAB445C9486CA268\">8412EEBCB8354A06AAB445C9486CA268</a></td><td>Uncharacterized</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-7A3CBF5D942F41A9889C9406BB1D951F\">7A3CBF5D942F41A9889C9406BB1D951F</a></td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/military-service/ValueSet/military-service-discharge-status-vs",
"version" : "1.0.0",
"name" : "DischargeStatusVS",
"title" : "Discharge Status Value Set",
"status" : "active",
"experimental" : false,
"date" : "2023-05-30T13:35:06+00:00",
"publisher" : "Cross Group Projects WG",
"contact" : [
{
"name" : "Cross Group Projects WG",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cgp"
},
{
"system" : "email",
"value" : "cgp@lists.hl7.org"
}
]
}
],
"description" : "Discharge Status Value Set - this value set identifies gaps in SNOMED CT. The only concept currently supported is that of 'dishonorable' discharge.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system",
"concept" : [
{
"code" : "79A512F77CFC4E63B9969930FC8787DB",
"display" : "Honorable"
},
{
"code" : "B5BA882B31574AB0BF82DFE43765F264",
"display" : "General"
},
{
"code" : "59B40AF3E8B44B0587743B08290C7AD1",
"display" : "Bad Conduct"
},
{
"code" : "599671FC8E3046DEA0AFCA3E8D2640D3",
"display" : "Other Than Honorable"
},
{
"code" : "42F13CAA1D894DFEB000908D0F467B76",
"display" : "Dishonorable"
},
{
"code" : "A557979943014BF990E056D7BF3FB940",
"display" : "Honorable absence of negative report"
},
{
"code" : "24B4895BFF3048BABB4B7708E8CFAADE",
"display" : "Honorable for VA purposes"
},
{
"code" : "E963385389BC4541AB6DD77F3EF31EEA",
"display" : "Dishonorable for VA purposes"
},
{
"code" : "8412EEBCB8354A06AAB445C9486CA268",
"display" : "Uncharacterized"
},
{
"code" : "7A3CBF5D942F41A9889C9406BB1D951F",
"display" : "Unknown"
}
]
}
]
}
}