Argonaut Data Query Implementation Guide Version 1.0.0

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

Medication Clinical Drug (RxNorm)

{
  "resourceType" : "ValueSet",
  "id" : "medication-codes",
  "text" : {
    "status" : "generated"
  },
  "url" : "http://fhir.org/guides/argonaut/ValueSet/medication-codes",
  "name" : "Medication Clinical Drug (RxNorm)",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "Argonaut Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://argonautwiki.hl7.org",
          "rank" : 0
        }
      ]
    }
  ],
  "date" : "2016-05-25T16:59:08+10:00",
  "description" : "All prescribable medication formulations represented using  either a 'generic' or 'brand-specific' concept. This includes RxNorm codes whose Term Type is SCD (semantic clinical drug), SBD (semantic brand drug), GPCK (generic pack), BPCK (brand pack), SCDG (semantic clinical drug group), SBDG (semantic brand drug group), SCDF (semantic clinical drug form), or SBDF (semantic brand drug form)",
  "immutable" : false,
  "extensible" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "filter" : [
          {
            "property" : "TTY",
            "op" : "in",
            "value" : "SCD,SBD,GPCK,BPCK,SCDG,SBDG,SCDF,SBDF"
          }
        ]
      }
    ]
  }
}