FHIR Chat · tasks in error · committers

Stream: committers

Topic: tasks in error


view this post on Zulip Grahame Grieve (Mar 18 2016 at 07:33):

task #9175 is in error. It appears to have been approved as a typo, but it's not a typo, and, in fact, it's not a mistake

view this post on Zulip Grahame Grieve (Mar 18 2016 at 07:54):

task #8990 - I do not believe this is a typo. I'm marking it as unapproved, and referring it to FHIR-I

view this post on Zulip Grahame Grieve (Mar 21 2016 at 04:12):

#task 8980 - I think this is just flat out wrong. References can be relative, not absolute. And for some reason it's already changed differently... any thoughts?

view this post on Zulip Brian Postlethwaite (Mar 21 2016 at 04:15):

I agree, that invariant prevents relative references being used at all too, but in that case should start with "ElementDefinition/"

view this post on Zulip Brian Postlethwaite (Mar 21 2016 at 04:17):

But Michael is right, only when using the ResourceReference type, not the *uri* which should be either the http or urn

view this post on Zulip Grahame Grieve (Mar 21 2016 at 04:19):

would usually start with, but not SHALL start with

view this post on Zulip Grahame Grieve (Mar 21 2016 at 04:19):

uri can start with urn, so could add that instead

view this post on Zulip Brian Postlethwaite (Mar 21 2016 at 04:21):

yup.

view this post on Zulip Grahame Grieve (Mar 21 2016 at 12:41):

http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=9428&start=0: the resolution is confusing, because it's not possible to 'add a parameter' without signficant effect. can we discuss whether we really need to do that?

view this post on Zulip Grahame Grieve (Mar 21 2016 at 12:42):

http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=9427&start=0 - what is the actual problem here? I can't see it

view this post on Zulip Lloyd McKenzie (Mar 21 2016 at 13:32):

9428 - significant effect how? And regardless of effect, yes it needs to be done. The populate operation must be able to pass back both a QuestionnaireResponse and an OperationOutcome.

view this post on Zulip Lloyd McKenzie (Mar 21 2016 at 13:34):

For 9427, the first paragraph should be multiple paragraphs, but line breaks aren't showing up.

view this post on Zulip Grahame Grieve (Mar 21 2016 at 20:04):

9427: make it multiple paragraphsin the source, then

view this post on Zulip Grahame Grieve (Mar 21 2016 at 20:05):

9428 - the operation is defined with a single parameter called 'return', so servers return just the populated questionnaire directly

view this post on Zulip Grahame Grieve (Mar 21 2016 at 20:05):

changing that will mean that a parameters is returned. what's the point of an operation outcome?

view this post on Zulip Lloyd McKenzie (Mar 21 2016 at 20:27):

On 9427, it did have them. They got stripped out when you removed the custom formatting from all of the spreadsheets. I've now put it back. (Though possible the same issue exists elsewhere). On 9428, it's going to be pretty common when populating a questionnaire that some pieces won't work cleanly - couldn't find certain pieces in the submitted CDA, couldn't map a particular code to the answer set allowed by a question, etc. You'll want to pass back some or all of this as warnings. The change will mean that rather than a simple "return", the response will now be a Parameters instance allowing both the QuestionnaireResponse and the list of warnings (if any)

view this post on Zulip Grahame Grieve (Mar 23 2016 at 00:26):

#9179 - it says to ducmentation a whole lot of stuff about conformance resources, but it says to do s o on the Reference data type. I don't think that this is correct - it should be somewhere in the conformance space

view this post on Zulip Grahame Grieve (Mar 23 2016 at 00:35):

is it just me who finds the resolution of 8885 vague? I'm going to say that it means that _summary amd _elements should be allowed for read, vread, search, history, and GET operations. But why should it not apply to POST operations? Or maybe it shouldn't apply to operations - that's a too much to ask for....

view this post on Zulip Grahame Grieve (Mar 23 2016 at 00:35):

I think it's too much

view this post on Zulip Brian Postlethwaite (Mar 23 2016 at 02:48):

I'm with you on that one Grahame, I've implemented it for the POST operations also in our server.

view this post on Zulip Grahame Grieve (Mar 23 2016 at 05:21):

@Eric Haas task 8527 - should be revisited?

view this post on Zulip Grahame Grieve (Mar 23 2016 at 05:48):

Task 8630 got approved, but no one actually specified an OID. Do I just register one in the Hl7 OID regsitry?

view this post on Zulip Grahame Grieve (Mar 23 2016 at 23:10):

another task in error: 8723 says: Add "binding" to ElementDefinition.base (for the usecase where extensible bindings need information about bindings in the parent to correctly decide whether a concept is already present in the ancestry of bindings).

view this post on Zulip Grahame Grieve (Mar 23 2016 at 23:10):

but this is wrong; the base is the reference to the base type, not type this is derived from. So it won't let you check the 'ancestry of the bindings', only against the ultimate base. And I think that if you're doing that kind of processing, you should just chase down the derivation yourself and figure it out

view this post on Zulip Brian Postlethwaite (Mar 24 2016 at 05:21):

is it just me or are some of the links on https://hl7-fhir.github.io/terminologies-v3.html broken?
-practice-codes

view this post on Zulip Brian Postlethwaite (Mar 24 2016 at 05:24):

(some work, maybe its a website deploy in progress thing)

view this post on Zulip Brian Postlethwaite (Mar 24 2016 at 05:29):

something seriously wierd with that page, looks WAY different to DSTU2 and partial names in there like "inistrative-gender"

view this post on Zulip Brian Postlethwaite (Mar 24 2016 at 05:36):

Logged it at 9751

view this post on Zulip Grahame Grieve (Mar 24 2016 at 19:49):

yes I broke it doing the code system change

view this post on Zulip Eric Haas (Mar 26 2016 at 02:06):

@Grahame Grieve re 8527 what part needs revisiting? I still think this would be an extension on components.

view this post on Zulip Grahame Grieve (Mar 26 2016 at 05:02):

Can't look at it now, but I thought it would be a component now? Something about the preconditions looked like it had changed to me

view this post on Zulip Grahame Grieve (Mar 28 2016 at 06:05):

actually, isn't 8527 about SampledData

view this post on Zulip Eric Haas (Mar 28 2016 at 08:48):

yes

view this post on Zulip Grahame Grieve (Mar 28 2016 at 16:53):

so an extension on SampledData?

view this post on Zulip Eric Haas (Mar 28 2016 at 17:01):

No I don't think so, but I need to go back to look to refresh my memory. I think so can do multi-channel using o.components- one channel per component.


Last updated: Apr 12 2022 at 19:14 UTC