{
  "resourceType": "Patient",
  "id": "0002004711",
  "meta": {
    "profile": [
      "https://example.org/fhir/StructureDefinition/PatientForClinicalStudy"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality",
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "DE"
              }
            ]
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "http://exampleHospital/fhir/Patient",
      "value": "0002000123"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Frank Smith",
      "family": "Smith",
      "given": [
        "Frank"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1942-03-10",
  "address": [
    {
      "use": "home",
      "text": "Dietmar-Hopp-Allee 16, 69190 Walldorf",
      "line": [
        "Dietmar-Hopp-Allee 16"
      ],
      "city": "Walldorf",
      "postalCode": "69190",
      "country": "DE"
    }
  ]
}