{
  "resourceType": "Patient",
  "id": "example-invalid-labpatient-01",
  "meta": {
    "profile": [
      "http://devdays-example-ig.com/fhir/StructureDefinition/DevDaysIGtutorial-Patient"
    ]
  },
  "identifier": [
    {
      "value": "1142dd8e-494d-4a01-823c-047b8bdb35c8"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Mr. Pietje Puk",
      "family": "Puk",
      "given": [
        "Pietje"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1981-08-20"
}