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 (XML)

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

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

A dermatology example describing facial skin while excluding the skin of the eyelids. (id = "face-excluding-eyelids")

<?xml version="1.0" encoding="UTF-8"?>

<BodyStructure xmlns="http://hl7.org/fhir">
  <id value="face-excluding-eyelids"/> 
  <active value="true"/> 
  <includedStructure> 
    <structure> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="361703006"/> 
        <display value="Entire skin of face"/> 
      </coding> 
      <text value="Skin of face"/> 
    </structure> 
  </includedStructure> 
  <excludedStructure> 
    <structure> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="245947005"/> 
        <display value="Entire skin of eyelid"/> 
      </coding> 
      <text value="Skin of eyelids"/> 
    </structure> 
  </excludedStructure> 
  <description value="Facial skin region for dermatology treatment, excluding eyelid skin"/> 
  <patient> 
    <reference value="Patient/example"/> 
  </patient> 
</BodyStructure> 

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.