FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example BodyStructure/cardiac-myxoma (JSON)

Responsible Owner: Orders and Observations Work GroupStandards Status: InformativeCompartments: Patient

Raw JSON (canonical form + also see JSON Format Specification)

This example demonstrates a cardiac myxoma represented as one morphologic entity spanning the left atrium and left ventricle.

{
  "resourceType" : "BodyStructure",
  "id" : "cardiac-myxoma",
  "identifier" : [{
    "system" : "http://example.org/fhir/bodystructure-identifiers",
    "value" : "M1"
  }],
  "spanningMorphology" : {
    "text" : "Cardiac myxoma"
  },
  "includedStructure" : [{
    "structure" : {
      "text" : "Left atrium"
    }
  },
  {
    "structure" : {
      "text" : "Left ventricle"
    }
  }],
  "description" : "A cardiac myxoma originating in the left atrium and extending through the mitral valve into the left ventricle.",
  "patient" : {
    "reference" : "Patient/example"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.