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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypePatient
IdPatient-StfVerstorbenePerson-VB1.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": "Patient",
  "id": "StfVerstorbenePerson-VB1",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfVerstorbenePerson"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "DC",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Death Certificate ID"
          }
        ]
      },
      "value": "S183/2025"
    }
  ],
  "name": [
    {
      "given": [
        "Birgit"
      ],
      "use": "official",
      "family": "Strauch"
    }
  ],
  "address": [
    {
      "line": [
        "Oberstraße 38"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Oberstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "38"
            }
          ]
        }
      ],
      "type": "both",
      "city": "Schwalmtal",
      "postalCode": "36318",
      "country": "DE"
    }
  ],
  "gender": "female",
  "birthDate": "1934-05-23",
  "deceasedDateTime": "2025-09-23T09:42:00+01:00"
}