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 Occupation Value Set - TTL Representation

Active as of 2023-05-30

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-military-occupation-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-55-3019.4600.46025711\">55-3019.00.025711</a></td><td>Marine [Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members, All Other]</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/military-service/ValueSet/military-service-military-occupation-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "MilitaryOccupationVS"] ; # 
  fhir:title [ fhir:v "Military Occupation Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-30T13:35:06+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 "Military Occupation Value Set"] ; # 
  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 "55-3019.00.025711" ] ;
fhir:display [ fhir:v "Marine [Military Enlisted Tactical Operations and Air/Weapons Specialists and Crew Members, All Other]" ]       ] )     ] )
  ] . #