This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

{
  "resourceType" : "ValueSet",
  "id" : "daf-core-substance-rxnorm",
  "meta" : {
    "lastUpdated" : "2016-05-25T16:59:08.250+10:00"
  },
  "url" : "http://hl7.org/fhir/us/daf/ValueSet/daf-core-substance-rxnorm",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113762.1.4.1010.7"
    }
  },
  "name" : "DAF Core Substance RxNorm Codes",
  "status" : "draft",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      }
    }
  },
  "date" : "2016-08-11T20:06:35+10:00",
  "description" : "All RxNorm codes that have TTY = IN,PIN,MIN,BN, but TTY != OCD.",
  "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"
          }
        }
      }
    }
  }
}