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

FHIR IG Statistics: ValueSet/FDANDCOrCompound

Packagehl7.fhir.us.carin-bb
TypeValueSet
IdFDANDCOrCompound
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-bb/https://build.fhir.org/ig/HL7/carin-bb/ValueSet-FDANDCOrCompound.html
URLhttp://hl7.org/fhir/us/carin-bb/ValueSet/FDANDCOrCompound
Version2.1.0
Statusactive
Date2025-02-17T19:01:44+00:00
NameFDANDCOrCompound
TitleNDC or Compound Value Set
Realmus
Authorityhl7
DescriptionValues will be the NDC Codes when the Compound Code value is 0 or 1. When the Compound Code value = 2, the value will be the literal, ‘compound’

Resources that use this resource

StructureDefinition
C4BB-ExplanationOfBenefit-Pharmacy-BasisC4BB ExplanationOfBenefit Pharmacy Basis

Resources that this resource uses

CodeSystem
ndcNational drug codes
C4BBCompoundLiteralC4BB Compound Literal Code System
ndcNational drug codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet FDANDCOrCompound

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "FDANDCOrCompound",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/carin-bb/ImplementationGuide/hl7.fhir.us.carin-bb"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/carin-bb/ValueSet/FDANDCOrCompound",
  "version": "2.1.0",
  "name": "FDANDCOrCompound",
  "title": "NDC or Compound Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-02-17T19:01:44+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Values will be the NDC Codes when the Compound Code value is 0 or 1.  When the Compound Code value = 2, the value will be the literal, ‘compound’",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/sid/ndc"
      },
      {
        "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBCompoundLiteral",
        "concept": [
          {
            "code": "compound"
          }
        ]
      }
    ]
  }
}