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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypePatient
IdPatient-8e2b7c2a-4f3a-4e7a-9c1a-2d6b8f7e1a3c.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": "8e2b7c2a-4f3a-4e7a-9c1a-2d6b8f7e1a3c",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-patient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "XX"
              }
            ]
          },
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "109500969"
        }
      },
      "value": "K123456789"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstraße 42"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "42"
            }
          ]
        }
      ],
      "use": "home",
      "city": "Berlin",
      "postalCode": "10115",
      "country": "DE"
    },
    {
      "type": "postal",
      "line": [
        "Postfach 123456"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "123456"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10115",
      "country": "DE"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Max Mustermann",
      "family": "Mustermann",
      "given": [
        "Max"
      ]
    }
  ],
  "birthDate": "1980-05-15",
  "gender": "male"
}