Stream: implementers
Topic: FHIR resources valueset validation
Madhav (Jun 18 2019 at 15:20):
Hi Everyone, I had the following question on FHIR validation setup: where will I be able to get valueset files (RxNorm, SNOMED, etc) that contains the codes in FHIR (xml/json) format. Or is there a tool that can convert the the raw format to FHIR format that the FHIR validator need for validation.
For example: below are links to valueset files for few data points.
Condition verification status: http://hl7.org/fhir/dstu2/valueset-condition-ver-status.json.html
COndition clinical status: http://hl7.org/fhir/dstu2/valueset-condition-clinical.json.html
We had implemented & setup the CDA scorecard/validation project (https://sitenv.org/ccda-smart-scorecard/), and had to place the raw valueset file for RxNorm, SNOMED, etc in the folder mentioned in setup document. Do we have a similar setup on the FHIR side?
Thanks in advance for your help.
Grahame Grieve (Jun 18 2019 at 17:52):
we don't have resource based representations of large code systems like rxnorm snomed etc. Instead, they are made available through terminology services (e.g. tx.fhir.org)
Last updated: Apr 12 2022 at 19:14 UTC