Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Generate site:
Browse files Browse the repository at this point in the history
* Updated MedicationAdminstration R4 Resource (#1010)
* Updated MedicationAdministration DSTU2 Resource (#1011)
* Review and Updates to Goal (#1027)
* Review and Updates to Communication (#1022)
* dstu2 Practitioner updates (#1014)
* R4 Practitioner updates (#1015)
* Person updates for DSTU2 and R4 (#1009)
* StructureDefinition updates (#1012)
* Updated Medication Order DSTU2 Resource (#1020)
* Updated MedicationStatement DSTU2 Resource (#1021)
* Updated MedicationRequest R4 Resource (#1019)
* Updated Provenance R4 Resource (#1018)
* DSTU 2 Patient updates (#1023)
* R4 Patient formatting and standard updates (#1028)
* R4 Observation,DocumentReference Documentation Updates (#1031)
* R4 Encounter Period StartDateTime Sort Update (#1033)
* updated Location type search parameter and examples for physicalType (#1034)
* [R4][DiagnosticReport][DocumentReference] support search by _lastUpdated (#1032)
* [R4][Immunization] Support search by _lastUpdated (#1029)
* R4 Binary Autogen CCD add encounter parameter (#1035)
* [R4][Immunization] Documentation Update (#1036)
  • Loading branch information
SukeshKonjeti committed Feb 2, 2024
1 parent dc8601c commit f285fc3
Show file tree
Hide file tree
Showing 27 changed files with 2,471 additions and 2,753 deletions.
70 changes: 32 additions & 38 deletions millennium/dstu2/care-provision/goal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,36 +68,38 @@ <h2>Millennium</h2>
<h1 id="goal">Goal</h1>

<ul id="markdown-toc">
<li><a href="#overview" id="markdown-toc-overview">Overview</a></li>
<li>
<a href="#overview" id="markdown-toc-overview">Overview</a> <ul>
<li><a href="#errors" id="markdown-toc-errors">Errors</a></li>
</ul>
</li>
<li><a href="#terminology-bindings" id="markdown-toc-terminology-bindings">Terminology Bindings</a></li>
<li>
<a href="#search" id="markdown-toc-search">Search</a> <ul>
<li><a href="#authorization-types" id="markdown-toc-authorization-types">Authorization Types</a></li>
<li><a href="#parameters" id="markdown-toc-parameters">Parameters</a></li>
<li><a href="#headers" id="markdown-toc-headers">Headers</a></li>
<li><a href="#example" id="markdown-toc-example">Example</a></li>
<li><a href="#example-search-by-id" id="markdown-toc-example-search-by-id">Example Search by Id</a></li>
<li><a href="#errors" id="markdown-toc-errors">Errors</a></li>
<li><a href="#example-search-by-id" id="markdown-toc-example-search-by-id">Example Search by ID</a></li>
</ul>
</li>
<li>
<a href="#retrieve-by-id" id="markdown-toc-retrieve-by-id">Retrieve by id</a> <ul>
<a href="#retrieve-by-id" id="markdown-toc-retrieve-by-id">Retrieve by ID</a> <ul>
<li><a href="#authorization-types-1" id="markdown-toc-authorization-types-1">Authorization Types</a></li>
<li><a href="#headers-1" id="markdown-toc-headers-1">Headers</a></li>
<li><a href="#example-1" id="markdown-toc-example-1">Example</a></li>
<li><a href="#errors-1" id="markdown-toc-errors-1">Errors</a></li>
</ul>
</li>
</ul>

<h2 id="overview">Overview</h2>

<p>The Goal resource describes intended objectives for a patient. A Goal is typically expressed as a desired outcome or health state to be achieved by a patient over a period or at a specific point in time. A Goal may address preventative health or mitigation of a diagnosis or problem. Goals can be non-health care related (e.g. dance at a wedding).</p>
<p>The Goal resource describes intended objectives for a patient. A goal is typically expressed as a desired outcome or health state to be achieved by a patient over a period or at a specific point in time. A goal may address preventative health or mitigation of a diagnosis or problem. Goals can be non-healthcare related (for example, dance at a wedding).</p>

<p>The following fields are returned if valued:</p>

<ul>
<li><a href="http://hl7.org/fhir/dstu2/resource-definitions.html#Resource.id" target="_blank">id</a></li>
<li><a href="http://hl7.org/fhir/dstu2/resource-definitions.html#Resource.id" target="_blank">Goal ID</a></li>
<li><a href="http://hl7.org/fhir/DSTU2/goal-definitions.html#Goal.subject" target="_blank">Subject (patient)</a></li>
<li><a href="http://hl7.org/fhir/DSTU2/goal-definitions.html#Goal.start_x_" target="_blank">Start date</a></li>
<li><a href="http://hl7.org/fhir/DSTU2/goal-definitions.html#Goal.target_x_" target="_blank">Target date</a></li>
Expand All @@ -109,6 +111,12 @@ <h2 id="overview">Overview</h2>
<li><a href="http://hl7.org/fhir/DSTU2/goal-definitions.html#Goal.note" target="_blank">Note</a></li>
</ul>

<p>Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.</p>

<h3 id="errors">Errors</h3>

<p>The common <a href="../../#client-errors">errors</a> and <a href="../../#operation-outcomes">OperationOutcomes</a> may be returned.</p>

<h2 id="terminology-bindings">Terminology Bindings</h2>

<table style="display: table; white-space: normal">
Expand Down Expand Up @@ -160,7 +168,7 @@ <h2 id="terminology-bindings">Terminology Bindings</h2>

<h2 id="search">Search</h2>

<p>Search for Goals that meet supplied query parameters:</p>
<p>Search for goals that meet supplied query parameters.</p>

<pre><code>GET /Goal?:parameters
</code></pre>
Expand All @@ -185,30 +193,30 @@ <h3 id="parameters">Parameters</h3>
<tbody>
<tr>
<td><code>_id</code></td>
<td>This, or one of <code>patient</code>, or <code>subject</code>.</td>
<td>Conditionally</td>
<td><a href="http://hl7.org/fhir/DSTU2/search.html#token"><code>token</code></a></td>
<td>The logical resource id associated with the Goal. Example: <code>_id=7891</code>
<td>The logical resource ID associated with the goal. This parameter is required if <code>patient</code> or <code>subject</code> are not used. Example: <code>_id=7891</code>
</td>
</tr>
<tr>
<td><code>patient</code></td>
<td>This, or one of <code>_id</code>, or <code>subject</code>.</td>
<td>Conditionally</td>
<td><a href="http://hl7.org/fhir/DSTU2/search.html#reference"><code>reference</code></a></td>
<td>The patient who has the goal. Example: <code>patient=12345</code>
<td>The patient who has the goal. This parameter is required if <code>_id</code> or <code>subject</code> are not used. Example: <code>patient=12345</code>
</td>
</tr>
<tr>
<td><code>subject:Patient</code></td>
<td>This, or one of <code>_id</code>, or <code>patient</code>.</td>
<td>Condtionally</td>
<td><a href="http://hl7.org/fhir/DSTU2/search.html#reference"><code>reference</code></a></td>
<td>The subject who this goal is intended for. Must represent a Patient resource. May use the <code>:Patient</code> modifier. Example: <code>subject=Patient/12345</code> or <code>subject:Patient=12345</code>
<td>The subject who this goal is intended for. Must represent a Patient resource. This parameter is required if <code>_id</code> or <code>patient</code> are not used. Examples: <code>subject=Patient/12345</code> or <code>subject:Patient=12345</code>
</td>
</tr>
<tr>
<td><code>targetdate</code></td>
<td>N</td>
<td>No</td>
<td><a href="http://hl7.org/fhir/dstu2/search.html#date"><code>date</code></a></td>
<td>A date or date range from which to find Goals. Example: <code>targetdate=ge2016-10-01&amp;targetdate=le2016-12-01</code>
<td>A date or date range from which to find goals. Example: <code>targetdate=ge2016-10-01&amp;targetdate=le2016-12-01</code>
</td>
</tr>
</tbody>
Expand All @@ -217,11 +225,11 @@ <h3 id="parameters">Parameters</h3>
<p>Notes:</p>

<ul>
<li>
<p>The <code>_id</code> parameter may not be provided at the same time as the <code>patient</code>, <code>subject</code>, or <code>targetdate</code> parameters.</p>
</li>
<li>
<p>The <code>targetdate</code> parameter may be provided once with a prefix to imply a date range or without a prefix to search for goals at a specific date. Alternately it may be provided twice with <code>le</code>, <code>lt</code>, <code>ge</code>, or <code>gt</code> prefixes to search for goals within specific range. The date and prefix pairs must create a closed range.</p>
<li>The <code>targetdate</code> parameter:
<ul>
<li>May be provided once with a prefix to imply a date range or without a prefix to search for goals at a specific date.</li>
<li>Alternatively, it may be provided twice with <code>le</code>, <code>lt</code>, <code>ge</code>, or <code>gt</code> prefixes to search for goals within a specific range. The date and prefix pairs must create a closed range.</li>
</ul>
</li>
</ul>

Expand Down Expand Up @@ -289,9 +297,7 @@ <h4 id="response">Response</h4>
]
}</code></pre>

<p>Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.</p>

<h3 id="example-search-by-id">Example Search by Id</h3>
<h3 id="example-search-by-id">Example Search by ID</h3>

<h4 id="request-1">Request</h4>

Expand Down Expand Up @@ -350,15 +356,9 @@ <h4 id="response-1">Response</h4>
]
}</code></pre>

<p>Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.</p>

<h3 id="errors">Errors</h3>

<p>The common <a href="../../#client-errors">errors</a> and <a href="../../#operation-outcomes">OperationOutcomes</a> may be returned.</p>

<h2 id="retrieve-by-id">Retrieve by id</h2>
<h2 id="retrieve-by-id">Retrieve by ID</h2>

<p>List an individual Goal by its id:</p>
<p>List an individual goal by its ID.</p>

<pre><code>GET /Goal/:id
</code></pre>
Expand Down Expand Up @@ -416,12 +416,6 @@ <h4 id="response-2">Response</h4>
}
}</code></pre>

<p>Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.</p>

<h3 id="errors-1">Errors</h3>

<p>The common <a href="../../#client-errors">errors</a> and <a href="../../#operation-outcomes">OperationOutcomes</a> may be returned.</p>


</div>

Expand Down
16 changes: 8 additions & 8 deletions millennium/dstu2/conformance/conformance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,20 @@ <h4 id="request">Request</h4>
</code></pre>

<div class="example-tabs">
<ul id="24f8cb05-4daa-49f6-984d-4ef6f7f40f66">
<ul id="d44323c1-e97f-435c-8087-e39122046b6b">
<li>
<a class="active" href="#example-response" data-tab="example-response-tab" onclick="showTab(this, '24f8cb05-4daa-49f6-984d-4ef6f7f40f66'); return false;">
<a class="active" href="#example-response" data-tab="example-response-tab" onclick="showTab(this, 'd44323c1-e97f-435c-8087-e39122046b6b'); return false;">
Example Response
</a>
</li>
<li>
<a href="#live-response" data-tab="live-response-tab" data-url="https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata" data-header="application/json+fhir" data-status="200" onclick="showTab(this, '24f8cb05-4daa-49f6-984d-4ef6f7f40f66'); makeRequest(this); return false;">
<a href="#live-response" data-tab="live-response-tab" data-url="https://fhir-open.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata" data-header="application/json+fhir" data-status="200" onclick="showTab(this, 'd44323c1-e97f-435c-8087-e39122046b6b'); makeRequest(this); return false;">
Live Response
</a>
</li>
</ul>
</div>
<div data-id="24f8cb05-4daa-49f6-984d-4ef6f7f40f66" class="example-tab-content">
<div data-id="d44323c1-e97f-435c-8087-e39122046b6b" class="example-tab-content">
<div data-content="example-response-tab">
<pre class="headers"><code>Status: 200 OK</code></pre>
<pre class="body-response"><code class="language-javascript">{
Expand Down Expand Up @@ -639,20 +639,20 @@ <h4 id="request-1">Request</h4>
</code></pre>

<div class="example-tabs">
<ul id="9a2a00eb-2527-4f8c-bdc5-beb0903fe742">
<ul id="f15b9cc8-62c5-4bd3-af98-348bac4406c2">
<li>
<a class="active" href="#example-response" data-tab="example-response-tab" onclick="showTab(this, '9a2a00eb-2527-4f8c-bdc5-beb0903fe742'); return false;">
<a class="active" href="#example-response" data-tab="example-response-tab" onclick="showTab(this, 'f15b9cc8-62c5-4bd3-af98-348bac4406c2'); return false;">
Example Response
</a>
</li>
<li>
<a href="#live-response" data-tab="live-response-tab" data-url="https://fhir-ehr-code.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata" data-header="application/json+fhir" data-status="200" onclick="showTab(this, '9a2a00eb-2527-4f8c-bdc5-beb0903fe742'); makeRequest(this); return false;">
<a href="#live-response" data-tab="live-response-tab" data-url="https://fhir-ehr-code.cerner.com/dstu2/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata" data-header="application/json+fhir" data-status="200" onclick="showTab(this, 'f15b9cc8-62c5-4bd3-af98-348bac4406c2'); makeRequest(this); return false;">
Live Response
</a>
</li>
</ul>
</div>
<div data-id="9a2a00eb-2527-4f8c-bdc5-beb0903fe742" class="example-tab-content">
<div data-id="f15b9cc8-62c5-4bd3-af98-348bac4406c2" class="example-tab-content">
<div data-content="example-response-tab">
<pre class="headers"><code>Status: 200 OK</code></pre>
<pre class="body-response"><code class="language-javascript">{
Expand Down
Loading

0 comments on commit f285fc3

Please sign in to comment.