<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="http://hl7.org/fhir/StructureDefinition/Foetus" />
  <name value="Foetus" />
  <status value="draft" />
  <kind value="logical" />
  <abstract value="false" />
  <type value="http://hl7.org/fhir/StructureDefinition/Foetus" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element" />
  <derivation value="specialization" />
  <snapshot>
    <element id="Foetus">
      <path value="Foetus" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="Element" />
      </type>
    </element>
    <element id="Foetus.identifier">
      <path value="Foetus.identifier" />
      <short value="Foetus identifier" />
      <definition value="An identifier for this foetus" />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="Identifier" />
        <profile value="http://hl7.org/fhir/StructureDefinition/Identifier" />
      </type>
    </element>
    <element id="Foetus.patient">
      <path value="Foetus.patient" />
      <short value="Linked patient" />
      <definition value="A reference to the (un)born patient, which is the same actual human-being. In case of the existence of a patient record this element can link the foetus to the actual patient." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient" />
      </type>
    </element>
    <element id="Foetus.pregnancy">
      <path value="Foetus.pregnancy" />
      <short value="Pregnancy" />
      <definition value="The related pregnancy" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Condition" />
      </type>
    </element>
    <element id="Foetus.sex">
      <path value="Foetus.sex" />
      <short value="male | female | unknown | inconclusive" />
      <definition value="The (estimated) medical sex of the foetus" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="code" />
        <profile value="http://hl7.org/fhir/StructureDefinition/code" />
      </type>
    </element>
    <element id="Foetus.birthDate">
      <path value="Foetus.birthDate" />
      <short value="Estimated date of birth" />
      <definition value="The (estimated) date of birth for the foetus" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="dateTime" />
        <profile value="http://hl7.org/fhir/StructureDefinition/dateTime" />
      </type>
    </element>
    <element id="Foetus.deceased[x]">
      <path value="Foetus.deceased[x]" />
      <short value="Indicates if the foetus is deceased or not" />
      <definition value="Indicates whether the foetus is deceased or not (bool) or the actual date of death (dateTime)." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
        <profile value="http://hl7.org/fhir/StructureDefinition/boolean" />
      </type>
      <type>
        <code value="dateTime" />
        <profile value="http://hl7.org/fhir/StructureDefinition/dateTime" />
      </type>
    </element>
    <element id="Foetus.multipleBirth[x]">
      <path value="Foetus.multipleBirth[x]" />
      <short value="Whether the foetus is part of a multiple birth" />
      <definition value="Indicates whether the foetus is part of a multiple birth (bool) or the actual number of fetuses in this pregnancy (integer)" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
        <profile value="http://hl7.org/fhir/StructureDefinition/boolean" />
      </type>
      <type>
        <code value="integer" />
        <profile value="http://hl7.org/fhir/StructureDefinition/integer" />
      </type>
    </element>
  </snapshot>
</StructureDefinition>