This page is part of the HL7 FHIR Implementation Guide for Military Service History and Status (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Deployment Episode Type Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "military-service-deployment-episode-mission-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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-f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f\">f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f</a></td><td>Deployment Episode</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-e06a57f8-329c-4d74-af88-47c765f0b83a\">e06a57f8-329c-4d74-af88-47c765f0b83a</a></td><td>Training Deployment Episode</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-77eb3c61-f5c3-425c-848a-6b180b5b0528\">77eb3c61-f5c3-425c-848a-6b180b5b0528</a></td><td>Humanitarian Deployment Episode</td></tr><tr><td><a href=\"CodeSystem-military-service-code-system.html#military-service-code-system-82bf75df-60b7-4505-ba9e-8d0171ebb6c3\">82bf75df-60b7-4505-ba9e-8d0171ebb6c3</a></td><td>Combat Deployment Episode</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/military-service/ValueSet/military-service-deployment-episode-mission-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DeploymentEpisodeCategoryVS"] ; #
fhir:title [ fhir:v "Deployment Episode Type Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-05-30T15:10:11+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Cross Group Projects WG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Cross Group Projects WG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cgp@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Recommended deployment episode type code - only the root concept of 'Deployment Episode' is needed for typical implementations."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/military-service/CodeSystem/military-service-code-system"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "f6bb8fdc-89b0-4c0b-8d81-d3916f182c2f" ] ;
fhir:display [ fhir:v "Deployment Episode" ] ] [
fhir:code [ fhir:v "e06a57f8-329c-4d74-af88-47c765f0b83a" ] ;
fhir:display [ fhir:v "Training Deployment Episode" ] ] [
fhir:code [ fhir:v "77eb3c61-f5c3-425c-848a-6b180b5b0528" ] ;
fhir:display [ fhir:v "Humanitarian Deployment Episode" ] ] [
fhir:code [ fhir:v "82bf75df-60b7-4505-ba9e-8d0171ebb6c3" ] ;
fhir:display [ fhir:v "Combat Deployment Episode" ] ] ) ] )
] . #