Stream: shorthand
Topic: base element short / definition?
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"?
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"
Jose Costa Teixeira (May 26 2020 at 14:04):
Cool, I didn't know the . was accepted as an element. Thanks @Mint Thompson
Jose Costa Teixeira (May 26 2020 at 14:04):
and yes, it works
Last updated: Apr 12 2022 at 19:14 UTC