Lookup Content Views

lookup_content_view_members(CUI, pageNumber = NULL, pageSize = NULL)

Arguments

pageNumber

(optional) Whole number that specifies which page of results to fetch.

pageSize

(optional) Whole number that specifies the number of results to include per page.

Details

'/content-views/current' path retrieves information about all subsets from the current release and returns a JSON Object classType of ContentView '/content-views/current/CUI/C2711988' path Retrieves information for the SNOMED CT CORE Problem List content view and returns a JSON Object classType of ContentView '/content-views/current/CUI/C2711988/members' path Retrieves members of the SNOMED CT CORE Problem List content view and returns a JSON Object classType of SourceConceptContentViewMember '/content-views/current/CUI/C2711988/member/238788004' path Retrieves an individual member of the SNOMED CT CORE Problem List content view and returns a JSON Object classType of SourceConceptContentViewMember

See also