FHIR Connector Specification

Examples

Code generation on Asymmetrik

In the example below I use simplifier.net as the source and your code generator site as the target. I used this imaginary URL for your site for now:

    https://codegen.asymmetrik.com/make

Imagine a user arriving on profile page:

    https://simplifier.net/srx/srx-fhir-profile-claim-medical-hum

The FHIR location for this resource is:

    https://stu3.simplifier.net/SRX/StructureDefinition/srx-fhir-profile-claim-medical-hum

On Simplifier you now have a menu choice: Generate code with Asymmetrik When the user clicks on this lin, he would redirect the user to this url:

    https://codegen.asymmetrik.com/make?resource=https://.../srx-fhir-profile-claim

The asymmetrik code generator site, will now first get the resource from the FHIR endpoint on Simplifier, and then it can start generating code based on that profile.