{
  "resourceType" : "BodyStructure",
  "id" : "face-excluding-eyelids",
  "active" : true,
  "includedStructure" : [{
    "structure" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "361703006",
        "display" : "Entire skin of face"
      }],
      "text" : "Skin of face"
    }
  }],
  "excludedStructure" : [{
    "structure" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "245947005",
        "display" : "Entire skin of eyelid"
      }],
      "text" : "Skin of eyelids"
    }
  }],
  "description" : "Facial skin region for dermatology treatment, excluding eyelid skin",
  "patient" : {
    "reference" : "Patient/example"
  }
}