FHIR Chat · base element short / definition? · shorthand

Stream: shorthand

Topic: base element short / definition?


view this post on Zulip Jose Costa Teixeira (May 22 2020 at 19:56):

How can we populate the top element?
For example, suppose we want to make a "administrative patient" profile on Patient and we want to put in the top element (Patient) the short description "Administrative patient"?

view this post on Zulip Mint Thompson (May 26 2020 at 12:30):

The top element can be accessed by giving a path of ".". I haven't tested it yet, but this should work for the situation you described:
* . ^short = "Administrative patient"

view this post on Zulip Jose Costa Teixeira (May 26 2020 at 14:04):

Cool, I didn't know the . was accepted as an element. Thanks @Mint Thompson

view this post on Zulip Jose Costa Teixeira (May 26 2020 at 14:04):

and yes, it works


Last updated: Apr 12 2022 at 19:14 UTC