Stream: implementers
Topic: MessageDefinition in STU3
Richard Kavanagh (Dec 03 2017 at 19:22):
We are looking at a potential use case for MessageDefinition in STU3. For us, if our message content is a FHIR document (so that the MessageHeader.focus points to the FHIR Document Bundle) what should go in MessageDefinition.focus.profile ?
Lloyd McKenzie (Dec 03 2017 at 19:55):
Bundle
Richard Kavanagh (Dec 04 2017 at 08:09):
Thanks Lloyd, thought as much. Not sure this will actually help anyone in our case so we'll look to extend so as to add more details on the actual content used.
Lloyd McKenzie (Dec 04 2017 at 14:16):
Well, you could include a tighter profile of Bundle that reflects your document constraints
Richard Kavanagh (Dec 04 2017 at 21:50):
We could but a profile of bundle that represents all of what can be in the document bundle does not seem to add anything for us as it would probably just end up being an entry sliced dozens of different ways. What we are looking for is something that helps in describing the profiles used in the exchange of certain messages.
Eric Haas (Dec 05 2017 at 03:22):
GraphDefinition?
Lloyd McKenzie (Dec 05 2017 at 03:26):
We're supposed to move to that but haven't yet.
Richard Kavanagh (Dec 05 2017 at 11:57):
GraphDefinition may be an option in the future but we are only looking st STU3 at the moment.
Lloyd McKenzie (Dec 05 2017 at 15:58):
GraphDefinition exists in STU3, though you'd need an extension to point to it. You could still experiment with it if you wished.
Last updated: Apr 12 2022 at 19:14 UTC