@@ -58,23 +58,23 @@ TORCH provides a range of features to support standardized and consent-aware dat
58
58
59
59
## Limitations
60
60
61
- - ** Value Sets Binding Slices
62
- ** : Since TORCH does not have its own terminology service, it does not support slicing by value set bindings.
63
- - ** FHIR Version Support** : TORCH currently supports only ** FHIR R4
64
- ** . Other versions (e.g., DSTU2, R5) are not supported.
61
+ - ** Value Sets Binding Slices** :
62
+ Since TORCH does not have its own terminology service, it does not support slicing by value set bindings.
63
+ - ** FHIR Version Support** : TORCH currently supports only
64
+ ** FHIR R4 ** . Other versions (e.g., DSTU2, R5) are not supported.
65
65
- ** Custom Resources** : TORCH does not support extraction or processing of
66
66
** custom FHIR resources types** (beyond the standard specification).
67
67
- ** On the fly profile support** : TORCH only supports a
68
68
** set FHIR of profiles** given at program startup via config (see [ Configuration] ( configuration.md ) ).
69
69
- ** Nested Resources** : TORCH does not handle
70
70
** deeply nested resources** ; they are currently treated as a single field rather than fully resolved structures.
71
71
- ** Performance Constraints** : Large-scale extraction is bound by the
72
- ** FHIR Bulk Data Access specification
73
- ** and server capabilities; performance may vary depending on server implementation.
72
+ ** FHIR Bulk Data Access specification** and server capabilities;
73
+ performance may vary depending on server implementation.
74
74
- ** Consent Complexity** : Consent handling is limited to
75
75
** rule-based approaches defined in the CRTDL** . Complex or non-standard consent models may require customization.
76
- - ** Interoperability** : TORCH ensures FHIR compliance but does not guarantee interoperability with ** all vendor-specific
77
- FHIR implementations** .
76
+ - ** Interoperability** : TORCH ensures FHIR compliance but does not guarantee interoperability with
77
+ ** all vendor-specific FHIR implementations** .
78
78
79
79
## License
80
80
0 commit comments