hl7ch / ch-rad-order

https://fhir.ch/ig/ch-rad-order/index.html
Creative Commons Zero v1.0 Universal
2 stars 3 forks source link

QuestionniaireResponse Radiology Order (Oliver, ahdis) - Bundle inconsistent #61

Closed ig-feedback closed 4 months ago

ig-feedback commented 5 months ago

ch.fhir.ig.ch-rad-order#2.0.0-ci-build /QuestionnaireResponse-QuestionnaireResponseRadiologyOrder.html

Version of Questionnaire is wrong 1.1.0-assembled instead of 2.0.0 version

Oliver, ahdis

oliveregger commented 5 months ago

Im Bundle-DocumentRadiologyOrder ist


 {
            "linkId" : "attachment.nonDicom",
            "text" : "Anhang (nicht DICOM)",
            "item" : [
              {
                "linkId" : "attachment.nonDicom.title",
                "text" : "Dateiname und -endung der angehängten Datei (z.B. \"Befund.pdf\")",
                "answer" : [
                  {
                    "valueString" : "Befund_Rx_Thorax_S_Ufferer_20190401.pdf",
                    "item" : [
                      {
                        "linkId" : "attachment.nonDicom.description",
                        "text" : "Beschreibung",
                        "answer" : [
                          {
                            "valueString" : "Befund Notfall-Rx nach Sturz"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
          },
          {
            "linkId" : "attachment.dicom",
            "text" : "Anhang (DICOM)",
            "item" : [
              {
                "linkId" : "attachment.dicom.title",
                "text" : "Dateiname und -endung der angehängten Dicom-Datei (z.B. \"Muster_F_2023-07-20_MR Knie nativ beidseits_im2588909576\")",
                "answer" : [
                  {
                    "valueString" : "Muster_F_2023-07-20_MR Knie nativ beidseits_im2588909576",
                    "item" : [
                      {
                        "linkId" : "attachment.dicom.sopInstanceUid",
                        "text" : "DICOM SOP Instance UID",
                        "answer" : [
                          {
                            "valueString" : "123456789"
                          }
                        ]
                      },
                      {
                        "linkId" : "attachment.dicom.sopClass",
                        "text" : "DICOM SOP Class",
                        "answer" : [
                          {
                            "valueCoding" : {
                              "code" : "1.2.840.10008.5.1.4.1.1.4"
                            }
                          }
                        ]
                      },
                      {
                        "linkId" : "attachment.dicom.modality",
                        "text" : "DICOM Series Modality",
                        "answer" : [
                          {
                            "valueCoding" : {
                              "code" : "MR"
                            }
                          }
                        ]
                      },
                      {
                        "linkId" : "attachment.dicom.SeriesInstanceUid",
                        "text" : "DICOM Series Instance UID",
                        "answer" : [
                          {
                            "valueString" : "123456789"
                          }
                        ]
                      },
                      {
                        "linkId" : "attachment.dicom.studyInstanceUid",
                        "text" : "DICOM Study Instance UID",
                        "answer" : [
                          {
                            "valueString" : "123456789"
                          }
                        ]
                      },
                      {
                        "linkId" : "attachment.dicom.acsn",
                        "text" : "ACSN",
                        "answer" : [
                          {
                            "valueString" : "123456789"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ]
oliveregger commented 5 months ago

1.  Wieso ist attachment.nonDicom.title ein String? Geben wir das Attachment nicht mehr direkt mit? Die referenzierte DocumentReference erwartet das eigentlich direkt eingebettet:https://build.fhir.org/ig/hl7ch/ch-orf/StructureDefinition-ch-orf-documentreference.html

Im Bundle hat es auch eine DocumentReferenz wo das atttachment angegeben ist (siehe auch https://github.com/hl7ch/ch-rad-order/issues/61), das passt aber meiner Sicht nichtauf die QuestionnarieReponse und ist ja auch eine DICOM Bild. Ich denke man müsste das im Questionnaire auf attachment ändern, QuestionnaireResponse anpassen und im Bundle das Beispiei eines 

  1. attatchment.dicom: ImagingStudy fehlendes Beispiel im IG/Bundle welches der QR Response entspricht Für die ImagingStudy gibt es ein Profil, aber kein Beispiel im IG und im Bundle, wäre es möglich das Beispiel zu ergänzen, damit ich das Mapping erstellen kann?
JBleuer commented 5 months ago

2) Attachment dicom: example of dicom sop instance added; CH RAD-Order ImagingStudy: Slicing for identifier added in order to depict study instance uid AND acsn

JBleuer commented 4 months ago

Example for dicom-attachment and no-dicom attachment (pdf): it remains an issue with mandatory mime type

JBleuer commented 4 months ago

ssue with mandatory mime type solved