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

FHIR IG analytics

Packagede.fhir.sterbefall-krebsregistermeldung
Resource TypePatient
IdPatient-StfVerstorbenePerson-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient StfVerstorbenePerson-Example

Erika Müller (official) Female, DoB: 1945-03-15 ( Patient internal identifier: GA78901)


Deceased:2025-03-01 08:30:00+0100
Other Id:Death Certificate ID/S4567/2025
Alt. Name:Schmidt (Name changed for Marriage)
Contact DetailMusterweg 123 Musterstadt 12345 DE

Source1

{
  "resourceType": "Patient",
  "id": "StfVerstorbenePerson-Example",
  "meta": {
    "profile": [
      "http://ig.fhir.de/igs/stf/StructureDefinition/StfVerstorbenePerson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "value": "GA78901",
      "assigner": {
        "display": "Gesundheitsamt Musterstadt"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DC",
            "display": "Death Certificate ID"
          }
        ]
      },
      "value": "S4567/2025"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Müller",
      "given": [
        "Erika"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    },
    {
      "use": "maiden",
      "family": "Schmidt"
    }
  ],
  "gender": "female",
  "birthDate": "1945-03-15",
  "deceasedDateTime": "2025-03-01T08:30:00+01:00",
  "address": [
    {
      "extension": [
        {
          "url": "http://ig.fhir.de/igs/stf/StructureDefinition/StfGemeindekennzahlExtension",
          "valueString": "516214"
        }
      ],
      "type": "both",
      "line": [
        "Musterweg 123"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "123"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "2. Stock"
            }
          ]
        }
      ],
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ]
}