@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/CodeSystem/space-nutrition-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "space-nutrition-type-cs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem space-nutrition-type-cs</b></p><a name=\"space-nutrition-type-cs\"> </a><a name=\"hcspace-nutrition-type-cs\"> </a><p>This case-sensitive code system <code>https://mitre.org/fhir/space-health/CodeSystem/space-nutrition-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">freeze-dried-meal<a name=\"space-nutrition-type-cs-freeze-dried-meal\"> </a></td><td>Freeze-Dried Meal</td></tr><tr><td style=\"white-space:nowrap\">thermo-stabilized-entree<a name=\"space-nutrition-type-cs-thermo-stabilized-entree\"> </a></td><td>Thermo-Stabilized Entrée</td></tr><tr><td style=\"white-space:nowrap\">fresh-produce<a name=\"space-nutrition-type-cs-fresh-produce\"> </a></td><td>Fresh Produce Payload</td></tr><tr><td style=\"white-space:nowrap\">electrolyte-mix<a name=\"space-nutrition-type-cs-electrolyte-mix\"> </a></td><td>Supplemental Electrolyte Mix</td></tr><tr><td style=\"white-space:nowrap\">irradiated-food<a name=\"space-nutrition-type-cs-irradiated-food\"> </a></td><td>Irradiated Food Package</td></tr><tr><td style=\"white-space:nowrap\">intermediate-moisture<a name=\"space-nutrition-type-cs-intermediate-moisture\"> </a></td><td>Intermediate Moisture Food</td></tr><tr><td style=\"white-space:nowrap\">natural-form<a name=\"space-nutrition-type-cs-natural-form\"> </a></td><td>Natural Form Food</td></tr><tr><td style=\"white-space:nowrap\">rehydratable<a name=\"space-nutrition-type-cs-rehydratable\"> </a></td><td>Rehydratable Food</td></tr><tr><td style=\"white-space:nowrap\">beverage-powder<a name=\"space-nutrition-type-cs-beverage-powder\"> </a></td><td>Beverage Powder</td></tr><tr><td style=\"white-space:nowrap\">nutritional-supplement<a name=\"space-nutrition-type-cs-nutritional-supplement\"> </a></td><td>Nutritional Supplement</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://mitre.org/fhir/space-health/CodeSystem/space-nutrition-type-cs"^^xsd:anyURI ;
     fhir:l <https://mitre.org/fhir/space-health/CodeSystem/space-nutrition-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.5.12"] ; # 
  fhir:name [ fhir:v "SpaceNutritionTypeCS"] ; # 
  fhir:title [ fhir:v "Space Nutrition Product Types"] ; # 
  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 "Types of nutritional products used in space missions"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "freeze-dried-meal" ] ;
     fhir:display [ fhir:v "Freeze-Dried Meal" ]
  ] [
     fhir:code [ fhir:v "thermo-stabilized-entree" ] ;
     fhir:display [ fhir:v "Thermo-Stabilized Entrée" ]
  ] [
     fhir:code [ fhir:v "fresh-produce" ] ;
     fhir:display [ fhir:v "Fresh Produce Payload" ]
  ] [
     fhir:code [ fhir:v "electrolyte-mix" ] ;
     fhir:display [ fhir:v "Supplemental Electrolyte Mix" ]
  ] [
     fhir:code [ fhir:v "irradiated-food" ] ;
     fhir:display [ fhir:v "Irradiated Food Package" ]
  ] [
     fhir:code [ fhir:v "intermediate-moisture" ] ;
     fhir:display [ fhir:v "Intermediate Moisture Food" ]
  ] [
     fhir:code [ fhir:v "natural-form" ] ;
     fhir:display [ fhir:v "Natural Form Food" ]
  ] [
     fhir:code [ fhir:v "rehydratable" ] ;
     fhir:display [ fhir:v "Rehydratable Food" ]
  ] [
     fhir:code [ fhir:v "beverage-powder" ] ;
     fhir:display [ fhir:v "Beverage Powder" ]
  ] [
     fhir:code [ fhir:v "nutritional-supplement" ] ;
     fhir:display [ fhir:v "Nutritional Supplement" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

