Update Patient Resource

put

/oracle-fhir-server/fhir/Patient/{id}

This api lets you create a new current version for an existing Patient resource or creates an initial version if no Patient resource already exists for the given id.

Request

Path Parameters
Body ()
Root Schema : Patient
Type: object
Show Source
Nested Schema : contact
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : identifier
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : Account_subject
Type: object
Show Source
Nested Schema : Account_meta
Type: object
Show Source
Nested Schema : name
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : photo
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : Account_text
Type: object
Show Source
Nested Schema : Patient_contact
Type: object
Show Source
Nested Schema : relationship
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : ActivityDefinition_jurisdiction
Type: object
Show Source
Nested Schema : coding
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : ActivityDefinition_code
Type: object
Show Source
Nested Schema : Patient_identifier
Type: object
Show Source
Nested Schema : Basic_code
Type: object
Show Source
Nested Schema : coding
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : Account_coverage
Type: object
Show Source
Nested Schema : tag
Type: array
Minimum Number of Items: 1
Unique Items Required: true
Show Source
Nested Schema : Account_type_coding
Type: object
Show Source
Nested Schema : Patient_name
Type: object
Show Source
Nested Schema : given
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Patient_photo
Type: object
Show Source
Back to Top

Response

200 Response

Success
Back to Top