Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#335 fixed broken quickstart links #346

Open
wants to merge 1 commit into
base: v2016
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions input/pagecontent/quick-start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,19 @@
<pre class="http"><span class="copy-text">PUT http://localhost:8080/fhir/Patient/example-rec-10-patient-view-no-screenings <button title="" class="btn-copy" data-clipboard-text="http://localhost:8080/fhir/Patient/example-rec-10-patient-view-no-screenings" data-original-title="Click to copy URL"></button></span></pre>
</div>

<p><a href="patient-example-rec-10-patient-view-no-screenings.json">The Patient resource JSON</a></p>
<p><a href="Patient-example-rec-10-patient-view-no-screenings.json">The Patient resource JSON</a></p>

<div class="example">
<pre class="http"><span class="copy-text">PUT http://localhost:8080/fhir/MedicationRequest/example-rec-10-patient-view-no-screenings-context <button title="" class="btn-copy" data-clipboard-text="http://localhost:8080/fhir/MedicationRequest/example-rec-10-patient-view-no-screenings-context" data-original-title="Click to copy URL"></button></span></pre>
</div>

<p><a href="medicationrequest-example-rec-10-patient-view-no-screenings-context.json">The context MedicationRequest resource JSON</a></p>
<p><a href="MedicationRequest-example-rec-10-patient-view-no-screenings-context.json">The context MedicationRequest resource JSON</a></p>

<div class="example">
<pre class="http"><span class="copy-text">PUT http://localhost:8080/fhir/MedicationRequest/example-rec-10-patient-view-no-screenings-prefetch <button title="" class="btn-copy" data-clipboard-text="http://localhost:8080/fhir/MedicationRequest/example-rec-10-patient-view-no-screenings-prefetch" data-original-title="Click to copy URL"></button></span></pre>
</div>

<p><a href="medicationrequest-example-rec-10-patient-view-no-screenings-prefetch.json">The preftech MedicationRequest resource JSON</a></p>
<p><a href="MedicationRequest-example-rec-10-patient-view-no-screenings-prefetch.json">The preftech MedicationRequest resource JSON</a></p>

<p>To configure the sandbox to work with this local CDS Hooks service instance, the following settings need to be set:</p>
<p>Set the <code>Discovery Endpoint URL</code> to <code>http://localhost:8080/cds-services</code>. If you're not prompted for this at startups, then in Settings go to <code>Add CDS Services</code> and set the <code>Discovery Endpoint URL</code> there. Now the sandbox is configured to use the CDS Hooks service that you created above.</p>
Expand Down