{
  "resourceType" : "Observation",
  "id" : "HabitatEnvironment-Sol125",
  "meta" : {
    "profile" : ["https://mitre.org/fhir/space-health/StructureDefinition/habitat-environmental-observation"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation HabitatEnvironment-Sol125</b></p><a name=\"HabitatEnvironment-Sol125\"> </a><a name=\"hcHabitatEnvironment-Sol125\"> </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-habitat-environmental-observation.html\">Habitat Environmental Monitoring</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category environmental}\">environmental</span></p><p><b>code</b>: <span title=\"Codes:\">Habitat Atmospheric Conditions</span></p><p><b>subject</b>: <a href=\"Location-MarsHabitat-Jezero.html\">Location Mars Direct Habitat Unit - Jezero Site</a></p><p><b>effective</b>: 2041-03-15 14:30:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Cabin Pressure</span></p><p><b>value</b>: 101.3 kPa<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekPa = 'kPa')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Oxygen Percentage</span></p><p><b>value</b>: 21 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Carbon Dioxide</span></p><p><b>value</b>: 0.04 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Temperature</span></p><p><b>value</b>: 22.5 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeCel = 'Cel')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Relative Humidity</span></p><p><b>value</b>: 45 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p></blockquote></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "environmental"
    }]
  }],
  "code" : {
    "text" : "Habitat Atmospheric Conditions"
  },
  "subject" : {
    "reference" : "Location/MarsHabitat-Jezero"
  },
  "effectiveDateTime" : "2041-03-15T14:30:00Z",
  "component" : [{
    "code" : {
      "text" : "Cabin Pressure"
    },
    "valueQuantity" : {
      "value" : 101.3,
      "unit" : "kPa",
      "system" : "http://unitsofmeasure.org",
      "code" : "kPa"
    }
  },
  {
    "code" : {
      "text" : "Oxygen Percentage"
    },
    "valueQuantity" : {
      "value" : 21,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "text" : "Carbon Dioxide"
    },
    "valueQuantity" : {
      "value" : 0.04,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  },
  {
    "code" : {
      "text" : "Temperature"
    },
    "valueQuantity" : {
      "value" : 22.5,
      "unit" : "Cel",
      "system" : "http://unitsofmeasure.org",
      "code" : "Cel"
    }
  },
  {
    "code" : {
      "text" : "Relative Humidity"
    },
    "valueQuantity" : {
      "value" : 45,
      "unit" : "%",
      "system" : "http://unitsofmeasure.org",
      "code" : "%"
    }
  }]
}