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

New features: Endpoints for (i) Code systems, and (ii) codeable concept #141

Open
joeflack4 opened this issue Dec 6, 2021 · 2 comments
Open
Assignees
Labels

Comments

@joeflack4
Copy link
Collaborator

joeflack4 commented Dec 6, 2021

New endpoint(s): Code systems

Example endpoints

1. An endpoint w/ all system URLs: /systems/

Shows all systems that the terminology service knows about. Can show information like system url, prefix, version.

2. /systems/<system>

Can get the same as (1), but only for the single system referenced. I suppose could accept URL or prefix.

Discussion

TCCM already has a model and endpoints for concept systems, so it would be best if that could be used.

Where/how to determine canonical URIs?


New endpoint(s): Codeable concept

(Related issue: #89)

Rather than, or in addition to, current enumeration endpoint(s), we can implement an endpoint that returns such data in the structure of FHIR codeable concept (see also: coding).

Example from FHIR docs:

	{
		"coding": [
			{
				"system": "http://snomed.info/sct",
				"code": "260385009",
				"display": "Negative"
			}, {
				"system": "https://acme.lab/resultcodes",
				"code": "NEG",
				"display": "Negative"
			}
		],
		"text": "Negative for Chlamydia Trachomatis rRNA"
	}
@joeflack4
Copy link
Collaborator Author

Maybe I should have broken this into to separate issues., but I'll keep together for right now.

@joeflack4
Copy link
Collaborator Author

@turbomam @gaurav FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant