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/face-excluding-eyelids (JSON)

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

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

A dermatology example describing facial skin while excluding the skin of the eyelids.

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

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.