Stream: implementers
Topic: CapabilityStatement summary
Kevin Olbrich (Feb 19 2018 at 21:06):
@Grahame Grieve is there a way to get a 'summary' version of a CapabilityStatement that just lists the important bits and skips the text section? Some servers are returning payloads north of 650K and a lot of that is just text that I never plan to display.
Richard Kavanagh (Feb 19 2018 at 21:16):
See http://hl7.org/fhir/STU3/search.html#summary
_summary=data (providing the server supports it of course)
Kevin Olbrich (Feb 19 2018 at 21:22):
@Richard Kavanagh exactly what I needed, thanks!
Last updated: Apr 12 2022 at 19:14 UTC