<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="https://example.org/fhir/StructureDefinition/Encounter_ADT" />
  <name value="Encounter_ADT" />
  <status value="draft" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Encounter" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Encounter" />
  <derivation value="constraint" />
  <differential>
    <element id="Encounter.identifier">
      <path value="Encounter.identifier" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Encounter.participant">
      <path value="Encounter.participant" />
      <definition value="The list of people responsible for providing the service.." />
    </element>
    <element id="Encounter.reasonCode">
      <path value="Encounter.reasonCode" />
      <definition value="Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.." />
    </element>
    <element id="Encounter.location">
      <path value="Encounter.location" />
      <definition value="List of locations where  the patient has been during this encounter.." />
    </element>
  </differential>
</StructureDefinition>