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/breast-mass (JSON)

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

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

This example demonstrates using BodyStructure to describe a breast mass.

{
  "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"
  }
}

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.