{
  "resourceType": "Patient",
  "id": "patient2003",
  "meta": {
    "lastUpdated": "2024-04-13T01:20:58.693+00:00"
  },
  "text": {
    "status": "generated"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://hospital.smarthealthit.org",
      "value": "123456"
    }
  ],
  "name": [
    {
      "family": "Osama",
      "given": [
        "Mariam"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "mariam12345@gamil.com",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "01120066878",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "2003-09-28"
}