Skip to content

Commit

Permalink
removed slice warnings on hcid in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred committed Jul 29, 2024
1 parent 46b29d6 commit a8f9d68
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions input/fsh/example-arabic.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/example-chinese.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/example-english.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/example-french.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/example-russian.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions input/fsh/example-spanish.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8f9d68

Please sign in to comment.