Package org.fhirfrog.frog.tph
Class TPHCompiler
java.lang.Object
org.fhirfrog.frog.tph.TPHCompiler
Compiles TPH AST to FHIR TestPlan resources.
Note: This is a minimal implementation that works with HAPI FHIR's current R5 TestPlan support.
Some TestPlan features may not be fully supported yet in HAPI FHIR.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r5.model.TestPlancompile(TestPlanNode ast) Compile AST to FHIR TestPlan resource.Compile AST to FHIR TestPlan JSON.compileToXml(TestPlanNode ast) Compile AST to FHIR TestPlan XML.
-
Constructor Details
-
TPHCompiler
public TPHCompiler()
-
-
Method Details
-
compileToJson
Compile AST to FHIR TestPlan JSON. -
compileToXml
Compile AST to FHIR TestPlan XML. -
compile
Compile AST to FHIR TestPlan resource.
-