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

: ISS Anxiety Assessment - Pre-EVA - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ISS-AnxietyAssessment-PreEVA",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/aerospace/StructureDefinition/behavioral-health-state"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ISS-AnxietyAssessment-PreEVA</b></p><a name=\"ISS-AnxietyAssessment-PreEVA\"> </a><a name=\"hcISS-AnxietyAssessment-PreEVA\"> </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-behavioral-health-state.html\">Behavioral Health State</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 55467-8}\">Psychological assessment</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs anxiety-level}\">Anxiety level</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>effective</b>: 2025-06-15 08:00:00+0000</p><p><b>value</b>: 6 {score}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{score} = '{score}')</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/behavioral-biomarker-cs hrv-ms}\">Heart rate variability (ms)</span></td><td>32 ms<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codems = 'ms')</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "55467-8",
          "display" : "Psychological assessment"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/aerospace-behavioral-state-cs",
        "code" : "anxiety-level",
        "display" : "Anxiety level"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/AstronautExample"
  },
  "effectiveDateTime" : "2025-06-15T08:00:00Z",
  "valueQuantity" : {
    "value" : 6,
    "system" : "http://unitsofmeasure.org",
    "code" : "{score}"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/behavioral-biomarker-cs",
            "code" : "hrv-ms"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 32,
        "unit" : "ms",
        "system" : "http://unitsofmeasure.org",
        "code" : "ms"
      }
    }
  ]
}