FHIR Chat · Bind an Operation's OUT parameter to a specific profile · IG creation

Stream: IG creation

Topic: Bind an Operation's OUT parameter to a specific profile


view this post on Zulip Bob Dolin (Feb 26 2020 at 02:26):

Greetings,
I'm defining an operation (http://build.fhir.org/ig/HL7/genomics-reporting/branches/fhir_operations/find-subject-variants.html), which returns a Parameters resource having 3 observations. Is there a way to constrain the returned observations to conform to specific profiles?

view this post on Zulip Lloyd McKenzie (Feb 26 2020 at 02:36):

@Grahame Grieve

view this post on Zulip Richard Kavanagh (Feb 27 2020 at 13:41):

parameter.targetProfile ?

view this post on Zulip Bob Dolin (Feb 27 2020 at 15:13):

Thanks @Richard Kavanagh . On the call where this question came up, Lloyd pointed out that parameter.targetProfile was only to be used if type = reference or canonical. But in our case, type = Observation.

view this post on Zulip Grahame Grieve (Feb 27 2020 at 20:29):

that's definitely an oversight. I think that we can change the targetProfile to also apply to inline resources in R5. If so, then we can start doing that now.

view this post on Zulip Grahame Grieve (Feb 27 2020 at 20:30):

@Lloyd McKenzie I guess that would be a FHIR-I issue?

view this post on Zulip Lloyd McKenzie (Feb 27 2020 at 20:50):

Yes. I thought we'd talked about it before, but I'm happy to have a change request that allows the targetProfile to constrain the content of the parameter itself too. @Bob Dolin can you submit a change request?

view this post on Zulip Bob Dolin (Feb 28 2020 at 01:10):

Thanks for the speedy resolution. Here is the change request: https://jira.hl7.org/browse/FHIR-26411


Last updated: Apr 12 2022 at 19:14 UTC