FHIR Chat · Shorthand Call -- Agenda Items · shorthand

Stream: shorthand

Topic: Shorthand Call -- Agenda Items


view this post on Zulip Mark Kramer (Dec 04 2019 at 18:32):

Reminder of the FHIR Shorthand call tomorrow (Thursday December 5) at 9 am Eastern US time.
Tentative agenda (order may change):

  • Gather feedback from DevDays and brave pioneer users
  • Sydney Connectathon
  • Announcement of next release of SUSHI, the Shorthand compiler
  • Featured Item: The SUSHI Development Roadmap (Chris Moesel)
  • Plans to move SUSHI repo and issue reporting to HL7 Github
    Anything else for the agenda?
    We are currently using Skype to meet: https://meet.mitre.org/mkramer/K383VJGC

view this post on Zulip Jose Costa Teixeira (Dec 05 2019 at 14:01):

Will shorthand support element description? For example, suppose that I wan to change a definition of a resource / resource Element to
"Information about an individual receiving health care services"

view this post on Zulip Jose Costa Teixeira (Dec 05 2019 at 14:03):

or I want patient.photo to have a description "a photo of the patient taken at time of admission" (just for example)

view this post on Zulip Chris Moesel (Dec 05 2019 at 14:10):

@Jose Costa Teixeira -- yes, shorthand will support that (in fact, sushi will support it in a release today or tomorrow). For that we use our ^ syntax to set values directly in the underlying StructureDefinition or ElementDefinition. For example:

Profile: MyPatient
Parent: Patient
* photo ^short = "admit photo"
* photo ^description = "a photo of the patient taken at time of admission"

view this post on Zulip Jose Costa Teixeira (Dec 05 2019 at 14:13):

Ok thanks, I wanted to catch up on this. Looking forward to that release to see if I can play a bit


Last updated: Apr 12 2022 at 19:14 UTC