{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.org/fhir/StructureDefinition/PatientBornIndicator",
  "name": "PatientBornIndicator",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Born indicator",
        "definition": "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."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.org/fhir/StructureDefinition/PatientBornIndicator"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}