Specifications for the RF2 SNOMED format. See https://confluence.ihtsdotools.org/display/DOCRELFMT
Specifications for the RF2 SNOMED format. See https://confluence.ihtsdotools.org/display/DOCRELFMT
(gen-association-refset)
(gen-association-refset refset)
A generator of SNOMED AssociationRefset entities.
A generator of SNOMED AssociationRefset entities.
(gen-attribute-value-refset)
(gen-attribute-value-refset item)
A generator of SNOMED AttributeValueRefset entities.
A generator of SNOMED AttributeValueRefset entities.
(gen-complex-map-refset)
(gen-complex-map-refset item)
A generator of SNOMED ComplexMapRefset entities.
A generator of SNOMED ComplexMapRefset entities.
(gen-concept)
(gen-concept concept)
A generator of SNOMED RF2 Concept entities.
A generator of SNOMED RF2 Concept entities.
(gen-description)
(gen-description description)
A generator of SNOMED RF2 Description entities.
A generator of SNOMED RF2 Description entities.
(gen-extended-map-refset)
(gen-extended-map-refset item)
A generator of SNOMED ExtendedMapRefset entities.
A generator of SNOMED ExtendedMapRefset entities.
(gen-language-refset)
(gen-language-refset item)
A generator of SNOMED LanguageRefset entities.
A generator of SNOMED LanguageRefset entities.
(gen-owl-expression-refset)
(gen-owl-expression-refset item)
A generator of SNOMED OWLExpressionRefset entities.
A generator of SNOMED OWLExpressionRefset entities.
(gen-refset)
Generate a random reference set item, in frequencies approximately equal to
the UK distribution.
See com.eldrix.hermes.impl.store/refset-counts
for the code to calculate
frequencies from installed distributions.
Generate a random reference set item, in frequencies approximately equal to the UK distribution. See [[com.eldrix.hermes.impl.store/refset-counts]] for the code to calculate frequencies from installed distributions.
(gen-refset-descriptor-refset)
(gen-refset-descriptor-refset item)
A generator of SNOMED RefsetDescriptorRefsetItem entities.
A generator of SNOMED RefsetDescriptorRefsetItem entities.
(gen-relationship)
(gen-relationship rel)
A generator of SNOMED relationship entities.
A generator of SNOMED relationship entities.
(gen-relationships-for-parent parent-concept-id child-concepts type-id)
A custom generator to build relationships between the parent concept and the collection of child concepts.
A custom generator to build relationships between the parent concept and the collection of child concepts.
(gen-simple-map-refset)
(gen-simple-map-refset item)
A generator of SNOMED SimpleMapRefset entities.
A generator of SNOMED SimpleMapRefset entities.
(gen-simple-refset)
(gen-simple-refset refset)
A generator of SNOMED SimpleRefset entities.
A generator of SNOMED SimpleRefset entities.
(pattern-for-fields fields)
Returns a pattern for the fields specified. For example:
(pattern-for-fields (:fields (gen/generate (gen-extended-map-refset))))
=> "ccsccs"
Returns a pattern for the fields specified. For example: ``` (pattern-for-fields (:fields (gen/generate (gen-extended-map-refset)))) => "ccsccs" ```
(pattern-for-refset-item spec v)
Generates a pattern for the given reference set item by concatenating the standard pattern for that type with the contents of any extended properties stored as 'fields'.
Generates a pattern for the given reference set item by concatenating the standard pattern for that type with the contents of any extended properties stored as 'fields'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close