NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

LexEVS 6.0 Examples

Differences from the 5.0 examples include:

  • The server name points to a different server at NCI where 6.0 is running
  • org.LexGrid.concepts.Concept has changed to org.LexGrid.concepts.Entity

Get CodingScheme details

Note

This query may not work if the coding scheme in the query is not tagged as the "PRODUCTION" coding scheme.

Get CodingScheme details example

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.codingSchemes.CodingScheme&org.LexGrid.codingSchemes.CodingScheme&codingSchemeName=Zebrafish

Note that you could also add a version to a URL targeting a specific load in LexEVS. The following non-working example show the form to target the 1.2_June_14_2010 version of the Zebrafish terminology.

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.codingSchemes.CodingScheme&org.LexGrid.codingSchemes.CodingScheme&codingSchemeName=Zebrafish&codingSchemeVersion=1.2_June_14_2010

Get Concept by Code

Get Concept by Code example

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity&org.LexGrid.concepts.Entity[@_entityCode=ZFA:0001234]&codingSchemeName=Zebrafish

Get Concept by Code with wildcard

[Get Concept by Code with wildcard example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity&org.LexGrid.concepts.Entity@_entityCode=ZFA:000123*&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity&org.LexGrid.concepts.Entity[@_entityCode=ZFA:000123*]&codingSchemeName=Zebrafish

Get Concept by Code by EntityDescription

[Get Concept by Code by EntityDescription example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription@_content=heart&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription[@_content=heart]&codingSchemeName=Zebrafish

Get Concept by Code by EntityDescription with wildcard

[Get Concept by Code by EntityDescription with wildcard example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription@_content=he*rt*&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Entity,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription[@_content=he*rt*]&codingSchemeName=Zebrafish

Get Concept by Presentation

[Get Concept by Presentation example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Presentation,Text&Text@_content=heart&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Presentation,Text&Text[@_content=heart]&codingSchemeName=Zebrafish

Get Concept by Presentation with wildcard

[Get Concept by Presentation with wildcard example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Presentation,Text&Text@_content=heart*&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Presentation,Text&Text[@_content=heart*]&codingSchemeName=Zebrafish

Get Concept by Definition with wildcard

[Get Concept by Definition with wildcard example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Definition,Text&Text@_content=Bilateral%20groups%20of%20cells*&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=Concept,Definition,Text&Text[@_content=Bilateral%20groups%20of%20cells*]&codingSchemeName=Zebrafish

Show Presentations of a Concept

[Show Presentations of a Concept example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Presentation&org.LexGrid.concepts.Entity@_entityCode=ZFA:0001234&roleName=_presentationList&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Presentation&org.LexGrid.concepts.Entity[@_entityCode=ZFA:0001234]&roleName=_presentationList&codingSchemeName=Zebrafish

Show Definitions of a Concept

[Show Definitions of a Concept example|http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Definition&org.LexGrid.concepts.Entity@_entityCode=ZFA:0001234&roleName=_definitionList&codingSchemeName=Zebrafish]

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.concepts.Definition&org.LexGrid.concepts.Entity[@_entityCode=ZFA:0001234]&roleName=_definitionList&codingSchemeName=Zebrafish

Show Supported Associations for a CodingScheme

Show Supported Associations for a CodingScheme example

http://lexevsapi60.nci.nih.gov/lexevsapi60/GetHTML?query=org.LexGrid.naming.SupportedAssociation&org.LexGrid.naming.SupportedAssociation&codingSchemeName=Zebrafish

LexEVS 5.0 Examples

Get CodingScheme details

Get CodingScheme details example

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.codingSchemes.CodingScheme&org.LexGrid.codingSchemes.CodingScheme&codingSchemeName=Zebrafish

Note that you could also add a version to a URL targeting a specific load in LexEVS. For example, you might use this if you wanted to target the 1.2_June_14_2010 version of the Zebrafish terminology.

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.codingSchemes.CodingScheme&org.LexGrid.codingSchemes.CodingScheme&codingSchemeName=Zebrafish&codingSchemeVersion=1.2_June_14_2010

Get Concept by Code

[Get Concept by Code example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept&org.LexGrid.concepts.Concept@_entityCode=ZFA:0001234&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept&org.LexGrid.concepts.Concept[@_entityCode=ZFA:0001234]&codingSchemeName=Zebrafish

Get Concept by Code with wildcard

[Get Concept by Code with wildcard example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept&org.LexGrid.concepts.Concept@_entityCode=ZFA:000123*&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept&org.LexGrid.concepts.Concept[@_entityCode=ZFA:000123*]&codingSchemeName=Zebrafish

Get Concept by Code by EntityDescription

[Get Concept by Code by EntityDescription example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription@_content=heart&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription[@_content=heart]&codingSchemeName=Zebrafish

Get Concept by Code by EntityDescription with wildcard

[Get Concept by Code by EntityDescription with wildcard example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription@_content=he*rt*&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Concept,org.LexGrid.commonTypes.EntityDescription&org.LexGrid.commonTypes.EntityDescription[@_content=he*rt*]&codingSchemeName=Zebrafish

Get Concept by Presentation

[Get Concept by Presentation example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=Concept,Presentation,Text&Text@_content=heart&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=Concept,Presentation,Text&Text[@_content=heart]&codingSchemeName=Zebrafish

Get Concept by Presentation with wildcard

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=Concept,Presentation,Text&Text[@_content=heart*]&codingSchemeName=Zebrafish

Get Concept by Definition with wildcard

[Get Concept by Definition with wildcard example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=Concept,Definition,Text&Text@_content=Bilateral%20groups%20of%20cells*&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=Concept,Definition,Text&Text[@_content=Bilateral%20groups%20of%20cells*]&codingSchemeName=Zebrafish

Show Presentations of a Concept

[Show Presentations of a Concept example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Presentation&org.LexGrid.concepts.Concept@_entityCode=ZFA:0001234&roleName=_presentationList&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Presentation&org.LexGrid.concepts.Concept[@_entityCode=ZFA:0001234]&roleName=_presentationList&codingSchemeName=Zebrafish

Show Definitions of a Concept

[Show Definitions of a Concept example|http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Definition&org.LexGrid.concepts.Concept@_entityCode=ZFA:0001234&roleName=_definitionList&codingSchemeName=Zebrafish]

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.concepts.Definition&org.LexGrid.concepts.Concept[@_entityCode=ZFA:0001234]&roleName=_definitionList&codingSchemeName=Zebrafish

Show Supported Associations for a CodingScheme

Show Supported Associations for a CodingScheme

http://lexevsapi.nci.nih.gov/lexevsapi50/GetHTML?query=org.LexGrid.naming.SupportedAssociation&org.LexGrid.naming.SupportedAssociation&codingSchemeName=Zebrafish
  • No labels