Skip to content

Commit 7b3c216

Browse files
authored
Merge pull request #111 from IHE/102-pc-change-identifiersystem-in-examples-to-httpsexampleorg
[#102] Used https://example.org as system for example identifiers
2 parents afe1077 + a24346f commit 7b3c216

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

input/fsh/examples/medications/medication.fsh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage: #example
2323
Description: "1C. Cefuroxime 1500mg (1.5g) powder for solution in a vial. Branded packaged product, defined by attributes."
2424

2525
* identifier.value = "1529962"
26-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
26+
* identifier.system = "https://example.org/medication"
2727
* doseForm = $edqm-standardterms#50053000 "Powder for solution for injection or infusion"
2828
* extension[classification].valueCodeableConcept = $who-atc#J01DC02 "cefuroxime"
2929
* extension[productName].valueString = "Cefuroxime MIP 1500 mg, süste-/infusioonilahuse pulber"
@@ -42,7 +42,7 @@ Usage: #example
4242
Description: "1D. Cefuroxime 750mg powder for solution in a vial (5 vials per package). Branded packaged product, defined by attributes."
4343

4444
* identifier.value = "1529928"
45-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
45+
* identifier.system = "https://example.org/medication"
4646
* doseForm = $edqm-standardterms#11205000 "Powder for solution for injection"
4747
* extension[classification].valueCodeableConcept = $who-atc#J01DC02 "cefuroxime"
4848
* extension[productName].valueString = "Cefuroxime MIP 750 mg, süstelahuse pulber"
@@ -61,7 +61,7 @@ Usage: #example
6161
Description: "2A. Clotrimazole cream 10mg/g and 6 pessaries 100g. Branded packaged product, consisting of different medication items. Defined by attributes."
6262

6363
* identifier.value = "1033692"
64-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
64+
* identifier.system = "https://example.org/medication"
6565
* doseForm = $edqm-standardterms#14001000 "Cream + pessary"
6666
* extension[classification].valueCodeableConcept = $who-atc#G01AF02 "clotrimazole"
6767
* extension[productName].valueString = "Canifug Cremolum"
@@ -111,7 +111,7 @@ Usage: #example
111111
Description: "3B. Milgamma N, B-vitamin complex. Branded packaged product, defined by attributes."
112112

113113
* identifier.value = "1029776"
114-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
114+
* identifier.system = "https://example.org/medication"
115115
* doseForm = $edqm-standardterms#13047000 "Solution for suspension for injection"
116116
* extension[classification].valueCodeableConcept = $who-atc#A11DB "Vitamin B1 in combination with vitamin B6 and/or vitamin B12"
117117
* extension[productName].valueString = "MILGAMMA N"
@@ -145,7 +145,7 @@ Usage: #example
145145
Description: "4A. Firmagon. Branded packaged product, defined by attributes, includes administration devices."
146146

147147
* identifier.value = "1400601"
148-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
148+
* identifier.system = "https://example.org/medication"
149149
* doseForm = $edqm-standardterms#11207000 "Powder and solvent for solution for injection"
150150
* extension[classification].valueCodeableConcept = $who-atc#L02BX02 "degarelix"
151151
* extension[productName].valueString = "FIRMAGON"
@@ -179,7 +179,7 @@ Usage: #example
179179
Description: "05A. Tilidin (50mg), Naloxon (4mg) oral drops. Branded packaged product, defined by attributes. Unusual strength."
180180

181181
* identifier.value = "12345"
182-
//* identifier.system = "example"
182+
* identifier.system = "https://example.org"
183183
* doseForm = $edqm-standardterms#10101000 "Oral drops, solution"
184184
//* extension[classification].valueCodeableConcept = $who-atc#N02AX51 "tilidine and naloxone"
185185
* extension[productName].valueString = "Tilidin HEXAL® comp Lösung, 50/4 mg je 0,72 ml Tropfen zum Einnehmen, Lösung"

input/fsh/examples/medications/medicationKnowledgePlus.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Usage: #example
1010
Description: "100. Canifug Cremolum (cream and pessaries in one package), defined using MedicationKnowledge + PackagedProductDefinition"
1111
1212
* identifier.value = "1033692"
13-
* identifier.system = "https://www.ravimiregister.ee" // not official FHIR identifier URL
13+
* identifier.system = "https://example.org/medication"
1414
* doseForm = $edqm-standardterms#14001000 "Cream + pessary"
1515
* definition = Reference(100-CanifugCremolum-MedicationKnowledge)
1616
* contained[0] = 100-CanifugCremolum-MedicationKnowledge

input/ignoreWarnings.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
URL value 'http://standardterms.edqm.eu' does not resolve
99

1010

11-
# In some examples there is an URL value 'https://www.ravimiregister.ee'. Ignoring as not relevant / possible tooling-related
12-
URL value 'https://www.ravimiregister.ee' does not resolve
1311

1412
# There's currently no support for ICD-11
1513
A definition for CodeSystem 'http://id.who.int/icd/release/11/mms' could not be found, so the code cannot be validated

0 commit comments

Comments
 (0)