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

Commit

Permalink
CapabilityStatement R4 Response Examples Update (#1025)
Browse files Browse the repository at this point in the history
* Update R4 CapabilityStatement well-known example

- Update R4 CapabilityStatement well-known example
- Replace ehr-code URLs with ehr URLs to match the example requests

* Update R4 CapabilityStatement metadata example for open endpoint

- Update R4 CapabilityStatement metadata example for open endpoint with latest Live response

* Update R4 CapabilityStatement metadata example for closed endpoint

- Update R4 CapabilityStatement metadata example for closed endpoint with latest Live response

* Fix rubocop Layout/LineLength offenses

* Address rubocop offenses

* Address rubocop indentation offenses

* Address rubocop offenses

* Address rubocop offenses

* Address rubocop offenses

* Address rubocop offenses

* Minor fixes

---------

Co-authored-by: Florian Craciun <[email protected]>
  • Loading branch information
learclite and Florian Craciun committed Nov 29, 2023
1 parent c595428 commit a927ee4
Show file tree
Hide file tree
Showing 2 changed files with 3,171 additions and 936 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Authorization is not required.

curl -i -H "Accept: application/fhir+json" "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/metadata"

<%= RequestButton.get('ehr-code', :r4, 'metadata', 200, :r4_auth_metadata) %>
<%= RequestButton.get('ehr', :r4, 'metadata', 200, :r4_auth_metadata) %>

[`:serviceRootURL/metadata`]: ../../#service-root-url

Expand Down Expand Up @@ -72,4 +72,4 @@ Authorization is not required.

curl -i -H "Accept: application/json" "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/.well-known/smart-configuration"

<%= RequestButton.get('ehr-code', :r4, '.well-known/smart-configuration', 200, :r4_well_known) %>
<%= RequestButton.get('ehr', :r4, '.well-known/smart-configuration', 200, :r4_well_known) %>
Loading

0 comments on commit a927ee4

Please sign in to comment.