
Package org.hl7.fhir.r5.utils
Class CodingUtilities
java.lang.Object
org.hl7.fhir.r5.utils.CodingUtilities
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CodingUtilities
public CodingUtilities()
-
-
Method Details
-
matches
-
present
-
filterEquals
- Parameters:
c- the coding to comparefmt- the format is [system](|[version])#[code], no display- Returns:
- whether the code conforms to the filter
-
filterMatches
- Parameters:
c- the coding to comparefmt- the format is [system](|[version])#[code], no display- Returns:
- whether the code conforms to the filter using regex
-
filterInList
- Parameters:
c- the coding to comparevalues- a list of values, the format is [system](|[version])#[code], no display- Returns:
- whether the code conforms to the filter using regex
-