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

fix urls #19

Merged
merged 1 commit into from
Jan 25, 2024
Merged
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
10 changes: 5 additions & 5 deletions input/fsh/hcert.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Description: "Logical Model for the HCERT"
* ^url = "http://smart.who.int/trust/StructureDefinition/HCert"
* ^version = "1.0.0"
* ^status = #draft
* hcert 0..1 Canonical($HCertDCC) "HCERT EU DCC" "HCERT EU DCC"
* hcert 0..1 $HCertDCC "HCERT EU DCC" "HCERT EU DCC"
// * 2 0..* RACSEL_DDVC "RACSEL Vaccination Certficate Data Set claim" "RACSEL Vaccination Certificate (PROPOSED)"
* ddccvs 0..* Canonical($DDCCVS) "Vaccination Core Data Set claim" "DDCC Vaccination claim (PROPOSED)"
* ddcctr 0..* Canonical($DDCCTR) "Test Result Core Data Set claim" "DDCC Test Result claim (PROPOSED)"
* shl 0..* Canonical($SmartHealthLink) "SMART Health Link claim" "SMART Health Link (PROPOSED)"
* ips 0..* Canonical($IPS) "IPS" "IPS Bundle (EXAMPLE)"
* ddccvs 0..* $DDCCVS "Vaccination Core Data Set claim" "DDCC Vaccination claim (PROPOSED)"
* ddcctr 0..* $DDCCTR "Test Result Core Data Set claim" "DDCC Test Result claim (PROPOSED)"
* shl 0..* $SmartHealthLink "SMART Health Link claim" "SMART Health Link (PROPOSED)"
* ips 0..* $IPS "IPS" "IPS Bundle (EXAMPLE)"
Loading