Skip to content

Commit

Permalink
Merge pull request #468 from qligier/ql_issue_465
Browse files Browse the repository at this point in the history
#465: fix the IHE CodeSystem mapping in ATNA->FHIR translation
  • Loading branch information
unixoid authored Feb 25, 2025
2 parents 3ecaccf + bf88153 commit 67255a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mappings = {

atnaCodingSystem(
'DCM' : 'http://dicom.nema.org/resources/ontology/DCM',
'IHE Transactions' : 'urn:oid:1.3.6.1.4.1.19376',
'IHE Transactions' : 'urn:ihe:event-type-code',
'IHE XDS Metadata' : 'urn:oid:1.3.6.1.4.1.19376.1.2.6',
'RFC-3881' : 'urn:ietf:rfc:3881',
(ELSE) : { (it && it.charAt(0).isDigit()) ? 'urn:oid:' + it : it },
Expand Down

0 comments on commit 67255a3

Please sign in to comment.