Stream: implementers
Topic: StructureMap $transform operation
Peter Jordan (Feb 25 2020 at 04:47):
The R4 specification states that...
"The input and return are specified as 'Resources'. In most usage of the $transform operation, either the input or return content is not a valid FHIR resource. In these cases, the return type is actually a Binary resource."
Surely, a Binary resource is only returned where the return content is not a valid FHIR Resource. My current use case is to convert CDA documents (posted in FHIR Binary Resources) to FHIR Resources, so I definitely want to return a valid FHIR Resource, other than a Binary Resource.
Grahame Grieve (Feb 25 2020 at 04:48):
Surely, a Binary resource is only returned where the return content is not a valid FHIR Resource
yes that's what it's saying
Last updated: Apr 12 2022 at 19:14 UTC