@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/Observation/ISRU-Production-Sol210> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ISRU-Production-Sol210"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://mitre.org/fhir/space-health/StructureDefinition/isru-production-log"^^xsd:anyURI ;
       fhir:l <https://mitre.org/fhir/space-health/StructureDefinition/isru-production-log>
     ] )
  ] ; # 
  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: Observation ISRU-Production-Sol210</b></p><a name=\"ISRU-Production-Sol210\"> </a><a name=\"hcISRU-Production-Sol210\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-isru-production-log.html\">ISRU Production Log</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/observation-category-aerospace operational}\">operational</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs cumulative-propellant}\">Cumulative Propellant Production</span></p><p><b>effective</b>: 2041-06-01 12:00:00+0000</p><p><b>value</b>: 89000 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p><p><b>note</b>: </p><blockquote><div><p>Production rate steady at 450 kg/sol average. On track to reach 112 tons for Earth return vehicle by Sol 300.</p>\n</div></blockquote><p><b>device</b>: <a href=\"Device-ISRU-Plant-Jezero-1.html\">Device: status = active; manufacturer = NASA / Commercial Partners; type = Mars ISRU Propellant Plant</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs power-consumption}\">power-consumption</span></p><p><b>value</b>: 25.3 kW<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekW = 'kW')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs reactor-status}\">reactor-status</span></p><p><b>value</b>: Nominal operation, 96% efficiency</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/observation-category-aerospace"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/observation-category-aerospace>
       ] ;
       fhir:code [ fhir:v "operational" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs>
       ] ;
       fhir:code [ fhir:v "cumulative-propellant" ] ;
       fhir:display [ fhir:v "Cumulative Propellant Production" ]
     ] )
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2041-06-01T12:00:00Z"^^xsd:dateTime
  ] ; # 
  fhir:value [
     a fhir:Quantity ;
     fhir:value [ fhir:v "89000"^^xsd:decimal ] ;
     fhir:unit [ fhir:v "kg" ] ;
     fhir:system [
       fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
       fhir:l <http://unitsofmeasure.org>
     ] ;
     fhir:code [ fhir:v "kg" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Production rate steady at 450 kg/sol average. On track to reach 112 tons for Earth return vehicle by Sol 300." ]
  ] ) ; # 
  fhir:device [
     fhir:l <https://mitre.org/fhir/space-health/Device/ISRU-Plant-Jezero-1> ;
     fhir:reference [ fhir:v "Device/ISRU-Plant-Jezero-1" ]
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs>
         ] ;
         fhir:code [ fhir:v "power-consumption" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v 25.3 ] ;
       fhir:unit [ fhir:v "kW" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "kW" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs>
         ] ;
         fhir:code [ fhir:v "reactor-status" ]
       ] )
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Nominal operation, 96% efficiency"
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

