{
  "resourceType" : "Observation",
  "id" : "ISRU-Production-Sol210",
  "meta" : {
    "profile" : ["https://mitre.org/fhir/space-health/StructureDefinition/isru-production-log"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/observation-category-aerospace",
      "code" : "operational"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs",
      "code" : "cumulative-propellant",
      "display" : "Cumulative Propellant Production"
    }]
  },
  "effectiveDateTime" : "2041-06-01T12:00:00Z",
  "valueQuantity" : {
    "value" : 89000,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  },
  "note" : [{
    "text" : "Production rate steady at 450 kg/sol average. On track to reach 112 tons for Earth return vehicle by Sol 300."
  }],
  "device" : {
    "reference" : "Device/ISRU-Plant-Jezero-1"
  },
  "component" : [{
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs",
        "code" : "power-consumption"
      }]
    },
    "valueQuantity" : {
      "value" : 25.3,
      "unit" : "kW",
      "system" : "http://unitsofmeasure.org",
      "code" : "kW"
    }
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/isru-metrics-cs",
        "code" : "reactor-status"
      }]
    },
    "valueString" : "Nominal operation, 96% efficiency"
  }]
}