@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://mitre.org/fhir/space-health/ValueSet/nasa-preflight-offset-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nasa-preflight-offset-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nasa-preflight-offset-vs</b></p><a name=\"nasa-preflight-offset-vs\"> </a><a name=\"hcnasa-preflight-offset-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-nasa-schedule-offset-cs.html\"><code>https://mitre.org/fhir/space-health/CodeSystem/nasa-schedule-offset-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.5.12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-24m\">L-24m</a></td><td style=\"color: #cccccc\">L-24 months</td><td>24 months before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-19m\">L-19m</a></td><td style=\"color: #cccccc\">L-19 months</td><td>19 months before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-12m\">L-12m</a></td><td style=\"color: #cccccc\">L-12 months</td><td>12 months before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-9m\">L-9m</a></td><td style=\"color: #cccccc\">L-9 months</td><td>9 months before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-6m\">L-6m</a></td><td style=\"color: #cccccc\">L-6 months</td><td>6 months before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-180d\">L-180d</a></td><td style=\"color: #cccccc\">L-180 days</td><td>180 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-90d\">L-90d</a></td><td style=\"color: #cccccc\">L-90 days</td><td>90 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-45d\">L-45d</a></td><td style=\"color: #cccccc\">L-45 days</td><td>45 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-30d\">L-30d</a></td><td style=\"color: #cccccc\">L-30 days</td><td>30 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-15d\">L-15d</a></td><td style=\"color: #cccccc\">L-15 days</td><td>15 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-10d\">L-10d</a></td><td style=\"color: #cccccc\">L-10 days</td><td>10 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-7d\">L-7d</a></td><td style=\"color: #cccccc\">L-7 days</td><td>7 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-3d\">L-3d</a></td><td style=\"color: #cccccc\">L-3 days</td><td>3 days before launch</td></tr><tr><td><a href=\"CodeSystem-nasa-schedule-offset-cs.html#nasa-schedule-offset-cs-L-0\">L-0</a></td><td style=\"color: #cccccc\">L-0</td><td>Launch day</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://mitre.org/fhir/space-health/ValueSet/nasa-preflight-offset-vs"^^xsd:anyURI ;
     fhir:l <https://mitre.org/fhir/space-health/ValueSet/nasa-preflight-offset-vs>
  ] ; # 
  fhir:version [ fhir:v "0.5.12"] ; # 
  fhir:name [ fhir:v "NASAPreflightOffsetVS"] ; # 
  fhir:title [ fhir:v "NASA Preflight Schedule Offsets"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-25T00:24:16-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MITRE"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MITRE" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.mitre.org/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set for L-minus preflight schedule offsets."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://mitre.org/fhir/space-health/CodeSystem/nasa-schedule-offset-cs"^^xsd:anyURI ;
         fhir:l <https://mitre.org/fhir/space-health/CodeSystem/nasa-schedule-offset-cs>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "L-24m" ]
       ] [
         fhir:code [ fhir:v "L-19m" ]
       ] [
         fhir:code [ fhir:v "L-12m" ]
       ] [
         fhir:code [ fhir:v "L-9m" ]
       ] [
         fhir:code [ fhir:v "L-6m" ]
       ] [
         fhir:code [ fhir:v "L-180d" ]
       ] [
         fhir:code [ fhir:v "L-90d" ]
       ] [
         fhir:code [ fhir:v "L-45d" ]
       ] [
         fhir:code [ fhir:v "L-30d" ]
       ] [
         fhir:code [ fhir:v "L-15d" ]
       ] [
         fhir:code [ fhir:v "L-10d" ]
       ] [
         fhir:code [ fhir:v "L-7d" ]
       ] [
         fhir:code [ fhir:v "L-3d" ]
       ] [
         fhir:code [ fhir:v "L-0" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

