FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/medication-codes

Packagefhir.argonaut.r2
TypeValueSet
Idmedication-codes
FHIR VersionR2
Sourcehttp://fhir.org/guides/argonaut/r2/https://simplifier.net/resolve?scope=fhir.argonaut.r2@1.0.0&canonical=http://fhir.org/guides/argonaut/ValueSet/medication-codes
URLhttp://fhir.org/guides/argonaut/ValueSet/medication-codes
Statusdraft
Date2016-05-25T16:59:08+10:00
NameMedication Clinical Drug (RxNorm)
Realmus
Authorityhl7
DescriptionAll 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)

Resources that use this resource

StructureDefinition
argo-medicationArgonaut Medication Profile
argo-medicationorderArgonaut MedicationOrder Profile
argo-medicationstatementArgonaut MedicationStatement Profile

Resources that this resource uses

CodeSystem
rxnormRxNorm
rxnormRxNorm

Narrative

No narrative content found in resource


Source

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