From 357acca1a877eebae06671c1bc712bd2b9a317ff Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:01:45 +0530 Subject: [PATCH] fix urls --- input/fsh/hcert.fsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/input/fsh/hcert.fsh b/input/fsh/hcert.fsh index 600795449..c1b6e07f0 100644 --- a/input/fsh/hcert.fsh +++ b/input/fsh/hcert.fsh @@ -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)" \ No newline at end of file +* 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)" \ No newline at end of file