You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the recommended way to convertion an HL7 message into its equivalent JSON representation that can be passed to FhirResource component's fhirResource prop?
Preferably, the conversion method should be in JavaScript/TypeScript and executable in a web browser.
The storybook examples use statically defined fixtures, which makes sense for demo purposes, but doesn't help in real-life world.
I understand that my question is likely out of scope of fhir-react library, but as I have limited exposure to this field, I am humbly asking for a direction.
Expected Behavior:
Pass a string representation of an HL7 document (e.g. one beginning with MSH|^~\\&|SMTHWORKS^1.2.840.114093.1.1.100.12^ISO|...) to a converter function and receive a JSON value that can be rendered by <FhirResource>.
Screenshots:
N/A
The text was updated successfully, but these errors were encountered:
Background:
What is the recommended way to convertion an HL7 message into its equivalent JSON representation that can be passed to
FhirResource
component'sfhirResource
prop?Preferably, the conversion method should be in JavaScript/TypeScript and executable in a web browser.
The storybook examples use statically defined fixtures, which makes sense for demo purposes, but doesn't help in real-life world.
I understand that my question is likely out of scope of
fhir-react
library, but as I have limited exposure to this field, I am humbly asking for a direction.Expected Behavior:
Pass a string representation of an HL7 document (e.g. one beginning with
MSH|^~\\&|SMTHWORKS^1.2.840.114093.1.1.100.12^ISO|...
) to a converter function and receive a JSON value that can be rendered by<FhirResource>
.Screenshots:
N/A
The text was updated successfully, but these errors were encountered: