FHIR Chat · Null code · argonaut

Stream: argonaut

Topic: Null code


view this post on Zulip Jay Lyle (Feb 27 2018 at 15:22):

Procedure.code documentation says " null; The codes SHALL be taken from ProcedureStatus"
Does this mean that it is nullalble?

view this post on Zulip Eric Haas (Feb 27 2018 at 16:14):

Where is it exactly, I can't seem to locate it? In any case that is most probably an artifact from the generated text - there is probably an undefined variable somewhere.

view this post on Zulip Jay Lyle (Feb 27 2018 at 16:15):

http://www.fhir.org/guides/argonaut/r2/StructureDefinition-argo-procedure-definitions.html#Procedure:argoprofile.status

view this post on Zulip Eric Haas (Feb 27 2018 at 16:55):

the valueset name is missing. - Will log a issue on Git thanks

view this post on Zulip Lloyd McKenzie (Feb 27 2018 at 17:10):

Why are you drawing from ProcedureStatus for Procedure.code?

view this post on Zulip Eric Haas (Feb 27 2018 at 17:45):

Procedure.status
Definition
A code specifying the state of the procedure. Generally this will be in-progress or completed state.

Control 1..1
Binding null
The codes SHALL be taken from ProcedureStatus
Type code
Is Modifier true

view this post on Zulip Eric Haas (Feb 27 2018 at 17:45):

Is about state

view this post on Zulip Jay Lyle (Feb 27 2018 at 18:55):

@Lloyd McKenzie : sorry; meant status, not code.

view this post on Zulip Jay Lyle (Feb 27 2018 at 18:55):

@Eric Haas : to clarify: does that "null" mean that the element is nullable?

view this post on Zulip Eric Haas (Feb 27 2018 at 21:42):

no is a rendering error not related to the binding or valueset

view this post on Zulip Jay Lyle (Feb 27 2018 at 22:29):

Thanks. So if we want to provide procedure data, any record that doesn't have data that confirms completion (or lack thereof) should not be provided, right?

view this post on Zulip Eric Haas (Feb 27 2018 at 22:37):

guidance is provided here:

http://www.fhir.org/guides/argonaut/r2/definitions.html

section: 'Required binding for Code Datatype'

view this post on Zulip Jay Lyle (Feb 27 2018 at 22:39):

Brilliant; thanks.

view this post on Zulip Grahame Grieve (Mar 01 2018 at 09:16):

I reckon I fixed that bug 2 days ago

view this post on Zulip Eric Haas (Mar 01 2018 at 15:53):

ty


Last updated: Apr 12 2022 at 19:14 UTC