All notable changes to this project will be documented in this file.
- Do not filter out codes like HTTPVerb
- Go deeper into the codes, there are more layers
- Implement batch/transaction requests
- Implement Encounter $everything operation
- Implement Patient $everything and $match
- Implement PATCH
- Change the way references are parsed
- Refactor to use batches
- Have the doc-test only at the right features
- Impl Send for returned Stream
- Base64 needs to use padding and strip whitespaces
- Add search to example
- Implement creation of References
- Add Reference parsing
- Implement reading a referenced resource
- Add getters for code by system for CodeableConcept
- Implement Rust types for primitive FHIR types
- Generate models using new primitive types
- Update generator fhir-model
- Use optimized proc macro compilation
- Move misc functions to module
- Move and rename reference creation methods
- Create xtask test command
- Reference search
- Fetch referenced resource
- Adjust to new primitive date types
- Adjust JSON comparison to FHIR to fix tests
- Make everything compile with different features
- Add back search for all resources
- Allow to disable builders
- Implement getting the server's capabilities
- Improve README
- Use local test server
- Improve code generation using cleaner URL usage
- Do not override headers with default headers
- Adjust wrong LinkRelationTypes definitions
- Implement Copy for ResourceType
- Implement Display for ResourceType
- Improve generated doc comments
- Implement basic REST client
- Implement paging
- Implement search with typed helpers
- Fix new clippy lints
- Add expansions for R4B and remove unneeded definitions
- Update typed-builder and fhir-sdk dependencies
- Update README
- Integer64 is actually a JSON String
- Add values for RelatedArtifactTypeExpanded
- [breaking] Choice field extensions include the value type in the field name
- Specimen.combined actually links to SpecimenCombined, not PublicationStatus
- Add FHIR R5 files
- Generate R5 models
- Use own FHIR models for code generation
- Implement code conversion to Coding and CodeableConcept
- Implement base traits for all resources
- Implement IdentifiableResource
- Extend the IdentifiableResource trait
- Add resolver = 2
- Initial implementation