Skip to content

Commit d7ddbdb

Browse files
committed
Create wiki/website for TORCH
1 parent eb6d6ff commit d7ddbdb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,23 @@ TORCH provides a range of features to support standardized and consent-aware dat
5858

5959
## Limitations
6060

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.
6565
- **Custom Resources**: TORCH does not support extraction or processing of
6666
**custom FHIR resources types** (beyond the standard specification).
6767
- **On the fly profile support**: TORCH only supports a
6868
**set FHIR of profiles** given at program startup via config (see [Configuration](configuration.md)).
6969
- **Nested Resources**: TORCH does not handle
7070
**deeply nested resources**; they are currently treated as a single field rather than fully resolved structures.
7171
- **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.
7474
- **Consent Complexity**: Consent handling is limited to
7575
**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**.
7878

7979
## License
8080

0 commit comments

Comments
 (0)