From a8f9d68556f95fcc28edb7a5164fbee9fffee836 Mon Sep 17 00:00:00 2001 From: Carl Leitner Date: Mon, 29 Jul 2024 11:54:21 +0200 Subject: [PATCH] removed slice warnings on hcid in examples --- input/fsh/example-arabic.fsh | 4 ++-- input/fsh/example-chinese.fsh | 4 ++-- input/fsh/example-english.fsh | 4 ++-- input/fsh/example-french.fsh | 4 ++-- input/fsh/example-russian.fsh | 4 ++-- input/fsh/example-spanish.fsh | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/input/fsh/example-arabic.fsh b/input/fsh/example-arabic.fsh index 5ab3ad9e3c..19e91da084 100644 --- a/input/fsh/example-arabic.fsh +++ b/input/fsh/example-arabic.fsh @@ -78,8 +78,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleArabic" * entry[ddccComposition].resource = DDCCCompositionExampleArabic diff --git a/input/fsh/example-chinese.fsh b/input/fsh/example-chinese.fsh index 44ad7a6b63..4db7187bdd 100644 --- a/input/fsh/example-chinese.fsh +++ b/input/fsh/example-chinese.fsh @@ -77,8 +77,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleChinese" * entry[ddccComposition].resource = DDCCCompositionExampleChinese diff --git a/input/fsh/example-english.fsh b/input/fsh/example-english.fsh index 5e4e8c7abc..53a83a2944 100644 --- a/input/fsh/example-english.fsh +++ b/input/fsh/example-english.fsh @@ -88,8 +88,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleEnglish" * entry[ddccComposition].resource = DDCCCompositionExampleEnglish diff --git a/input/fsh/example-french.fsh b/input/fsh/example-french.fsh index 1e4f9a1e6d..a79d96c102 100644 --- a/input/fsh/example-french.fsh +++ b/input/fsh/example-french.fsh @@ -78,8 +78,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleFrench" * entry[ddccComposition].resource = DDCCCompositionExampleFrench diff --git a/input/fsh/example-russian.fsh b/input/fsh/example-russian.fsh index 78948fec56..c62b08d983 100644 --- a/input/fsh/example-russian.fsh +++ b/input/fsh/example-russian.fsh @@ -78,8 +78,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleRussian" * entry[ddccComposition].resource = DDCCCompositionExampleRussian diff --git a/input/fsh/example-spanish.fsh b/input/fsh/example-spanish.fsh index 07b77a99d6..f09e534ed5 100644 --- a/input/fsh/example-spanish.fsh +++ b/input/fsh/example-spanish.fsh @@ -84,8 +84,8 @@ Usage: #example * identifier[+].system = "urn:EXAMPLE-who-:ddcc:bundle:ids" * identifier[=].value = "9990123012301230123" -* link[+].relation = "publication" -* link[=].url = "urn:HCID:1234567890" +* link[hcid].relation = "publication" +* link[hcid].url = "urn:HCID:1234567890" * entry[ddccComposition].fullUrl = "http://www.example.org/fhir/Composition/DDCCCompositionExampleSpanish" * entry[ddccComposition].resource = DDCCCompositionExampleSpanish