PatientUpdateInput
Input type for updating a Patient resource.
Fields
| Field | Type | Description |
|---|---|---|
| id | String | Resource ID |
| meta | Meta | Metadata about the resource |
| implicitRules | uri | A set of rules under which this content was created |
| language | code | Language of the resource content |
| identifier | [Identifier] | An identifier for this patient |
| active | Boolean | Whether this patient's record is in active use |
| name | [HumanName] | A name associated with the patient |
| telecom | [ContactPoint] | A contact detail for the individual |
| gender | code | male |
| birthDate | date | The date of birth for the individual |
| address | [Address] | An address for the individual |
| maritalStatus | CodeableConcept | Marital (civil) status of a patient |
| contact | [PatientContact] | A contact party (e.g. guardian, partner, friend) for the patient |
See the Patient type documentation for additional available fields.