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

FHIR IG analytics

Packagede.gematik.isik
Resource TypePatient
IdPatient-PatientinMusterfrau.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": "PatientinMusterfrau",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://fhir.krankenhaus.example/sid/PID",
      "value": "TestPID"
    },
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    },
    {
      "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": "Fürstin"
          },
          {
            "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,
  "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"
    }
  ]
}