FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeValueSet
IdValueSet-substance-rxnorm.json
FHIR VersionR2

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}