This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Definition for Value SetMilitary Service Codes
{
"resourceType": "ValueSet",
"id": "valueset-qicore-military-service",
"meta": {
"lastUpdated": "2015-03-27T00:13:00.999+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:0.00.000.0.000000.0.00.001"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:0.00.000.0.000000.0.00.003"
}
],
"url": "http://hl7.org/fhir/vs/qicore-military-service",
"version": "0.4.0",
"name": "Military Service Codes",
"publisher": "Quality Improvement Project Team",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "Example Value Set for Military Service",
"status": "draft",
"experimental": true,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/militaryService",
"concept": [
{
"code": "not-indicated",
"display": "Not Indicated"
},
{
"code": "no-military-service",
"display": "No Military Service"
},
{
"code": "veteran",
"display": "Veteran"
},
{
"code": "active-reserve",
"display": "Active Reserve"
},
{
"code": "inactive-reserve",
"display": "Inactive Reserve"
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.