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

: Artemis III Translunar Radiation Exposure - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Artemis-III-Translunar-Radiation",
  "meta" : {
    "profile" : [
      🔗 "https://mitre.org/fhir/space-health/StructureDefinition/artemis-radiation-exposure"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Artemis-III-Translunar-Radiation</b></p><a name=\"Artemis-III-Translunar-Radiation\"> </a><a name=\"hcArtemis-III-Translunar-Radiation\"> </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-artemis-radiation-exposure.html\">Artemis Radiation Exposure</a></p></div><p><b>Mission Context</b>: <a href=\"Encounter-Artemis-III-Mission.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB); period = 2027-09-01 00:00:00+0000 --&gt; (ongoing)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-type-cs cumulative-dose}\">Cumulative radiation dose</span></p><p><b>subject</b>: <a href=\"Patient/AstronautExample\">Patient/AstronautExample</a></p><p><b>effective</b>: 2027-09-01 10:00:00+0000 --&gt; 2027-09-05 10:00:00+0000</p><p><b>value</b>: 3.2 mSv<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemSv = 'mSv')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs gcr}\">Galactic cosmic rays</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs gcr}\">gcr</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/aerospace/CodeSystem/shielding-condition-cs nominal-shielding}\">nominal-shielding</span></p><p><b>value</b>: Orion crew module nominal aluminum shielding (~10 g/cm²)</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/aerospace/StructureDefinition/mission-context",
      "valueReference" : {
        🔗 "reference" : "Encounter/Artemis-III-Mission"
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-type-cs",
        "code" : "cumulative-dose",
        "display" : "Cumulative radiation dose"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/AstronautExample"
  },
  "effectivePeriod" : {
    "start" : "2027-09-01T10:00:00Z",
    "end" : "2027-09-05T10:00:00Z"
  },
  "valueQuantity" : {
    "value" : 3.2,
    "unit" : "mSv",
    "system" : "http://unitsofmeasure.org",
    "code" : "mSv"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs",
            "code" : "gcr",
            "display" : "Galactic cosmic rays"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/radiation-source-cs",
            "code" : "gcr"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/aerospace/CodeSystem/shielding-condition-cs",
            "code" : "nominal-shielding"
          }
        ]
      },
      "valueString" : "Orion crew module nominal aluminum shielding (~10 g/cm²)"
    }
  ]
}