We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333395e commit 38cb08aCopy full SHA for 38cb08a
org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/model/Enumerations.java
@@ -18040,9 +18040,9 @@ public String toCode(SearchParamType code) {
18040
if (code == SearchParamType.URI)
18041
return "uri";
18042
if (code == SearchParamType.SPECIAL)
18043
- return "resource";
18044
- if (code == SearchParamType.RESOURCE)
18045
return "special";
+ if (code == SearchParamType.RESOURCE)
+ return "resource";
18046
return "?";
18047
}
18048
public String toSystem(SearchParamType code) {
0 commit comments