Skip to content

Commit ebcd160

Browse files
authored
Fix link formatting in best-practices.md
1 parent d856e5b commit ebcd160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Clinical Decision Support Hooks standard aims to provide real-time, actionab
66
* CDS Services must be _fast_.
77
* Expect to invest resources into optimizing the speed of your service. CDS Client FHIR APIs may be a limiting factor in service performance.
88
* CDS Services should return guidance on the order of 500 ms.
9-
* Use & optimize **prefetch**. (If prefetch is not supported by an EHR, the HL7 "[CRMI Module Configuration Library]([url](https://hl7.org/fhir/uv/crmi/StructureDefinition-crmi-moduleconfigurationlibrary.html))" pattern provides similar benefits).
9+
* Use & optimize **prefetch**. (If prefetch is not supported by an EHR, the HL7 [CRMI Module Configuration Library](https://www.hl7.org/fhir/uv/crmi/StructureDefinition-crmi-moduleconfigurationlibrary.html) pattern provides similar benefits).
1010
* Use supported search parameters to **limit** the data returned. Test and analyze a variety of requests and parameters to optimize response time.
1111
* Make use of date search parameters whenever possible.
1212
* Use `_include` and `_revinclude` to minimize the number of queries performed. For example: `MedicationRequest?subject=test-1&date=ge2024-12-01&status=active,completed,stopped&category=community&intent=order&_include=MedicationRequest:medication`.

0 commit comments

Comments
 (0)