Package org.fhirfrog.frog
package org.fhirfrog.frog
Root package for the FHIR Frog library.
This package contains shared constants and enumerations used across all FHIR Frog modules. Application logic lives in sub-packages:
org.fhirfrog.frog.api— Public API: configuration, results, annotationsorg.fhirfrog.frog.internal— JUnit 5 extension wiring (internal)org.fhirfrog.frog.internal.testscript— Core TestScript engine (internal)org.fhirfrog.frog.executor— Non-JUnit executors for CLI and build toolsorg.fhirfrog.frog.junit— JUnit Platform launcher wrappers
Key Types
FhirVersion— FHIR version enumeration (R4, R5) with canonical version strings
-
Enum Classes