Class FHIRSwaggerGenerator


  • public class FHIRSwaggerGenerator
    extends Object
    Generate Swagger 2.0 from the HL7 FHIR R4 artifacts and the IBM FHIR object model.

    By default, this class will create a separate Swagger definition for each resource type and compartment, with all applicable HTTP interactions enabled.

    To limit the output to a given set of resources and/or interactions, pass a set of semicolon-delimited filter strings of the form ResourceType1(interaction1,interaction2). For example:

     Patient(create,update,read,vread,history,search);Contract(create,read,vread,history,search);RiskAssessment(read)