{
  "resourceType" : "BodyStructure",
  "id" : "breast-mass",
  "includedStructure" : [{
    "structure" : {
      "coding" : [{
        "code" : "76752008",
        "system" : "http://snomed.info/sct",
        "display" : "Breast"
      }]
    },
    "laterality" : {
      "coding" : [{
        "code" : "7771000",
        "system" : "http://snomed.info/sct",
        "display" : "Left"
      }]
    },
    "bodyLandmarkOrientation" : [{
      "clockFacePosition" : [{
        "coding" : [{
          "code" : "260328008",
          "system" : "http://snomed.info/sct",
          "display" : "2 o'clock position"
        }]
      }]
    },
    {
      "landmarkDescription" : [{
        "coding" : [{
          "code" : "24142002",
          "system" : "http://snomed.info/sct",
          "display" : "Nipple"
        }]
      }],
      "distanceFromLandmark" : [{
        "value" : [{
          "value" : 3,
          "code" : "cm",
          "unit" : "cm",
          "system" : "http://unitsofmeasure.org"
        }]
      }]
    }],
    "morphology" : {
      "coding" : [{
        "code" : "89164003",
        "system" : "http://snomed.info/sct",
        "display" : "Breast mass"
      }]
    }
  }],
  "patient" : {
    "reference" : "Patient/genetics-example1"
  }
}