This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions
{ "resourceType" : "ValueSet", "id" : "substance-rxnorm", "text" : { "status" : "generated" }, "url" : "http://fhir.org/guides/argonaut/ValueSet/substance-rxnorm", "name" : "DAF Substance RxNorm Codes", "status" : "draft", "publisher" : "Argonaut Project", "contact" : [ { "telecom" : [ { "system" : "other", "value" : "http://argonautwiki.hl7.org", "rank" : 0 } ] } ], "date" : "2016-10-18T00:00:00+11:00", "description" : "All RxNorm codes that have TTY = IN,PIN,MIN,BN, but TTY != OCD.", "immutable" : false, "extensible" : false, "compose" : { "include" : [ { "system" : "http://www.nlm.nih.gov/research/umls/rxnorm", "filter" : [ { "property" : "TTY", "op" : "in", "value" : "IN,PIN,MIN,BN" } ] } ], "exclude" : [ { "system" : "http://www.nlm.nih.gov/research/umls/rxnorm", "filter" : [ { "property" : "TTY", "op" : "=", "value" : "OCD" } ] } ] } }