Skip to content

Commit

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

/**
* Enumerates FHIR path expressions for various data elements within a FHIR message. These paths can
* 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.
* 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 c75e18a

Please sign in to comment.