Package ca.uhn.fhir.jpa.term.loinc
Class LoincCodingPropertiesHandler
java.lang.Object
ca.uhn.fhir.jpa.term.loinc.LoincCodingPropertiesHandler
- All Implemented Interfaces:
IZipContentsHandlerCsv
Handler to process coding type properties 'AskAtOrderEntry' and 'AssociatedObservations'.
These properties are added in a specific handler which is involved after all TermConcepts
are created, because they require a 'display' value associated to other TermConcept (pointed by the 'code'
property value), which require that concept to have been created.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLoincCodingPropertiesHandler
(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNameTypeMap) -
Method Summary
-
Field Details
-
ASK_AT_ORDER_ENTRY_PROP_NAME
- See Also:
-
ASSOCIATED_OBSERVATIONS_PROP_NAME
- See Also:
-
LOINC_NUM
- See Also:
-
-
Constructor Details
-
LoincCodingPropertiesHandler
public LoincCodingPropertiesHandler(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNameTypeMap)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceIZipContentsHandlerCsv
-