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

: Combat Episode Mission Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "military-service-combat-episode-mission-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>CD1CAD19F5494F1981211F8634DD6AB1</td><td>ANTIGUERRILLA OPERATIONS</td></tr><tr><td>469552D4E8AA4BBBBF075190F7ED430C</td><td>COMBAT PATROL</td></tr><tr><td>750988FBBD6148DCB85C062DEFC871E2</td><td>Individual Augmentee</td></tr><tr><td>46a15b13-b5c1-4ae8-acde-48c31f30175a</td><td>Enduring Freedom</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/military-service/ValueSet/military-service-combat-episode-mission-vs",
  "version" : "0.1.0",
  "name" : "CombatEpisodeMissionVS",
  "title" : "Combat Episode Mission 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" : "Example combat mission code; this is only an example data element that may be associated with a Deployment Episode, if needed.",
  "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" : "CD1CAD19F5494F1981211F8634DD6AB1",
            "display" : "ANTIGUERRILLA OPERATIONS"
          },
          {
            "code" : "469552D4E8AA4BBBBF075190F7ED430C",
            "display" : "COMBAT PATROL"
          },
          {
            "code" : "750988FBBD6148DCB85C062DEFC871E2",
            "display" : "Individual Augmentee"
          },
          {
            "code" : "46a15b13-b5c1-4ae8-acde-48c31f30175a",
            "display" : "Enduring Freedom"
          }
        ]
      }
    ]
  }
}