FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeBundle
IdBundle-StfExportBundle-BY1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "StfExportBundle-BY1",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfExportBundle"
    ]
  },
  "type": "collection",
  "timestamp": "2025-11-06T12:49:00Z",
  "entry": [
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Patient/StfVerstorbenePerson-BY1",
      "resource": {
        "resourceType": "Patient",
        "id": "StfVerstorbenePerson-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfVerstorbenePerson"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_StfVerstorbenePerson-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient StfVerstorbenePerson-BY1</b></p><a name=\"StfVerstorbenePerson-BY1\"> </a><a name=\"hcStfVerstorbenePerson-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfVerstorbenePerson.html\">STF Verstorbene Person</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2025-09-22 18:15:00+0100</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Marienstr. 15 Regensburg 93049 DE </td></tr></table></div>"
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "DC",
                  "display": "Death Certificate ID"
                }
              ]
            },
            "value": "S5485/2025"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Vogel",
            "given": [
              "Günther"
            ]
          }
        ],
        "gender": "male",
        "birthDate": "1938-04-13",
        "deceasedDateTime": "2025-09-22T18:15:00+01:00",
        "address": [
          {
            "type": "both",
            "line": [
              "Marienstr. 15"
            ],
            "_line": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString": "Marienstr."
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString": "15"
                  }
                ]
              }
            ],
            "city": "Regensburg",
            "postalCode": "93049",
            "country": "DE"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Procedure/StfLeichenschau-BY1",
      "resource": {
        "resourceType": "Procedure",
        "id": "StfLeichenschau-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfLeichenschau"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_StfLeichenschau-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure StfLeichenschau-BY1</b></p><a name=\"StfLeichenschau-BY1\"> </a><a name=\"hcStfLeichenschau-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfLeichenschau.html\">StfLeichenschau</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 168461002}\">Postmortem examination (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>performed</b>: 2025-09-22 18:15:00+0100</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-StfArzt-BY1.html\">Practitioner Musterarzt(official)</a></td></tr></table></div>"
        },
        "status": "completed",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "168461002",
              "display": "Postmortem examination (procedure)"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "performedDateTime": "2025-09-22T18:15:00+01:00",
        "performer": [
          {
            "actor": {
              "reference": "Practitioner/StfArzt-BY1"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-1-BY1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-1-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Todesursache-1-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-1-BY1</b></p><a name=\"Todesursache-1-BY1\"> </a><a name=\"hcTodesursache-1-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfTodesursache.html\">STF Todesursache</a></p></div><p><b>partOf</b>: <a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 184305005}\">Cause of Death</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 R68.8}\">Multiorganversagen</span></p><p><b>note</b>: </p><blockquote><div><p>Multiorganversagen, Nierenversagen, Herzinsuffizienz, COPD, Vorhofflimmern</p>\n</div></blockquote><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-Todesursache-2-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-3-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-4-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-5-BY1.html\">Observation Cause of death</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82791-5}\">Cause of death sequence</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA26682-7}\">Immediate/Primary</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS nichtNatuerlicherTod}\">Nicht natürlicher Tod</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0532 N}\">Nein</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS zeitdauerBeginnBisTod}\">Zeitdauer von Beginn der Krankheit bis Tod</span></p><p><b>value</b>: 1 Woche</p></blockquote></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005",
              "display": "Cause of Death"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "R68.8"
            }
          ],
          "text": "Multiorganversagen"
        },
        "note": [
          {
            "text": "Multiorganversagen, Nierenversagen, Herzinsuffizienz, COPD, Vorhofflimmern"
          }
        ],
        "hasMember": [
          {
            "reference": "Observation/Todesursache-2-BY1"
          },
          {
            "reference": "Observation/Todesursache-3-BY1"
          },
          {
            "reference": "Observation/Todesursache-4-BY1"
          },
          {
            "reference": "Observation/Todesursache-5-BY1"
          }
        ],
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "82791-5"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA26682-7",
                  "display": "Immediate/Primary"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "nichtNatuerlicherTod"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                  "code": "N"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "zeitdauerBeginnBisTod"
                }
              ]
            },
            "valueString": "1 Woche"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-2-BY1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-2-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Todesursache-2-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-2-BY1</b></p><a name=\"Todesursache-2-BY1\"> </a><a name=\"hcTodesursache-2-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfTodesursache.html\">STF Todesursache</a></p></div><p><b>partOf</b>: <a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 184305005}\">Cause of death</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 N19}\">Nierenversagen</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82791-5}\">Cause of death sequence</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA26680-1}\">Contributory</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS nichtNatuerlicherTod}\">Nicht natürlicher Tod</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0532 N}\">Nein</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS zeitdauerBeginnBisTod}\">Zeitdauer von Beginn der Krankheit bis Tod</span></p><p><b>value</b>: 1-2 Wochen</p></blockquote></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "N19"
            }
          ],
          "text": "Nierenversagen"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "82791-5"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA26680-1",
                  "display": "Contributory"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "nichtNatuerlicherTod"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                  "code": "N"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "zeitdauerBeginnBisTod"
                }
              ]
            },
            "valueString": "1-2 Wochen"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-3-BY1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-3-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Todesursache-3-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-3-BY1</b></p><a name=\"Todesursache-3-BY1\"> </a><a name=\"hcTodesursache-3-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfTodesursache.html\">STF Todesursache</a></p></div><p><b>partOf</b>: <a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 184305005}\">Cause of death</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I50.0}\">Herzinsuffizienz</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82791-5}\">Cause of death sequence</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA26681-9}\">Underlying</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS nichtNatuerlicherTod}\">Nicht natürlicher Tod</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0532 N}\">Nein</span></p></blockquote></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "I50.0"
            }
          ],
          "text": "Herzinsuffizienz"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "82791-5"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA26681-9",
                  "display": "Underlying"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "nichtNatuerlicherTod"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                  "code": "N"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-4-BY1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-4-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Todesursache-4-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-4-BY1</b></p><a name=\"Todesursache-4-BY1\"> </a><a name=\"hcTodesursache-4-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfTodesursache.html\">STF Todesursache</a></p></div><p><b>partOf</b>: <a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 184305005}\">Cause of death</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I44}\">COPD</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82791-5}\">Cause of death sequence</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA46-8}\">Other</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS nichtNatuerlicherTod}\">Nicht natürlicher Tod</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0532 N}\">Nein</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS zeitdauerBeginnBisTod}\">Zeitdauer von Beginn der Krankheit bis Tod</span></p><p><b>value</b>: 2022</p></blockquote></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "I44"
            }
          ],
          "text": "COPD"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "82791-5"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA46-8",
                  "display": "Other"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "nichtNatuerlicherTod"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                  "code": "N"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "zeitdauerBeginnBisTod"
                }
              ]
            },
            "valueString": "2022"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-5-BY1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-5-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfTodesursache"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_Todesursache-5-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-5-BY1</b></p><a name=\"Todesursache-5-BY1\"> </a><a name=\"hcTodesursache-5-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfTodesursache.html\">STF Todesursache</a></p></div><p><b>partOf</b>: <a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 184305005}\">Cause of death</span></p><p><b>subject</b>: <a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I48.9}\">Vorhofflimmern</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82791-5}\">Cause of death sequence</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA46-8}\">Other</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS nichtNatuerlicherTod}\">Nicht natürlicher Tod</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0532 N}\">Nein</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS zeitdauerBeginnBisTod}\">Zeitdauer von Beginn der Krankheit bis Tod</span></p><p><b>value</b>: 2018</p></blockquote></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-BY1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "I48.9"
            }
          ],
          "text": "Vorhofflimmern"
        },
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "82791-5"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "LA46-8",
                  "display": "Other"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "nichtNatuerlicherTod"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
                  "code": "N"
                }
              ]
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfObservationCodesErweiterungCS",
                  "code": "zeitdauerBeginnBisTod"
                }
              ]
            },
            "valueString": "2018"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Organization/StfOrganisation-GA-BY1",
      "resource": {
        "resourceType": "Organization",
        "id": "StfOrganisation-GA-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfOrganisation"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_StfOrganisation-GA-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization StfOrganisation-GA-BY1</b></p><a name=\"StfOrganisation-GA-BY1\"> </a><a name=\"hcStfOrganisation-GA-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfOrganisation.html\">STF Organisation</a></p></div><p><b>type</b>: <span title=\"Codes:{http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS GA}\">Gesundheitsamt</span></p><p><b>name</b>: Gesundheitsamt Regensburg</p></div>"
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
                "code": "GA"
              }
            ]
          }
        ],
        "name": "Gesundheitsamt Regensburg"
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Practitioner/StfArzt-BY1",
      "resource": {
        "resourceType": "Practitioner",
        "id": "StfArzt-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfArzt"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_StfArzt-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner StfArzt-BY1</b></p><a name=\"StfArzt-BY1\"> </a><a name=\"hcStfArzt-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfArzt.html\">STF Arzt</a></p></div><p><b>name</b>: Musterarzt(Official)</p><p><b>address</b>: Musterstadt 12345 </p></div>"
        },
        "name": [
          {
            "use": "official",
            "text": "Musterarzt",
            "family": "Musterarzt",
            "given": [
              "Musterarzt"
            ]
          }
        ],
        "address": [
          {
            "type": "both",
            "city": "Musterstadt",
            "postalCode": "12345"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Provenance/StfExportProvenanceExample-BY1",
      "resource": {
        "resourceType": "Provenance",
        "id": "StfExportProvenanceExample-BY1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfExportProvenance"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_StfExportProvenanceExample-BY1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance StfExportProvenanceExample-BY1</b></p><a name=\"StfExportProvenanceExample-BY1\"> </a><a name=\"hcStfExportProvenanceExample-BY1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-StfExportProvenance.html\">STF ExportBundle Provenance</a></p></div><p>Provenance for: </p><ul><li><a href=\"Patient-StfVerstorbenePerson-BY1.html\">Günther Vogel (official) Male, DoB: 1938-04-13 ( Death Certificate ID: S5485/2025)</a></li><li><a href=\"Procedure-StfLeichenschau-BY1.html\">Procedure Postmortem examination (procedure)</a></li><li><a href=\"Observation-Todesursache-1-BY1.html\">Observation Cause of Death</a></li><li><a href=\"Observation-Todesursache-2-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-3-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-4-BY1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-5-BY1.html\">Observation Cause of death</a></li><li><a href=\"Organization-StfOrganisation-GA-BY1.html\">Organization Gesundheitsamt Regensburg</a></li><li><a href=\"Practitioner-StfArzt-BY1.html\">Practitioner Musterarzt(official)</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2025-11-06 12:49:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation CREATE}\">create</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td>Sterbefall-Management-Software v1.0</td><td><a href=\"Organization-StfOrganisation-GA-BY1.html\">Organization Gesundheitsamt Regensburg</a></td></tr></table></div>"
        },
        "target": [
          {
            "reference": "Patient/StfVerstorbenePerson-BY1"
          },
          {
            "reference": "Procedure/StfLeichenschau-BY1"
          },
          {
            "reference": "Observation/Todesursache-1-BY1"
          },
          {
            "reference": "Observation/Todesursache-2-BY1"
          },
          {
            "reference": "Observation/Todesursache-3-BY1"
          },
          {
            "reference": "Observation/Todesursache-4-BY1"
          },
          {
            "reference": "Observation/Todesursache-5-BY1"
          },
          {
            "reference": "Organization/StfOrganisation-GA-BY1"
          },
          {
            "reference": "Practitioner/StfArzt-BY1"
          }
        ],
        "recorded": "2025-11-06T12:49:00Z",
        "reason": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                "code": "DECSD"
              }
            ]
          }
        ],
        "activity": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
              "code": "CREATE"
            }
          ]
        },
        "agent": [
          {
            "who": {
              "display": "Sterbefall-Management-Software v1.0"
            },
            "onBehalfOf": {
              "reference": "Organization/StfOrganisation-GA-BY1"
            }
          }
        ]
      }
    }
  ]
}