Skip to content

Commit

Permalink
Merge pull request #175 from p9g/main
Browse files Browse the repository at this point in the history
update for #174
  • Loading branch information
jmandel authored Aug 30, 2021
2 parents 68853d2 + 14ce42b commit cfcb8cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FAQ/related-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ On March 19th, 2021, the WHO released [Interim guidance for developing a Smart V

1. WHO RC1 does not yet define technical details for active implementation, such as the specific format for QR codes and other artifacts.

1. WHO RC1 defines a data model for what should be included in a proof of vaccination. SMART Health Cards provides a similar data model via the [SMART Health Cards: Vaccination & Testing Implementation Guide](http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main/). The SMART IG aligns closely but not perfectly with WHO RC1 recommendations. Improving this alignment where possible is on the roadmap for the Vaccination & Testing Implementation Guide.
1. WHO RC1 defines a data model for what should be included in a proof of vaccination. SMART Health Cards provides a similar data model via the [SMART Health Cards: Vaccination & Testing Implementation Guide](http://vci.org/ig/vaccination-and-testing). The SMART IG aligns closely but not perfectly with WHO RC1 recommendations. Improving this alignment where possible is on the roadmap for the Vaccination & Testing Implementation Guide.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

Updated links to the HL7 Implementation Guide

## 1.0.1

Clarify FHIR API behavior when `$health-cards-issue` doesn't return results
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If we identify *optional* data elements for a given use case, we might incorpora

This framework defines a general approach to **representing demographic and clinical data in FHIR**, outlined in [Modeling Verifiable Credentials in FHIR](./credential-modeling/). Specific use cases for Health Cards will define specific data profiles.

* **COVID-19 Vaccination Credentials**: See [SMART Health Cards: Vaccination IG](http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main)
* **COVID-19 Vaccination Credentials**: See [SMART Health Cards: Vaccination IG](http://vci.org/ig/vaccination-and-testing)

# Protocol Details

Expand Down Expand Up @@ -436,7 +436,7 @@ No. SMART Health Cards are designed for use *alongside* existing forms of identi
## Which clinical data should be considered in decision-making?
* The data in Health Cards should focus on communicating "immutable clinical facts".
* Each use case will define specific data profiles.
* For COVID-19 Vaccination Credentials, the [SMART Health Cards: Vaccination IG](http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main) defines requirements.
* For COVID-19 Vaccination Credentials, the [SMART Health Cards: Vaccination IG](http://vci.org/ig/vaccination-and-testing) defines requirements.
* When Health Cards are used in decision-making, the verifier is responsible for deciding what rules to apply. For example:
* decision-making rules may change over time as our understanding of the clinical science improves.
* decision-making rules may be determined or influenced by international, national and local health authorities.
Expand Down
4 changes: 2 additions & 2 deletions generate-examples/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ interface BundleInfo {
}

const exampleBundleInfo: BundleInfo[] = [
{url: 'https://raw.githubusercontent.com/dvci/vaccine-credential-ig/main/examples/Scenario1Bundle.json', issuerIndex: 0},
{url: 'https://raw.githubusercontent.com/dvci/vaccine-credential-ig/main/examples/Scenario2Bundle.json', issuerIndex: 2},
{url: 'https://raw.githubusercontent.com/HL7/fhir-shc-vaccination-ig/master/examples/Scenario1Bundle.json', issuerIndex: 0},
{url: 'https://raw.githubusercontent.com/HL7/fhir-shc-vaccination-ig/master/examples/Scenario2Bundle.json', issuerIndex: 2},
{url: 'https://www.hl7.org/fhir/diagnosticreport-example-ghp.json', issuerIndex: 0}
];

Expand Down

0 comments on commit cfcb8cc

Please sign in to comment.