Closed ig-feedback closed 6 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"
}
]
}
]
}
]
}
]
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
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
Example for dicom-attachment and no-dicom attachment (pdf): it remains an issue with mandatory mime type
ssue with mandatory mime type solved
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