{
  "resourceType": "Patient",
  "id": "example-mes-fr-patient-001",
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.250.1.213.1.4.8",
      "value": "123456789012244"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Durand",
      "given": [
        "Pierre",
        "Jean"
      ]
    }
  ],
  "telecom": [
    {
      "use": "home",
      "system": "phone",
      "value": "01 23 24 67 89"
    },
    {
      "use": "work",
      "rank": 1,
      "system": "phone",
      "value": "01 99 88 77 66"
    },
    {
      "use": "mobile",
      "rank": 2,
      "system": "phone",
      "value": "06 80 55 34 33"
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "both",
      "text": "367 rue Troussier, 45100 Orléans, France",
      "line": [
        "367 rue Troussier"
      ],
      "city": "Orléans",
      "postalCode": "45100",
      "period": {
        "start": "2018-06-01"
      }
    }
  ]
}
