{
  "resourceType": "StructureDefinition",
  "id": "logicalmodel-Deathdata-R4",
  "url": "http://linkehr.com/fhir/logicalmodel-deathdata-R4",
  "identifier": [
    {
      "system": "openEHR-CKM",
      "value": "openEHR-DEMOGRAPHIC-CLUSTER.person_death_data_iso.v0"
    }
  ],
  "version": "0",
  "name": "Deathdata",
  "title": "Death data",
  "status": "draft",
  "date": "2024-06-18",
  "publisher": "openEHR",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.veratech.es"
        }
      ]
    }
  ],
  "description": "Death demographic data",
  "purpose": "Representation of a person's demographic death data",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "openEHR",
      "uri": "http://openehr.org",
      "name": "openEHR Mapping"
    },
    {
      "identity": "openEHR-natural",
      "uri": "http://openehr.org",
      "name": "openEHR natural path"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "StructureDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "snapshot": {
    "element": [
      {
        "id": "Death_data",
        "path": "Death_data",
        "short": "Death data",
        "definition": "Death demographic data",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Death_data",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Death_data.Death_date",
        "path": "Death_data.Death_date",
        "short": "Death date",
        "definition": "The date of death of a person",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Death_data.Death_date",
          "min": 1,
          "max": "1"
        }
      },
      {
        "id": "Death_data.Death_date.value",
        "path": "Death_data.Death_date.value",
        "short": "Death date",
        "definition": "The date of death of a person",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Death_data.Death_date.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Death_data.Source_of_notification",
        "path": "Death_data.Source_of_notification",
        "short": "Source of notification",
        "definition": "Indicates the source of information about a subject of care’s death. This field provides an indication of the certainty of the information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Death_data.Source_of_notification",
          "min": 0,
          "max": "1"
        }
      },
      {
        "id": "Death_data.Source_of_notification.value",
        "path": "Death_data.Source_of_notification.value",
        "short": "Source of notification",
        "definition": "Indicates the source of information about a subject of care’s death. This field provides an indication of the certainty of the information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Death_data.Source_of_notification.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      },
      {
        "id": "Death_data.Additional_death_data_that_are_country_specific",
        "path": "Death_data.Additional_death_data_that_are_country_specific",
        "short": "Additional death data that are country specific",
        "definition": "Country specific data",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Death_data.Additional_death_data_that_are_country_specific",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mustSupport": false,
        "isModifier": false,
        "isSummary": true
      }
    ]
  }
}