DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Qicore\valueset-qicore-patient-military-service.xml

Raw XML (canonical form)

Definition for Value SetMilitary Service Codes

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="qicore-patient-military-service"/>
  <meta>
    <lastUpdated value="2015-10-24T07:41:03.495+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Military Service Codes</h2>
      <p>Value Set for Military Service (Example)</p>
      <p>This value set has an inline code system http://hl7.org/fhir/qicore-military-service,
         which defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>not-indicated
            <a name="not-indicated"> </a>
          </td>
          <td>Not Indicated</td>
          <td>The military status is not indicated</td>
        </tr>
        <tr>
          <td>no-military-service
            <a name="no-military-service"> </a>
          </td>
          <td>No Military Service</td>
          <td>The subject has no history of military service</td>
        </tr>
        <tr>
          <td>veteran
            <a name="veteran"> </a>
          </td>
          <td>Veteran</td>
          <td>The subject is has served in the military but is no longer active</td>
        </tr>
        <tr>
          <td>active-duty
            <a name="active-duty"> </a>
          </td>
          <td>Active Duty</td>
          <td>The subject is not a reserve member and is currently engaged in full-time military activity</td>
        </tr>
        <tr>
          <td>active-reserve
            <a name="active-reserve"> </a>
          </td>
          <td>Active Reserve</td>
          <td>The subject is a reserve member and is currently engaged in full-time military activity</td>
        </tr>
        <tr>
          <td>inactive-reserve
            <a name="inactive-reserve"> </a>
          </td>
          <td>Inactive Reserve</td>
          <td>The subject is a reserve member and is not currently engaged in full-time military activity</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.0"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/qicore-patient-military-service"/>
  <version value="1.0.2"/>
  <name value="Military Service Codes"/>
  <status value="draft"/>
  <experimental value="true"/>
  <publisher value="HL7 Clinical Quality Information (CQI) Work Group"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <date value="2015-10-24T07:41:03+11:00"/>
  <description value="Value Set for Military Service (Example)"/>
  <codeSystem>
    <system value="http://hl7.org/fhir/qicore-military-service"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="not-indicated"/>
      <display value="Not Indicated"/>
      <definition value="The military status is not indicated"/>
    </concept>
    <concept>
      <code value="no-military-service"/>
      <display value="No Military Service"/>
      <definition value="The subject has no history of military service"/>
    </concept>
    <concept>
      <code value="veteran"/>
      <display value="Veteran"/>
      <definition value="The subject is has served in the military but is no longer active"/>
    </concept>
    <concept>
      <code value="active-duty"/>
      <display value="Active Duty"/>
      <definition value="The subject is not a reserve member and is currently engaged in full-time military activity"/>
    </concept>
    <concept>
      <code value="active-reserve"/>
      <display value="Active Reserve"/>
      <definition value="The subject is a reserve member and is currently engaged in full-time military activity"/>
    </concept>
    <concept>
      <code value="inactive-reserve"/>
      <display value="Inactive Reserve"/>
      <definition value="The subject is a reserve member and is not currently engaged in full-time military activity"/>
    </concept>
  </codeSystem>
</ValueSet>

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.