Stream: committers
Topic: Search Parameter Combinations
Grahame Grieve (Aug 26 2019 at 11:19):
@Eric Haas the search parameter combination extension uses the wrong types for the values, as you use it. For some reason, the validator isn't picking that up. Do you have code that depends on this?
Eric Haas (Aug 26 2019 at 16:14):
I generate the narrative from it but other than that no... can you tell me what part is wrong?:
Eric Haas (Aug 26 2019 at 16:14):
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
},
{
"url" : "required",
"valueString" : "patient"
},
{
"url" : "required",
"valueString" : "category"
}
Grahame Grieve (Aug 26 2019 at 19:01):
oh I see it's the design. Should be code not string
Eric Haas (Aug 26 2019 at 20:33):
not sure why that's an issue, String can be code
Grahame Grieve (Aug 26 2019 at 20:37):
in all other circumstances, the element would be a code (like the conformance expectations extension)
Last updated: Apr 12 2022 at 19:14 UTC