Closed clarkevans closed 3 months ago
Added temporary valueset() FunSQL function in 1e10366.
You use this function by calling valueset("2.16.840.1.113762.1.4.1222.1518") and it returns a concept() like result with concept_id (if matched), vocabulary_id, concept_code and concept_name.
valueset("2.16.840.1.113762.1.4.1222.1518")
concept()
concept_id
vocabulary_id
concept_code
concept_name
Added temporary valueset() FunSQL function in 1e10366.
You use this function by calling
valueset("2.16.840.1.113762.1.4.1222.1518")
and it returns aconcept()
like result withconcept_id
(if matched),vocabulary_id
,concept_code
andconcept_name
.