Skip to content

Commit 2f7633a

Browse files
committed
Added explanation of warning which is an error in the new publisher version.
1 parent 2ba724e commit 2f7633a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

input/ignoreWarnings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
WARNING: ValueSet/formatcode: ValueSet.compose.include[2].system: URL value 'http://dicom.nema.org/resources/ontology/DCMUID' does not resolve
55
WARNING: ValueSet/formatcode: ValueSet.compose.include[2]: Unknown System 'http://dicom.nema.org/resources/ontology/DCMUID' specified, so Concepts and Filters can't be checked (Details: A definition for CodeSystem 'http://dicom.nema.org/resources/ontology/DCMUID' could not be found, so the code cannot be validated)
66
WARNING: ValueSet.where(id = 'formatcode'): Error from http://tx.fhir.org/r4: Unable to provide support for code system http://dicom.nema.org/resources/ontology/DCMUID
7+
Error from https://tx.fhir.org/r4: Error: A definition for CodeSystem 'http://dicom.nema.org/resources/ontology/DCMUID' could not be found, so the value set cannot be expanded

input/resources/codesystem-formatcode.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ The actual list of codes is intended to be extensible.
631631
<code value="notSelectable" />
632632
<valueBoolean value="true" />
633633
</property>
634+
634635
<concept>
635636
<code value="urn:ihe:rad:TEXT"/>
636637
<display value="RAD TEXT"/>
@@ -661,6 +662,16 @@ The actual list of codes is intended to be extensible.
661662
</property>
662663
</concept>
663664

665+
<concept>
666+
<code value="urn:ihe:rad:MADO:fhir-manifest:2026"/>
667+
<display value="RAD MADO"/>
668+
<definition value="MADO Imaging Study Manifest in FHIR Format"/>
669+
<property>
670+
<code value="status"/>
671+
<valueCode value="active"/>
672+
</property>
673+
</concept>
674+
664675
</concept>
665676
<!--Cardiology-->
666677
<concept>

0 commit comments

Comments
 (0)