- Corrected `CarePlanActivityStatus.PercentageCompleted` to accept zero or one item.
1.3.5.2
--------------------
- Corrected `Address.line` to accept zero or more items.
- Display errors in command line tool by default (error log level "error").
1.3.5.1
--------------------
- Corrected `Patient.address` to accept zero or more items.
1.3.5
------------------
- Koppeltaal 1.3.5:
- Added support for the Care Team extension.
- Verified the requirement on adding versioned resources to message bundle works. This requires application integration code to keep track of the version of the referenced resources.
- There's not "first item only" option anymore for fields that are a sequence of items. The application integration code needs the handle the sequences. This applies to MessageHeaderResponse.data.
- The data in the response from the Koppeltaal server now contains the new versions of all resources that were sent. The application integration code needs to keep track of those versions.
- Added Organization.Address.
- Fixed several dispay values for codings.
1.3.2.4
--------------------
- Add missing Activity.simple implementation (simple summary of the activity details).
- Improve validation errors to be more descriptive.
- In a care plan, change sub activity status from a code to a coding.
1.3.2.3
--------------------
- Fix Python 3 deprecation warnings.
- Add an API to explicitly close the connection to the server.