Skip to content

Commit

Permalink
Spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
tjohnson7021 committed May 10, 2024
1 parent c75e18a commit 1d66c20
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package gov.hhs.cdc.trustedintermediary.plugin.path;

/**
* Enumerates FHIR and HL7 path expressions for various data elements within a FHIR message. These paths can
* be used to extract specific pieces of data from a FHIR message, such as identifiers, namespaces,
* and codes related to sending and receiving facilities and applications. It also defines the HL7 field names.
* Enumerates FHIR and HL7 path expressions for various data elements within a FHIR message. These
* paths can be used to extract specific pieces of data from a FHIR message, such as identifiers,
* namespaces, and codes related to sending and receiving facilities and applications. It also
* defines the HL7 field names.
*/
public enum Hl7FhirMappingPath {
PLACER_ORDER_NUMBER(
Expand Down

0 comments on commit 1d66c20

Please sign in to comment.