<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="https://fhir.org/fhir/StructureDefinition/PatientBornIndicator" />
  <name value="PatientBornIndicator" />
  <status value="draft" />
  <fhirVersion value="4.0.1" />
  <kind value="complex-type" />
  <abstract value="false" />
  <context>
    <type value="element" />
    <expression value="Patient" />
  </context>
  <type value="Extension" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
  <derivation value="constraint" />
  <differential>
    <element id="Extension">
      <path value="Extension" />
      <short value="Born indicator" />
      <definition value="Indicates if the patient is born or not. True if a patient is live born, false if a patient is a fetus (either alive or demised). In case of a fetus the status of the record (Patient.active) should be true as long as the fetus is still alive and unborn, and set to false in case of fetal demise." />
    </element>
    <element id="Extension.url">
      <path value="Extension.url" />
      <fixedUri value="https://fhir.org/fhir/StructureDefinition/PatientBornIndicator" />
    </element>
    <element id="Extension.value[x]">
      <path value="Extension.value[x]" />
      <type>
        <code value="boolean" />
      </type>
    </element>
  </differential>
</StructureDefinition>