<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="example-patient-profile" />
  <url value="http://example.org/StructureDefinition/example-patient-profile" />
  <version value="1.0.0" />
  <name value="ExamplePatientProfile" />
  <title value="Example Patient Profile" />
  <description value="Example of a profile of Patient" />
  <fhirVersion value="4.0.1" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Patient" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient" />
  <derivation value="constraint" />
  <differential>
    <element id="Patient.name">
      <path value="Patient.name" />
      <short value="Official name (i.e., legal name) of patient" />
      <definition value="Official name (i.e., legal name) of the patient, corresponding to `official` in [this value set](https://www.hl7.org/fhir/valueset-name-use.html)." />
      <min value="1" />
      <max value="1" />
      <mustSupport value="true" />
    </element>
    <element id="Patient.name.family">
      <path value="Patient.name.family" />
      <mustSupport value="true" />
    </element>
    <element id="Patient.name.given">
      <path value="Patient.name.given" />
      <mustSupport value="true" />
    </element>
    <element id="Patient.gender">
      <path value="Patient.gender" />
      <max value="0" />
    </element>
    <element id="Patient.birthDate">
      <path value="Patient.birthDate" />
      <comment value="If exact date of birth is partially or completely unknown, Implementers SHALL populate this element with the date of birth information listed on the patient's government-issued identification." />
    </element>
    <element id="Patient.deceased[x]">
      <path value="Patient.deceased[x]" />
      <type>
        <code value="dateTime" />
      </type>
    </element>
    <element id="Patient.maritalStatus">
      <path value="Patient.maritalStatus" />
      <binding>
        <strength value="required" />
        <valueSet value="http://hl7.org/fhir/ValueSet/marital-status" />
      </binding>
    </element>
  </differential>
</StructureDefinition>