{
  "resourceType": "ValueSet",
  "id": "us-core-substance-rxnorm",
  "meta": {
    "lastUpdated": "2016-05-25T16:59:08.250+10:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>US Core Substance RxNorm Codes</h2><div><p>All RxNorm codes that have TTY = IN,PIN,MIN,BN, but TTY != OCD.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a> where TTY  in  IN,PIN,MIN,BN</li><li>Exclude codes from <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\"><code>http://www.nlm.nih.gov/research/umls/rxnorm</code></a> where TTY  =  OCD</li></ul></div>"
  },
  "url": "http://hl7.org/fhir/us/core/ValueSet/us-core-substance-rxnorm",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113762.1.4.1010.7"
    }
  ],
  "version": "1.0.1",
  "name": "US Core Substance RxNorm Codes",
  "status": "draft",
  "date": "2017-11-02T22:55:16+11:00",
  "publisher": "HL7 US Realm Steering Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "All RxNorm codes that have TTY = IN,PIN,MIN,BN, but TTY != OCD.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}