HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1 Ballot
0.1.0 - STU1 Ballot

This page is part of the HL7 FHIR Implementation Guide for Military Service History and Status (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, 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 <code>https://www.logicahealth.org/solutions/solor/military-service</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>79A512F77CFC4E63B9969930FC8787DB</td><td>Honorable</td></tr><tr><td>B5BA882B31574AB0BF82DFE43765F264</td><td>General</td></tr><tr><td>59B40AF3E8B44B0587743B08290C7AD1</td><td>Bad Conduct</td></tr><tr><td>599671FC8E3046DEA0AFCA3E8D2640D3</td><td>Other Than Honorable</td></tr><tr><td>42F13CAA1D894DFEB000908D0F467B76</td><td>Dishonorable</td></tr><tr><td>A557979943014BF990E056D7BF3FB940</td><td>Honorable absence of negative report</td></tr><tr><td>24B4895BFF3048BABB4B7708E8CFAADE</td><td>Honorable for VA purposes</td></tr><tr><td>E963385389BC4541AB6DD77F3EF31EEA</td><td>Dishonorable for VA purposes</td></tr><tr><td>8412EEBCB8354A06AAB445C9486CA268</td><td>Uncharacterized</td></tr><tr><td>7A3CBF5D942F41A9889C9406BB1D951F</td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/military-service/ValueSet/military-service-discharge-status-vs",
  "version" : "0.1.0",
  "name" : "DischargeStatusVS",
  "title" : "Discharge Status Value Set",
  "status" : "active",
  "date" : "2021-08-13T16:25:22+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 valuse set identifies gaps in SNOMED CT. The only concept currenty supported is that of 'dishornorable' discharge.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://www.logicahealth.org/solutions/solor/military-service",
        "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"
          }
        ]
      }
    ]
  }
}