Skip to content

Commit a640960

Browse files
authored
Merge pull request #35 from bvdh/MADO-code
MADO format code
2 parents 2ba724e + 8853313 commit a640960

4 files changed

Lines changed: 65 additions & 2 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/implementationguide-IHE.FormatCode.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ImplementationGuide for IHE Format Code vocabulary.
1111
<valueDate value="2025-04-28"/>
1212
</extension>
1313
<url value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
14-
<version value="1.4.1-current" />
14+
<version value="1.5.1-current" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />
1717
<status value="active" />
1818
<experimental value="false" />
19-
<!-- <date value="2024-05-23" /> -->
19+
<date value="2026-02-25" />
2020
<publisher value="Integrating the Healthcare Enterprise (IHE)" />
2121
<contact>
2222
<name value="IHE" />

input/resources/Bundle-history-IHE-formatcode.codesystem.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,4 +615,55 @@
615615
</Provenance>
616616
</resource>
617617
</entry>
618+
<entry>
619+
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.20260225"/>
620+
<resource>
621+
<Provenance>
622+
<id value="formatcode-provenance-20260225"/>
623+
<target>
624+
<reference value="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"/>
625+
<type value="CodeSystem"/>
626+
</target>
627+
<occurredPeriod>
628+
<end value="2026-02-25"/>
629+
</occurredPeriod>
630+
<recorded value="2026-02-25T23:00:00.0000Z"/>
631+
<reason>
632+
<coding>
633+
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
634+
<code value="METAMGT"/>
635+
</coding>
636+
<text value="MADO format code (CP#35)."/>
637+
</reason>
638+
<activity>
639+
<coding>
640+
<system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
641+
<code value="CREATE"/>
642+
</coding>
643+
</activity>
644+
<agent>
645+
<type>
646+
<coding>
647+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
648+
<code value="author"/>
649+
</coding>
650+
</type>
651+
<who>
652+
<display value="Wim Corbijn"/>
653+
</who>
654+
</agent>
655+
<agent>
656+
<type>
657+
<coding>
658+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
659+
<code value="custodian"/>
660+
</coding>
661+
</type>
662+
<who>
663+
<display value="IHE RAD-Radiology Domain"/>
664+
</who>
665+
</agent>
666+
</Provenance>
667+
</resource>
668+
</entry>
618669
</Bundle>

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)