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

FHIR IG Statistics: ValueSet/rtpbc-prescribable-product-code

Packagehl7.fhir.us.carin-rtpbc
Resource TypeValueSet
Idrtpbc-prescribable-product-code
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/carin-rtpbc/http://hl7.org/fhir/us/carin-rtpbc/STU1/ValueSet-rtpbc-prescribable-product-code.html
URLhttp://hl7.org/fhir/us/carin-rtpbc/ValueSet/rtpbc-prescribable-product-code
Version1.0.0
Statusactive
Date2020-05-23T00:00:00-05:00
NameRTPBCPrescribableProductCodeValueSet
TitleRTPBC Prescribable Product Code Value Set
Realmus
Authorityhl7
DescriptionThis value set includes codes used to specify prescribed medications in the US: RxNorm codes that specify drug name, strength and dose form (SBD, SCD, BPCK and GPCK term types) and NDC-11 codes (which represent specific packaged products).

Resources that use this resource

StructureDefinition
rtpbc-medicationrequestRTPBC Medication Request
rtpbc-request-claimRTPBC Request Using Claim
rtpbc-response-claimresponseRTPBC Response Using ClaimResponse

Resources that this resource uses

CodeSystem
ndcNational drug codes
rxnormRxNorm

Narrative

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

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "rtpbc-prescribable-product-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/carin-rtpbc/ValueSet/rtpbc-prescribable-product-code",
  "version": "1.0.0",
  "name": "RTPBCPrescribableProductCodeValueSet",
  "title": "RTPBC Prescribable Product Code Value Set",
  "status": "active",
  "experimental": false,
  "date": "2020-05-23T00:00:00-05:00",
  "publisher": "HL7 International - Pharmacy",
  "contact": [
    {
      "name": "HL7 International - Pharmacy",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/medication"
        }
      ]
    },
    {
      "name": "Frank McKinney",
      "telecom": [
        {
          "system": "email",
          "value": "frank.mckinney@pocp.com"
        }
      ]
    }
  ],
  "description": "This value set includes codes used to specify prescribed medications in the US: RxNorm codes that specify drug name, strength and dose form (SBD, SCD, BPCK and GPCK term types) and NDC-11 codes (which represent specific packaged products).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/sid/ndc"
      },
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "filter": [
          {
            "property": "TTY",
            "op": "in",
            "value": "SCD,SBD,GPCK,BPCK"
          }
        ]
      }
    ]
  }
}