$to-format
Debug conversion between Aidbox and FHIR formats
Aidbox converts FHIR and AIdbox formats on the fly. To debug this transformation, you can use POST /$to-format/fhir
and POST /$to-format/aidbox
endpoints, which can show you the result of your transformation with some additional info:
And back:
Notes:
How to read transform DSL
tr/reference - instruction to transform references
tr/ref - recursively go to type definition or follow content-ref
tr/union - translate union / choice types
tr/ext - translate known extensions
Last updated