Interface ModelTransformationService

    • Method Detail

      • fromBpmn

        String fromBpmn​(String bpmnResource)
        Transforms a bpmn String into a HL7® FHIR® plan definition
        Parameters:
        bpmnResource - the bpmn xml as string
        Returns:
        the resulting HL7® FHIR® xml as string
      • fromFhir

        String fromFhir​(String planDefinition)
        Transforms a HL7® FHIR® plan definition string into a bpmn
        Parameters:
        planDefinition - the HL7® FHIR® plan definition as string
        Returns:
        the resulting bpmn xml as string