{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/Foetus",
  "name": "Foetus",
  "status": "draft",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.org/fhir/StructureDefinition/Foetus",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "Foetus",
        "path": "Foetus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "Foetus.identifier",
        "path": "Foetus.identifier",
        "short": "Foetus identifier",
        "definition": "An identifier for this foetus",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "Foetus.patient",
        "path": "Foetus.patient",
        "short": "Linked patient",
        "definition": "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": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "Foetus.pregnancy",
        "path": "Foetus.pregnancy",
        "short": "Pregnancy",
        "definition": "The related pregnancy",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Condition"
            ]
          }
        ]
      },
      {
        "id": "Foetus.sex",
        "path": "Foetus.sex",
        "short": "male | female | unknown | inconclusive",
        "definition": "The (estimated) medical sex of the foetus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ]
      },
      {
        "id": "Foetus.birthDate",
        "path": "Foetus.birthDate",
        "short": "Estimated date of birth",
        "definition": "The (estimated) date of birth for the foetus",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/dateTime"
            ]
          }
        ]
      },
      {
        "id": "Foetus.deceased[x]",
        "path": "Foetus.deceased[x]",
        "short": "Indicates if the foetus is deceased or not",
        "definition": "Indicates whether the foetus is deceased or not (bool) or the actual date of death (dateTime).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/boolean"
            ]
          },
          {
            "code": "dateTime",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/dateTime"
            ]
          }
        ]
      },
      {
        "id": "Foetus.multipleBirth[x]",
        "path": "Foetus.multipleBirth[x]",
        "short": "Whether the foetus is part of a multiple birth",
        "definition": "Indicates whether the foetus is part of a multiple birth (bool) or the actual number of fetuses in this pregnancy (integer)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/boolean"
            ]
          },
          {
            "code": "integer",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/integer"
            ]
          }
        ]
      }
    ]
  }
}