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
@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:Resource.id [ fhir:value "military-service-combat-episode-mission-vs"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/military-service/ValueSet/military-service-combat-episode-mission-vs"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "CombatEpisodeMissionVS"];
fhir:ValueSet.title [ fhir:value "Combat Episode Mission Value Set"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-08-13T16:25:22+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Cross Group Projects WG"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Cross Group Projects WG" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cgp" ] ], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "cgp@lists.hl7.org" ] ]
];
fhir:ValueSet.description [ fhir:value "Example combat mission code; this is only an example data element that may be associated with a Deployment Episode, if needed."];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://www.logicahealth.org/solutions/solor/military-service" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "CD1CAD19F5494F1981211F8634DD6AB1" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "ANTIGUERRILLA OPERATIONS" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "469552D4E8AA4BBBBF075190F7ED430C" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "COMBAT PATROL" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "750988FBBD6148DCB85C062DEFC871E2" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Individual Augmentee" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "46a15b13-b5c1-4ae8-acde-48c31f30175a" ];
fhir:ValueSet.compose.include.concept.display [ fhir:value "Enduring Freedom" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.