{
  "resourceType": "Patient",
  "id": "patient-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core"
    ]
  },
  "name": [
    {
      "given": [
        "John"
      ],
      "family": "Doe"
    }
  ],
  "address": [
    {
      "line": [
        "123 Example Street"
      ],
      "city": "Example City",
      "state": "EX",
      "postalCode": "12345",
      "country": "EX"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-1234",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "managingOrganization": {
    "reference": "Organization/organization-eu-core-example"
  }
}
