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

FHIR IG analytics

Packagede.gematik.sterbefall
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

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "StfVerstorbenePerson-Example",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfVerstorbenePerson"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PI",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Patient internal identifier"
          }
        ]
      },
      "assigner": {
        "display": "Gesundheitsamt Musterstadt"
      },
      "value": "GA78901"
    },
    {
      "type": {
        "coding": [
          {
            "code": "DC",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Death Certificate ID"
          }
        ]
      },
      "value": "S4567/2025"
    }
  ],
  "name": [
    {
      "given": [
        "Erika"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ],
      "use": "official",
      "family": "Müller"
    },
    {
      "use": "maiden",
      "family": "Schmidt"
    }
  ],
  "address": [
    {
      "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"
            }
          ]
        }
      ],
      "extension": [
        {
          "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension",
          "valueString": "516214"
        }
      ],
      "type": "both",
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "gender": "female",
  "birthDate": "1945-03-15",
  "deceasedDateTime": "2025-03-01T08:30:00+01:00"
}