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

: Deployment Episode Type Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "military-service-deployment-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>f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f</td><td>Deployment  Episode</td></tr><tr><td>e06a57f8-329c-4d74-af88-47c765f0b83a</td><td>Training Deployment Episode</td></tr><tr><td>77eb3c61-f5c3-425c-848a-6b180b5b0528</td><td>Humanitarian Deployment Episode</td></tr><tr><td>82bf75df-60b7-4505-ba9e-8d0171ebb6c3</td><td>Combat Deployment Episode</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/military-service/ValueSet/military-service-deployment-episode-mission-vs",
  "version" : "0.1.0",
  "name" : "DeploymentEpisodeMissionVS",
  "title" : "Deployment Episode Type 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" : "Recommended deployment episeod type code - only the root concept of 'Deployment Episode' is needed for typical implementations.",
  "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" : "f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f",
            "display" : "Deployment  Episode"
          },
          {
            "code" : "e06a57f8-329c-4d74-af88-47c765f0b83a",
            "display" : "Training Deployment Episode"
          },
          {
            "code" : "77eb3c61-f5c3-425c-848a-6b180b5b0528",
            "display" : "Humanitarian Deployment Episode"
          },
          {
            "code" : "82bf75df-60b7-4505-ba9e-8d0171ebb6c3",
            "display" : "Combat Deployment Episode"
          }
        ]
      }
    ]
  }
}