Skip to content

Commit

Permalink
Update ImagingStudy.java
Browse files Browse the repository at this point in the history
Modality valueset binding was invalid.

Signed-off-by: Berkant Karduman <karduman.berkant@gmail.com>
  • Loading branch information
berkant-k authored Apr 18, 2024
1 parent 8429bf7 commit c234c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class ImagingStudy extends DomainResource {
bindingName = "ImagingModality",
strength = BindingStrength.Value.EXTENSIBLE,
description = "Type of acquired data in the instance.",
valueSet = "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html"
valueSet = "http://hl7.org/fhir/ValueSet/media-modality"
)
private final List<Coding> modality;
@Summary
Expand Down

0 comments on commit c234c25

Please sign in to comment.