Robert,
For RFC-3881, you can use something based on https://tools.ietf.org/html/rfc2648 which defines URNs for RFCs
Which would mean urn:ietf:rfc:3881 for RFC-3881 codes.
I guess we can leave it empty for IHE Transactions, or choose something like urn:oid:1.3.6.1.4.1.19376.1.2 where 1.3.6.1.4.1.19376.1.2 is the root OID for the IHE IT Infrastructure domain, see http://wiki.ihe.net/index.php/ITI_-_OID_assignment_1.3.6.1.4.1.19376.1.2
Dave Franken
Meddex
From: Robert Lichtenberger <r.licht...@gmail.com>
Sent: woensdag 20 juni 2018 07:29
To: Dave Franken <dfra...@meddex.nl>
Subject: Re: IHE CodeSystems in AuditMessages
I was having the same problem a few months ago. I chose:
* https://tools.ietf.org/html/rfc3881 for RFC3881 codes
* http://dicom.nema.org/resources/ontology/DCM for DICOM codes
and left the system-field empty for IHE codes, which clearly is suboptimal but seems to be allowed by HL7 FHIR, since
http://hl7.org/fhir/datatypes.html#Coding has:
system Σ 0..1 uri Identity of the terminology system
I therefore translate e.g.:
<EventIdentification EventActionCode="R" EventDateTime="2018-04-10T10:41:58.959+02:00" EventOutcomeIndicator="0">
<EventID csd-code="110106" originalText="Export" codeSystemName="DCM"/>
<EventTypeCode csd-code="ITI-42" originalText="Register Document Set-b" codeSystemName="IHE Transactions"/>
</EventIdentification>
To:
"type": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110106",
"display": "Export"
},
"subtype": [
{
"code": "ITI-42",
"display": "Register Document Set-b"
}
],
"action": "R",
"recorded": "2018-04-10T10:41:58.959+02:00",
"outcome": "0"
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/b08bb16d-bb4d-4986-8253-adc99660e027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Dave,
Where do you still see references to RFC-3881? Those should all be DICOM now.
<ParticipantObjectIdentification ParticipantObjectID="ASCPATID20180424" ParticipantObjectTypeCode="1" ParticipantObjectTypeCodeRole="1">and will translate it to:
<ParticipantObjectIDTypeCode csd-code="2" originalText="Patient Number" codeSystemName="RFC-3881"/>
</ParticipantObjectIdentification>
"identifier": {(I will probably change to urn:ietf:rfc:3881 as suggested by Dave Franken).
"use": "secondary",
"type": {
"coding": [
{
"system": "https://tools.ietf.org/html/rfc3881",
"code": "2",
"display": "Patient Number"
}
]
},
"value": "ASCPATID20180424"
},
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjvRGUnA96%2BVhzOqBAb7M8-7xCX%2BjfEc8WiPnYdg141apA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/acc207bd-4447-2257-048a-fa66800cae47%40gmail.com.
3.20.7.1.3 ParticipantObjectIDTypeCode
The DICOM schema mandates codeSystemName and originalText for all coded types. When standard codes are not available and the Audit Event Report is still using the integer values that were specified in RFC3881, IHE actors shall use the integer from RFC3881 as the codeValue, the description from RFC3881 in the originalText attribute and "RFC-3881" in the codeSystemName attribute. Where codes from other coding systems are available, those codes should be used because RFC3881 has been deprecated.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/b08bb16d-bb4d-4986-8253-adc99660e027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjvRGUnA96%2BVhzOqBAb7M8-7xCX%2BjfEc8WiPnYdg141apA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/b08bb16d-bb4d-4986-8253-adc99660e027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjvRGUnA96%2BVhzOqBAb7M8-7xCX%2BjfEc8WiPnYdg141apA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/acc207bd-4447-2257-048a-fa66800cae47%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/0d084a7a-8c86-4090-adb6-32e30d4ead5f%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/b08bb16d-bb4d-4986-8253-adc99660e027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjvRGUnA96%2BVhzOqBAb7M8-7xCX%2BjfEc8WiPnYdg141apA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/acc207bd-4447-2257-048a-fa66800cae47%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implementors+unsub...@googlegroups.com.
urn:ihe:event-type-code | Used to identify a IHE Transaction numbers when used in ATNA messages. For example in ITI-43 the audit message EventTypeCode is defined as EV(“ITI-43”, “IHE Transactions”, “Retrieve Document Set”). urn:ihe:event-type-code is the URI/URN equivalent of "IHE Transactions" for the codesystem. |
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/b08bb16d-bb4d-4986-8253-adc99660e027%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjvRGUnA96%2BVhzOqBAb7M8-7xCX%2BjfEc8WiPnYdg141apA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/acc207bd-4447-2257-048a-fa66800cae47%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/0d084a7a-8c86-4090-adb6-32e30d4ead5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To post to this group, send email to ihe-mhd-im...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/2daebd30-dab7-4a11-a629-cb3be419ef08%40googlegroups.com.
As occured in IHE_ITI_TF_Vol2b.pdf,
the audit message for ITI-41 and ITI-42 shall contain ParticipantObjectIDTypeCode; EV(“urn:uuid:a54d6aa5-d40d-43f9-88c5-b4633d873bdd”, “IHE XDS Metadata”, “submission set classificationNode”) in AuditMessage/ParticipantObjectIdentification.
Which URI/URN shall I use for "IHE XDS Metadata"?
--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/319913c8-82f0-48f7-8808-6e5010ca06b8n%40googlegroups.com.
Question to implementers, for the purpose of improving the IHE specification. The following issue has been brought forwardAs occured in IHE_ITI_TF_Vol2b.pdf,
the audit message for ITI-41 and ITI-42 shall contain ParticipantObjectIDTypeCode; EV(“urn:uuid:a54d6aa5-d40d-43f9-88c5-b4633d873bdd”, “IHE XDS Metadata”, “submission set classificationNode”) in AuditMessage/ParticipantObjectIdentification.
Which URI/URN shall I use for "IHE XDS Metadata"?Good catch. I suspect there will be others that we need to fixup. These are problems in the XDS space too.A couple of alternatives that I would like to have some discussion from implementers aboutWhat is in use today? I suspect there will be some that literally have used that string. Others left the system blank.
Some alternatives that I can think of that all might be usefula) don't specify a system. It is not required, it is just highly recommended - the unfortunate part is that we do indicate to use "IHE XDS Metadata", so we clearly are not recommending it be left blank.b) "urn:ietf:rfc:3986" -- because this is what FHIR says one should use when the value is globally uniquec) "http://ihe.net" -- as this is the closest thing IHE has to an http rootd) "http://profiles.ihe.net" -- as this is likely the root where any new codesystem would be createde) IHE should define a formal codesystem as has been done with FormatCodee.1) This should be done inside MHD as it is most urgently needed there
I tend to favor (b)
--John Moehrke 🔥 Architect: Healthcare Informatics Standards - Interoperability, Privacy, and Security
IHE Co-Chair IT Infrastructure Planning and Technical
HL7 Co-Chair Security WG, FHIR FMG, FHIR facilitator, and FHIR Foundation founding memberEmployee of By Light -- Contractor to VHA MyHealtheVet
JohnM...@gmail.com | M +1 920-564-2067 | John.M...@bylight.com
https://healthcaresecprivacy.blogspot.comOn Fri, Jun 18, 2021 at 3:32 AM Hyeonjun Seo <leonar...@gmail.com> wrote:Dear all,I have one question for this discussion, too.As occured in IHE_ITI_TF_Vol2b.pdf,the audit message for ITI-41 and ITI-42 shall contain ParticipantObjectIDTypeCode; EV(“urn:uuid:a54d6aa5-d40d-43f9-88c5-b4633d873bdd”, “IHE XDS Metadata”, “submission set classificationNode”) in AuditMessage/ParticipantObjectIdentification.Which URI/URN shall I use for "IHE XDS Metadata"?Hyeonjun, SeoezCaretech Co., Ltd--
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/319913c8-82f0-48f7-8808-6e5010ca06b8n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "IHE MHD Implementors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ihe-mhd-implemen...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ihe-mhd-implementors/CACDGQjsRuap7P%2BNhc_PNtS9L42O86kpe-JSKOnZi-PJJkTSKFQ%40mail.gmail.com.