<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="example-living-patient-profile" />
  <url value="https://matthijs.test/fhir/pipeline/StructureDefinition/example-living-patient-profile" />
  <name value="ExampleLivingPatientProfile" />
  <title value="Example Living Patient Patient Profile" />
  <status value="active" />
  <description value="Example of a profile for living patients inheriting from ExampleAbstractPatientProfile" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Patient" />
  <baseDefinition value="https://matthijs.test/fhir/pipeline/StructureDefinition/example-abstract-patient-profile" />
  <derivation value="constraint" />
  <differential>
    <element id="Patient.deceased[x]">
      <path value="Patient.deceased[x]" />
      <type>
        <code value="boolean" />
      </type>
      <patternBoolean value="false" />
    </element>
  </differential>
</StructureDefinition>