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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypePatient
IdPatient-1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d.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": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
  "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",
      "value": "B123456789"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Patientenweg 30"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Patientenweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "30"
            }
          ]
        }
      ],
      "use": "home",
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "B. Patient",
      "family": "Patient",
      "given": [
        "B."
      ]
    }
  ],
  "birthDate": "1969-10-10",
  "gender": "male"
}