HL7 / fhir-shc-vaccination-ig

FHIR Implementation Guide describing clinical and patient data contained within a SMART Health Card
https://vci.org/ig/vaccination-and-testing
35 stars 18 forks source link

ATC code system URL should use http not https #169

Closed p9g closed 3 years ago

p9g commented 3 years ago

http://tx.fhir.org/r4/CodeSystem?_format=json&url=http://www.whocc.no/atc works but http://tx.fhir.org/r4/CodeSystem?_format=json&url=https://www.whocc.no/atc does not work

See https://github.com/HL7/fhir-shc-vaccination-ig/blob/main/input/fsh/value_sets.fsh#L123

change system URL to not use https; i.e., should be http://www.whocc.no/atc

Also note discussion at https://chat.fhir.org/#narrow/stream/179202-terminology/topic/atc.20or.20atc_ddd_index i.e., THO needs fixing

nkarip commented 3 years ago

Made this change on the code-system-examples branch.