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

: Example Training Dive Profile - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ExampleDiveProfile",
  "meta" : {
    "profile" : [
      🔗 "https://mitre.org/fhir/space-health/StructureDefinition/DiveProfile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleDiveProfile</b></p><a name=\"ExampleDiveProfile\"> </a><a name=\"hcExampleDiveProfile\"> </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-DiveProfile.html\">Dive Profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LA6156-8}\">Dive profile</span></p><p><b>subject</b>: <a href=\"Patient-janeway.html\">Catherine Janeway  (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2025-06-01 09:30:00+0000</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 33747-0}\">Maximum depth</span></p><p><b>value</b>: 12 m<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codem = 'm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org LA6157-6}\">Bottom time</span></p><p><b>value</b>: 180 min<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemin = 'min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 33746-2}\">Water temperature</span></p><p><b>value</b>: 26 Cel<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeCel = 'Cel')</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA6156-8",
        "display" : "Dive profile"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/janeway"
  },
  "effectiveDateTime" : "2025-06-01T09:30:00Z",
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "33747-0",
            "display" : "Maximum depth"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 12,
        "system" : "http://unitsofmeasure.org",
        "code" : "m"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6157-6",
            "display" : "Bottom time"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 180,
        "system" : "http://unitsofmeasure.org",
        "code" : "min"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "33746-2",
            "display" : "Water temperature"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 26,
        "system" : "http://unitsofmeasure.org",
        "code" : "Cel"
      }
    }
  ]
}