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

FHIR IG analytics

Packagede.gematik.sterbefall
Resource TypePatient
IdPatient-StfVerstorbenePerson-BY3-Max.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-BY3-Max",
  "meta": {
    "profile": [
      "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfVerstorbenePerson"
    ]
  },
  "extension": [
    {
      "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfZuletztBehandelnderArztExtension",
      "valueReference": {
        "reference": "Practitioner/StfArzt-BY3-Max-Flurer"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PI",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Patient internal identifier"
          }
        ]
      },
      "value": "331",
      "assigner": {
        "reference": "Organization/StfOrganisation-GA-BY3-Max"
      }
    },
    {
      "type": {
        "coding": [
          {
            "code": "DC",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Death Certificate ID"
          }
        ]
      },
      "value": "7916"
    }
  ],
  "name": [
    {
      "given": [
        "Markus"
      ],
      "use": "official",
      "family": "Meyer",
      "text": "Markus Meyer"
    }
  ],
  "address": [
    {
      "line": [
        "Friedrich-Peter-Str. 25"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Friedrich-Peter-Str."
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "25"
            }
          ]
        }
      ],
      "extension": [
        {
          "url": "http://gematik.de/fhir/oegd/stf/StructureDefinition/StfGemeindekennzahlExtension",
          "valueString": "956400"
        }
      ],
      "type": "both",
      "city": "Nürnberg",
      "postalCode": "90403",
      "country": "DE"
    }
  ],
  "active": true,
  "gender": "male",
  "birthDate": "1953-07-01",
  "deceasedDateTime": "2025-01-01T17:00:00+01:00"
}