FHIR Chat · Redox CDA Converter · fhir/documents

Stream: fhir/documents

Topic: Redox CDA Converter


view this post on Zulip Benjamin Flessner (Jan 27 2018 at 15:49):

Redox CDA-to-Composition Converter
Please hammer away and let me know what's horribly wrong or if you have any other questions!

  • POST XML to http://redoxcda.ngrok.io/endpoint
    • Add header "Authorization" with value "Bearer c5e6f6d6-2b78-48f6-9a19-cd364c996502" (updated to work on Sunday)
    • If successful, will receive a JSON response including a body object with a composition resource ID
  • GET http://redoxfhir.ngrok.io/fhir/Composition/cc9eb2cd-e33b-4239-81ea-b7c8e97afc02 (replace Composition/..... with the ID returned from the POST
    • Note - no Authorization header for this one.
    • Composition returned with sections and all resources embedded in the contained object. (the exception is Patient which is a full resource created from the CDA's recordTarget and retrievable on its own)

view this post on Zulip Benjamin Flessner (Jan 27 2018 at 16:02):

(deleted)


Last updated: Apr 12 2022 at 19:14 UTC