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

FI-3636 Fix typo in description and add links to test suite #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
16 changes: 15 additions & 1 deletion lib/smart_health_cards_test_kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,24 @@ class SmartHealthCardsTestSuite < Inferno::TestSuite
id :smart_health_cards
title 'SMART Health Cards'
description %(
The US Core Test Kit tests systems for their conformance to the
The SMART Health Cards Test Kit tests systems for their conformance to the
[SMART Health Cards Framework v1.4.0](https://spec.smarthealth.cards/)
)
version VERSION
links [
{
label: 'Report Issue',
url: 'https://github.com/inferno-framework/smart-health-cards-test-kit/issues'
},
{
label: 'Open Source',
url: 'https://github.com/inferno-framework/smart-health-cards-test-kit'
},
{
label: 'Download',
url: 'https://github.com/inferno-framework/smart-health-cards-test-kit/releases'
}
]

# All FHIR validation requsets will use this FHIR validator
fhir_resource_validator do
Expand Down
Loading