{
  "resourceType": "Patient",
  "id": "27e58ece-409e-44f9-8cc1-b33495a0ef9d",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "identifier": [
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222",
          "type": {
            "coding": [
              {
                "code": "author",
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
              }
            ]
          }
        }
      },
      "system": "http://organization2.example.org/EHR/patients",
      "value": "vdfesz"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "111222333"
    }
  ],
  "name": [
    {
      "given": [
        "Jaantje"
      ],
      "family": "Merkens"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31612345678"
    },
    {
      "system": "email",
      "value": "j.merkens@bigtech.com"
    }
  ],
  "address": [
    {
      "line": [
        "Kerkstraat 18"
      ],
      "postalCode": "7071 WZ",
      "city": "Ulft"
    }
  ],
  "gender": "female",
  "birthDate": "1950-02-26",
  "managingOrganization": {
    "reference": "Organization/cff921f3-c1c1-4a4c-8f0f-cafd0aa25067",
    "display": "Organization 2"
  }
}
