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

: Observation - Orbital Elements - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Observation.Kepler.ECI.1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Observation.Kepler.ECI.1</b></p><a name=\"Observation.Kepler.ECI.1\"> </a><a name=\"hcObservation.Kepler.ECI.1\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org ECI}\">Satellite Observation</span></p><p><b>method</b>: <span title=\"Codes:\">Earth Centered Inertial</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Eccentricity</span></p><p><b>value</b>: 0.6</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Semimajor Axis</span></p><p><b>value</b>: 2.7</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Angle of Inclination</span></p><p><b>value</b>: 53 deg</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Longitude of the ascending node</span></p><p><b>value</b>: 0 deg</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">Argument of Periapsis</span></p><p><b>value</b>: 22.1 deg</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:\">True anomaly</span></p><p><b>value</b>: 30 s</p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "ECI",
        "display" : "Satellite Observation"
      }
    ]
  },
  "method" : {
    "coding" : [
      {
        "code" : "ECI",
        "display" : "Earth Centered Inertial"
      }
    ],
    "text" : "Earth Centered Inertial"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "code" : "e",
            "display" : "Eccentricity"
          }
        ],
        "text" : "Eccentricity"
      },
      "valueQuantity" : {
        "value" : 0.6
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "code" : "a",
            "display" : "Semimajor Axis"
          }
        ],
        "text" : "Semimajor Axis"
      },
      "valueQuantity" : {
        "value" : 2.7
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "code" : "i",
            "display" : "Inclination"
          }
        ],
        "text" : "Angle of Inclination"
      },
      "valueQuantity" : {
        "value" : 53,
        "unit" : "deg"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "code" : "Ω",
            "display" : "Longitude of the ascending node"
          }
        ],
        "text" : "Longitude of the ascending node"
      },
      "valueQuantity" : {
        "value" : 0,
        "unit" : "deg"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "code" : "ω",
            "display" : "Periapsis"
          }
        ],
        "text" : "Argument of Periapsis"
      },
      "valueQuantity" : {
        "value" : 22.1,
        "unit" : "deg"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "code" : "θ",
            "display" : "True Anomaly"
          }
        ],
        "text" : "True anomaly"
      },
      "valueQuantity" : {
        "value" : 30,
        "unit" : "s"
      }
    }
  ]
}