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

FHIR IG analytics

Packagede.gematik.isip
Resource TypePatient
IdPatient-ExampleISiPPflegeempfaenger.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": "ExampleISiPPflegeempfaenger",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPPflegeempfaenger"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          },
          {
            "code": "GKV",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    },
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://fhir.krankenhaus.example/NamingSystem/PID",
      "value": "TestPID"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "code": "PKV",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "value": "1234567890",
      "assigner": {
        "display": "Test PKV AG"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Fürstin Von Musterfrau",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz",
            "valueString": "Graf"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Musterfrau"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "Von"
          }
        ]
      },
      "given": [
        "Erika"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    },
    {
      "use": "maiden",
      "family": "Gabler",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Gabler"
          }
        ]
      }
    }
  ],
  "active": true,
  "maritalStatus": {
    "coding": [
      {
        "code": "M",
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "display": "Married"
      }
    ]
  },
  "gender": "female",
  "birthDate": "1964-08-12",
  "address": [
    {
      "type": "both",
      "line": [
        "Musterweg 2",
        "3. Etage"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "2"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "3. Etage"
            }
          ]
        }
      ],
      "city": "Musterhausen",
      "postalCode": "98764",
      "country": "DE"
    },
    {
      "type": "postal",
      "line": [
        "Postfach 8 15"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "Postfach 8 15"
            }
          ]
        }
      ],
      "city": "Musterhausen",
      "postalCode": "98764",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 132 455 325",
      "use": "home"
    }
  ],
  "deceasedDateTime": "2022-02-14T13:42:00+01:00",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "code": "de",
            "system": "http://tools.ietf.org/html/bcp47",
            "display": "German"
          }
        ]
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ExampleIsipOrganization"
  }
}