Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api_operations_backlog #2

Open
22 of 45 tasks
peterdutey opened this issue Jul 17, 2020 · 0 comments
Open
22 of 45 tasks

api_operations_backlog #2

peterdutey opened this issue Jul 17, 2020 · 0 comments
Labels
enhancement New feature or request to-do

Comments

@peterdutey
Copy link
Contributor

peterdutey commented Jul 17, 2020

SNOWSTORM operators left to implement

Backlog spreadsheet

Next to come

  • /{branch}/concepts | findConcepts | api_concepts
  • /{branch}/concepts/{conceptId} | findConcept | api_concept
  • /branches | Retrieve all branches | api_all_branches
  • /branches/{path} | Retrieve a single branch | api_branch
  • /branches/{path}/children | Retrieve branch descendants | api_branch_descendants
  • /{branch}/descriptions | findDescriptions | api_descriptions
  • /version | Software build version and timestamp. | api_version
  • /browser/{branch}/concepts | Load concepts in the browser format. | api_browser_concept
  • /browser/{branch}/concepts/{conceptId} | Load a concept in the browser format. | api_browser_concepts
  • /browser/{branch}/concepts/{conceptId}/ancestors | findConceptAncestors | api_browser_concept_ancestors
  • /browser/{branch}/concepts/{conceptId}/children | findConceptChildren | api_browser_concept_children
  • /browser/{branch}/concepts/{conceptId}/history | View the history of a Concept. | api_browser_concept_history
  • /browser/{branch}/concepts/{conceptId}/parents | findConceptParents | api_browser_concept_parents
  • /{branch}/concepts/{conceptId}/descendants | findConceptDescendants | api_concept_descendants
  • /{branch}/concepts/{conceptId}/descriptions | findConceptDescriptions | api_concept_descriptions
  • /browser/{branch}/descriptions | Search for concept descriptions. | api_browser_concept_descriptions
  • /{branch}/authoring-stats | Calculate statistics for unreleased/unversioned content to be used in daily build browser. | api_authoring_stats
  • /{branch}/authoring-stats/changed-fully-specified-names | getChangedFSNs | api_changed_fsn
  • /{branch}/authoring-stats/inactivated-concepts | getInactivatedConcepts | api_inactivated_concepts
  • /{branch}/authoring-stats/inactivated-synonyms | getInactivatedSynonyms | api_inactivated_synonyms
  • /{branch}/authoring-stats/new-concepts | getNewConcepts | api_new_concepts
  • /{branch}/authoring-stats/new-synonyms-on-existing-concepts | getNewSynonymsOnExistingConcepts | api_new_synonyms
  • /{branch}/authoring-stats/reactivated-concepts | getReactivatedConcepts | api_reactivated_concepts
  • /{branch}/authoring-stats/reactivated-synonyms | getReactivatedSynonyms | api_reactivated_synonyms
  • /codesystems | Retrieve all code systems | api_all_code_systems
  • /codesystems/{shortName} | Retrieve a code system | api_code_system
  • /codesystems/{shortName}/versions | Retrieve all code system versions | api_code_system_all_versions
  • /browser/{branch}/concepts/bulk/{bulkChangeId} | Fetch the status of a bulk concept creation or update. | api_browser_concepts_bulk_change
  • /{branch}/concepts/{conceptId}/authoring-form | getConceptAuthoringForm | api_concept_authoring_form
  • /{branch}/concepts/{conceptId}/inbound-relationships | findConceptInboundRelationships | api_concept_inbound_relationships
  • /{branch}/concepts/{conceptId}/normal-form | getConceptNormalForm | api_concept_normal_form
  • /{branch}/concepts/{conceptId}/references | Find concepts which reference this concept in the inferred or stated form (including stated axioms). | api_concept_references
  • /{branch}/descriptions/semantictags | List semantic tags of all active concepts together with a count of concepts using each.| api_descriptions_semantic_tags
  • /{branch}/descriptions/{descriptionId} | fetchDescription | api_description
  • /mrcm/{branch}/attribute-values/{attributeId} | Retrieve valid values for the given attribute and term prefix. | api_mrcm_attribute_value
  • /mrcm/{branch}/concept-model-attribute-hierarchy | Retrieve all active concept model attributes in a hierarchical structure. | api_mrcm_attribute_hierarchy
  • /mrcm/{branch}/domain-attributes | Retrieve MRCM domain attributes applicable for the given stated parents. | api_mrcm_attribute_domain
  • /multisearch/concepts | Search concepts across multiple Code Systems. | api_multi_concept
  • /multisearch/descriptions | Search descriptions across multiple Code Systems. | api_multi_descriptions
  • /browser/{branch}/members | Search for reference set ids. | api_browser_refset_members
  • /{branch}/members | Search for reference set members. | api_refset_members
  • /{branch}/members/{uuid} | fetchMember | api_member
  • /{branch}/relationships | findRelationships | api_relationships
  • /{branch}/relationships/{relationshipId} | fetchRelationship | api_relationship
  • /{branch}/report/inactive-concepts-without-association | Find inactive concepts with no historical association grouped by inactivation type. | api_inactive_concepts_no_association
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request to-do
Projects
None yet
Development

No branches or pull requests

1 participant