HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1
1.0.0 - trial-use United States of America flag

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

: Military Branch Value Set - JSON Representation

Active as of 2023-05-30

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "military-service-branch-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-928110.46010506\">928110.010506</a></td><td>Marine Corps [National Security ]</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/military-service/ValueSet/military-service-branch-vs",
  "version" : "1.0.0",
  "name" : "MilitaryBranchVS",
  "title" : "Military Branch Value Set",
  "status" : "active",
  "experimental" : true,
  "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" : "Military Branch Value Set - is a subset of the ODH Occupation value set.",
  "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" : "928110.010506",
            "display" : "Marine Corps [National Security ]"
          }
        ]
      }
    ]
  }
}