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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypeBundle
IdBundle-StfExportBundle-TH1.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-TH1",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfExportBundle"
    ]
  },
  "type": "collection",
  "timestamp": "2024-04-02T21:33:00+01:00",
  "entry": [
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Patient/StfVerstorbenePerson-TH1",
      "resource": {
        "resourceType": "Patient",
        "id": "StfVerstorbenePerson-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient StfVerstorbenePerson-TH1</b></p><a name=\"StfVerstorbenePerson-TH1\"> </a><a name=\"hcStfVerstorbenePerson-TH1\"> </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;\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2024-04-02 21:33:00+0100</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Gartenweg 7 Mühlhausen 99974 DE </td></tr></table></div>"
        },
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "DC",
                  "display": "Death Certificate ID"
                }
              ]
            },
            "value": "2613"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Meyer",
            "given": [
              "Rita"
            ]
          }
        ],
        "gender": "female",
        "birthDate": "1965-05-13",
        "deceasedDateTime": "2024-04-02T21:33:00+01:00",
        "address": [
          {
            "type": "both",
            "line": [
              "Gartenweg 7"
            ],
            "_line": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString": "Gartenweg"
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString": "7"
                  }
                ]
              }
            ],
            "city": "Mühlhausen",
            "postalCode": "99974",
            "country": "DE"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Procedure/StfLeichenschau-TH1",
      "resource": {
        "resourceType": "Procedure",
        "id": "StfLeichenschau-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure StfLeichenschau-TH1</b></p><a name=\"StfLeichenschau-TH1\"> </a><a name=\"hcStfLeichenschau-TH1\"> </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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>performed</b>: 2024-10-30 22:27: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-TH1.html\">Practitioner Dr. Uyen My Vu(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-TH1"
        },
        "performedDateTime": "2024-10-30T22:27:00+01:00",
        "performer": [
          {
            "actor": {
              "reference": "Practitioner/StfArzt-TH1"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-1-TH1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-1-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-1-TH1</b></p><a name=\"Todesursache-1-TH1\"> </a><a name=\"hcTodesursache-1-TH1\"> </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-TH1.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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 K57.2}\">Septischer Schock</span></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-Todesursache-2-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-3-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-4-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-5-TH1.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></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-TH1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005",
              "display": "Cause of Death"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-TH1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "K57.2"
            }
          ],
          "text": "Septischer Schock"
        },
        "hasMember": [
          {
            "reference": "Observation/Todesursache-2-TH1"
          },
          {
            "reference": "Observation/Todesursache-3-TH1"
          },
          {
            "reference": "Observation/Todesursache-4-TH1"
          },
          {
            "reference": "Observation/Todesursache-5-TH1"
          }
        ],
        "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-2-TH1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-2-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-2-TH1</b></p><a name=\"Todesursache-2-TH1\"> </a><a name=\"hcTodesursache-2-TH1\"> </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-TH1.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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 A46}\">Erysipel</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></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-TH1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-TH1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "A46"
            }
          ],
          "text": "Erysipel"
        },
        "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-3-TH1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-3-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-3-TH1</b></p><a name=\"Todesursache-3-TH1\"> </a><a name=\"hcTodesursache-3-TH1\"> </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-TH1.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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 N17.9}\">Akutes 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 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-TH1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-TH1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "N17.9"
            }
          ],
          "text": "Akutes Nierenversagen"
        },
        "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-TH1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-4-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-4-TH1</b></p><a name=\"Todesursache-4-TH1\"> </a><a name=\"hcTodesursache-4-TH1\"> </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-TH1.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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I42.9}\">Kardiomyopathie, septisch</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></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-TH1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-TH1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "I42.9"
            }
          ],
          "text": "Kardiomyopathie, septisch"
        },
        "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Observation/Todesursache-5-TH1",
      "resource": {
        "resourceType": "Observation",
        "id": "Todesursache-5-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation Todesursache-5-TH1</b></p><a name=\"Todesursache-5-TH1\"> </a><a name=\"hcTodesursache-5-TH1\"> </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-TH1.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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I50.0}\">Linksherzinsuffizienz</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></div>"
        },
        "partOf": [
          {
            "reference": "Procedure/StfLeichenschau-TH1"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184305005"
            }
          ]
        },
        "subject": {
          "reference": "Patient/StfVerstorbenePerson-TH1"
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/icd-10",
              "version": "2019",
              "code": "I50.0"
            }
          ],
          "text": "Linksherzinsuffizienz"
        },
        "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"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Organization/StfOrganisation-GA-TH1",
      "resource": {
        "resourceType": "Organization",
        "id": "StfOrganisation-GA-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization StfOrganisation-GA-TH1</b></p><a name=\"StfOrganisation-GA-TH1\"> </a><a name=\"hcStfOrganisation-GA-TH1\"> </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 Mühlhausen</p></div>"
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
                "code": "GA"
              }
            ]
          }
        ],
        "name": "Gesundheitsamt Mühlhausen"
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Provenance/StfExportProvenanceExample-TH1",
      "resource": {
        "resourceType": "Provenance",
        "id": "StfExportProvenanceExample-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Provenance StfExportProvenanceExample-TH1</b></p><a name=\"StfExportProvenanceExample-TH1\"> </a><a name=\"hcStfExportProvenanceExample-TH1\"> </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-TH1.html\">Rita Meyer (official) Female, DoB: 1965-05-13 ( Death Certificate ID: 2613)</a></li><li><a href=\"Procedure-StfLeichenschau-TH1.html\">Procedure Postmortem examination (procedure)</a></li><li><a href=\"Observation-Todesursache-1-TH1.html\">Observation Cause of Death</a></li><li><a href=\"Observation-Todesursache-2-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-3-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-4-TH1.html\">Observation Cause of death</a></li><li><a href=\"Observation-Todesursache-5-TH1.html\">Observation Cause of death</a></li><li><a href=\"Organization-StfOrganisation-GA-TH1.html\">Organization Gesundheitsamt Mühlhausen</a></li><li><a href=\"Practitioner-StfArzt-TH1.html\">Practitioner Dr. Uyen My Vu(official)</a></li><li><a href=\"PractitionerRole-StfArztZuordnung-TH1.html\">PractitionerRole</a></li><li><a href=\"Organization-StfOrganisation-Klinik-TH1.html\">Organization Heliosklinikum Erfurt</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-TH1.html\">Organization Gesundheitsamt Mühlhausen</a></td></tr></table></div>"
        },
        "target": [
          {
            "reference": "Patient/StfVerstorbenePerson-TH1"
          },
          {
            "reference": "Procedure/StfLeichenschau-TH1"
          },
          {
            "reference": "Observation/Todesursache-1-TH1"
          },
          {
            "reference": "Observation/Todesursache-2-TH1"
          },
          {
            "reference": "Observation/Todesursache-3-TH1"
          },
          {
            "reference": "Observation/Todesursache-4-TH1"
          },
          {
            "reference": "Observation/Todesursache-5-TH1"
          },
          {
            "reference": "Organization/StfOrganisation-GA-TH1"
          },
          {
            "reference": "Practitioner/StfArzt-TH1"
          },
          {
            "reference": "PractitionerRole/StfArztZuordnung-TH1"
          },
          {
            "reference": "Organization/StfOrganisation-Klinik-TH1"
          }
        ],
        "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-TH1"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Practitioner/StfArzt-TH1",
      "resource": {
        "resourceType": "Practitioner",
        "id": "StfArzt-TH1",
        "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-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner StfArzt-TH1</b></p><a name=\"StfArzt-TH1\"> </a><a name=\"hcStfArzt-TH1\"> </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>: Dr. Uyen My Vu(Official)</p><p><b>address</b>: Musterstadt 12345 </p></div>"
        },
        "name": [
          {
            "use": "official",
            "text": "Dr. Uyen My Vu",
            "family": "Uyen",
            "given": [
              "My Vu"
            ],
            "prefix": [
              "Dr."
            ]
          }
        ],
        "address": [
          {
            "type": "both",
            "city": "Musterstadt",
            "postalCode": "12345"
          }
        ]
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/PractitionerRole/StfArztZuordnung-TH1",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "StfArztZuordnung-TH1",
        "meta": {
          "profile": [
            "http://ig.fhir.de/igs/stf/StructureDefinition/StfArztZuordnung"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_StfArztZuordnung-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole StfArztZuordnung-TH1</b></p><a name=\"StfArztZuordnung-TH1\"> </a><a name=\"hcStfArztZuordnung-TH1\"> </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-StfArztZuordnung.html\">STF Arzt Zuordnung</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-StfArzt-TH1.html\">Practitioner Dr. Uyen My Vu(official)</a></p><p><b>organization</b>: <a href=\"Organization-StfOrganisation-Klinik-BY2.html\">Organization Klinikum Regensburg</a></p></div>"
        },
        "practitioner": {
          "reference": "Practitioner/StfArzt-TH1"
        },
        "organization": {
          "reference": "Organization/StfOrganisation-Klinik-BY2"
        }
      }
    },
    {
      "fullUrl": "https://mein.fhir-server.local/fhir/Organization/StfOrganisation-Klinik-TH1",
      "resource": {
        "resourceType": "Organization",
        "id": "StfOrganisation-Klinik-TH1",
        "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-Klinik-TH1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization StfOrganisation-Klinik-TH1</b></p><a name=\"StfOrganisation-Klinik-TH1\"> </a><a name=\"hcStfOrganisation-Klinik-TH1\"> </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 Klinik}\">Klinik</span></p><p><b>name</b>: Heliosklinikum Erfurt</p><p><b>address</b>: Erfurt DE </p></div>"
        },
        "type": [
          {
            "coding": [
              {
                "system": "http://ig.fhir.de/igs/stf/CodeSystem/StfOrganisationsTypCS",
                "code": "Klinik",
                "display": "Klinik"
              }
            ]
          }
        ],
        "name": "Heliosklinikum Erfurt",
        "address": [
          {
            "extension": [
              {
                "url": "http://ig.fhir.de/igs/stf/StructureDefinition/StfBundeslandExtension",
                "valueCoding": {
                  "code": "DE-TH",
                  "display": "Thüringen"
                }
              }
            ],
            "type": "both",
            "city": "Erfurt",
            "country": "DE"
          }
        ]
      }
    }
  ]
}