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

FHIR IG analytics

Packageishmed.i14y.r4.de
Resource TypePatient
IdPatient-pat02.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": "pat02",
  "meta": {
    "profile": [
      "http://fhir.ishmed.com/R4/StructureDefinition/PatientCoreDe",
      "https://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
      "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://demo1.ishmed.com/erp/identifier/patient",
      "value": "PAT02"
    },
    {
      "type": {
        "coding": [
          {
            "code": "GKV",
            "system": "http://fhir.de/Codesystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "123456789"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "code": "PKV",
            "system": "http://fhir.de/Codesystem/identifier-type-de-basis"
          }
        ]
      },
      "assigner": {
        "identifier": {
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "123456"
        },
        "display": "AOK (privat)"
      },
      "value": "9897654321"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "PPN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/passport-DEU",
      "value": "DXT678DSS"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "von Köthersen",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Köthersen"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "von"
          }
        ]
      },
      "given": [
        "Peter",
        "Fritz"
      ]
    },
    {
      "use": "maiden",
      "family": "Janssen"
    }
  ],
  "address": [
    {
      "type": "both",
      "text": "Beethovenstr. 30, 80336 München",
      "line": [
        "Beethovenstr. 30"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Beethovenstr."
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "30"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "ground floor"
            }
          ]
        }
      ],
      "postalCode": "80336",
      "city": "München",
      "state": "DE-BY",
      "country": "DE"
    },
    {
      "type": "postal",
      "text": "Postfach 4567, 80337 München",
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
          "valueString": "Stadtmitte"
        }
      ],
      "line": [
        "Postfach 4567"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "Postfach 4567"
            }
          ]
        }
      ],
      "postalCode": "80337",
      "city": "München",
      "state": "DE-BY",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "use": "home",
      "value": "(+49) 123-555-1234"
    },
    {
      "system": "email",
      "use": "work",
      "value": "info@example-hospital.com"
    }
  ],
  "gender": "other",
  "_gender": {
    "extension": [
      {
        "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
        "valueCoding": {
          "code": "D"
        }
      }
    ]
  },
  "birthDate": "1977-12-26",
  "deceasedDateTime": "2022-08-17",
  "maritalStatus": {
    "coding": [
      {
        "code": "M"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "DE"
          }
        ]
      }
    },
    {
      "language": {
        "coding": [
          {
            "code": "EN"
          }
        ]
      }
    },
    {
      "language": {
        "coding": [
          {
            "code": "FR"
          }
        ]
      }
    }
  ]
}