CDCgov / data-exchange-hl7

Enterprise Data Exchange (DEX) is a new cloud-native centralized data ingestion, validation, and observation service scoped for common data types (HL7, FHIR, CDA, XML, CSV) sent to the CDC. It helps public health stakeholders who send data to the CDC while reducing the maintenance efforts, complexity, and duplication of ingestion points to CDC.
Apache License 2.0
10 stars 14 forks source link

Phinvads Vocab function enhancements #139

Closed dtx0111 closed 1 year ago

dtx0111 commented 2 years ago

@mscaldas2012 comments....

I was wondering if we can make some changes to Redis PHINVads...

I'd like to see if you can add the concepts as a map ... like this: / Insert name and age field in  /Map<String,String> map = new HashMap<String, String>(map.put("concept1",valueConcept1);map.put("cencept2",valueConcept2);jedis.hmset("PHVS_YesNoUnknown", map);

[Yesterday 11:37 AM] Caldas, Marcelo (CDC/DDID/NCEZID/DPEI) (CTR) with that' I don't even need to download the concepts... I'll be able to use a jedis.hexists("vocabKey", "conceptKey")

rmharrison commented 2 years ago

@mscaldas2012 Which PR was this implemented on? (Because I'd like the PR and the issue linked)