FHIR Chat · Using the search-parameter-combination extension with the · IG creation

Stream: IG creation

Topic: Using the search-parameter-combination extension with the


view this post on Zulip Vassil Peytchev (Nov 18 2021 at 22:37):

capabilitystatement-expectation extension - the use case for this is that I would like to indicate for each combination whether the given implementation guide's expectation is a SHALL, SHOULD, or MAY. It would look something like this:

            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHOULD"
                },
                {
                  "url": "required",
                  "valueString": "patient"
                },
                {
                  "url": "required",
                  "valueString": "type"
                },
                {
                  "url": "required",
                  "valueString": "period"
                }
              ],
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
            }

Does anyone see a problem with this? If not, I will create a CR for the extension search-parameter-combination extension. I think this will remove the "Notes" about slicing that the Publisher shows when it encounters this structure.

view this post on Zulip Eric Haas (Nov 19 2021 at 06:01):

That is correct - I did all this in US Core - check it out

view this post on Zulip Eric Haas (Nov 19 2021 at 06:12):

(deleted)


Last updated: Apr 12 2022 at 19:14 UTC