0.5.12 - ci-build

SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hydration Product Types - TTL Representation

Active as of 2026-03-25

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hydration-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 hydration-type-cs</b></p><a name=\"hydration-type-cs\"> </a><a name=\"hchydration-type-cs\"> </a><p>This case-sensitive code system <code>https://mitre.org/fhir/space-health/CodeSystem/hydration-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\">potable-water<a name=\"hydration-type-cs-potable-water\"> </a></td><td>Potable Water</td></tr><tr><td style=\"white-space:nowrap\">recycled-water<a name=\"hydration-type-cs-recycled-water\"> </a></td><td>Recycled Water</td></tr><tr><td style=\"white-space:nowrap\">ors<a name=\"hydration-type-cs-ors\"> </a></td><td>Oral Rehydration Solution</td></tr><tr><td style=\"white-space:nowrap\">electrolyte-packet<a name=\"hydration-type-cs-electrolyte-packet\"> </a></td><td>Electrolyte Packet</td></tr><tr><td style=\"white-space:nowrap\">iv-saline<a name=\"hydration-type-cs-iv-saline\"> </a></td><td>IV Saline</td></tr><tr><td style=\"white-space:nowrap\">sports-drink<a name=\"hydration-type-cs-sports-drink\"> </a></td><td>Sports Drink Mix</td></tr><tr><td style=\"white-space:nowrap\">tea-coffee<a name=\"hydration-type-cs-tea-coffee\"> </a></td><td>Tea/Coffee Beverage</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://mitre.org/fhir/space-health/CodeSystem/hydration-type-cs"^^xsd:anyURI ;
fhir:l <https://mitre.org/fhir/space-health/CodeSystem/hydration-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.5.12"] ; # 
  fhir:name [ fhir:v "HydrationTypeCS"] ; # 
  fhir:title [ fhir:v "Hydration 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 hydration products used in space"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "potable-water" ] ;
fhir:display [ fhir:v "Potable Water" ]
  ] [
fhir:code [ fhir:v "recycled-water" ] ;
fhir:display [ fhir:v "Recycled Water" ]
  ] [
fhir:code [ fhir:v "ors" ] ;
fhir:display [ fhir:v "Oral Rehydration Solution" ]
  ] [
fhir:code [ fhir:v "electrolyte-packet" ] ;
fhir:display [ fhir:v "Electrolyte Packet" ]
  ] [
fhir:code [ fhir:v "iv-saline" ] ;
fhir:display [ fhir:v "IV Saline" ]
  ] [
fhir:code [ fhir:v "sports-drink" ] ;
fhir:display [ fhir:v "Sports Drink Mix" ]
  ] [
fhir:code [ fhir:v "tea-coffee" ] ;
fhir:display [ fhir:v "Tea/Coffee Beverage" ]
  ] ) . #