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

FHIR IG Statistics: CodeSystem/CodeSystemCategoryProduct

Packageca.on.health.idms
Resource TypeCodeSystem
IdCodeSystemCategoryProduct
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.9&canonical=https://health.gov.on.ca/idms/fhir/CodeSystem/Category-Product-Types
URLhttps://health.gov.on.ca/idms/fhir/CodeSystem/Category-Product-Types
Version1.0.0
Statusactive
Date2025-01-07
NameIDMS-Internal-Category-Product-Types
DescriptionThis contains a heirachy of Category (Level 1), Product Types (Level 2) To inactive a code set the inactive property to true. The first code in this CodeSystem has an example of how to set the inactive property. ValueSets that only show active codes will be defined to Exclude inactive codes. The 'notSelectable' property is used to filter out concepts that shouldn't be available to the external portal
Contentcomplete

Resources that use this resource

ValueSet
IDMS-Product-External-REQUEST-CATEGORY-DRUG-SUBMISSIONProduct Types - Drug Submission Category (External, Active Only)
IDMS-Product-External-REQUEST-CATEGORY-NOCProduct Types - Notice of Change Category (External, Active Only)
IDMS-Product-External-REQUEST-CATEGORY-NON-DRUGProduct Types - Non-Drug Category (External, Active Only)
IDMS-Product-REQUEST-CATEGORY-CLINICIAN-LED-SUBMISSIONProduct Types - Clinician-Led Submission Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-DRUG-SUBMISSIONProduct Types - Drug Submission Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-NOCProduct Types - Notice of Change Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-NON-DRUGProduct Types - Non-Drug Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-NON-FORMULARYProduct Types - Non-Formulary Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-OTHERProduct Types - Other Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-SPECIAL-PROJECTProduct Types - Special Project Category (Active Only)
IDMS-Product-REQUEST-CATEGORY-TEMPORARY-BENEFITProduct Types - Temporary Benefit Category (Active Only)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CodeSystemCategoryProduct",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2025-05-14T19:08:42.321+00:00",
    "source": "#68f229077a61fddb1cdbe4ae29e002a7"
  },
  "url": "https://health.gov.on.ca/idms/fhir/CodeSystem/Category-Product-Types",
  "version": "1.0.0",
  "name": "IDMS-Internal-Category-Product-Types",
  "status": "active",
  "date": "2025-01-07",
  "publisher": "IDMS",
  "description": "This contains a heirachy of Category (Level 1),  Product Types (Level 2)  To inactive a code set the inactive property to true.  The first code in this CodeSystem has an example of how to set the inactive property.  ValueSets that only show active codes will be defined to Exclude inactive codes. The 'notSelectable' property is used to filter out concepts that shouldn't be available to the external portal ",
  "content": "complete",
  "property": [
    {
      "code": "inactive",
      "uri": "http://hl7.org/fhir/concept-properties#inactive",
      "type": "boolean"
    },
    {
      "code": "notSelectable",
      "uri": "http://hl7.org/fhir/concept-properties#notSelectable",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "REQUEST-CATEGORY-DRUG-SUBMISSION",
      "display": "Drug Submission",
      "concept": [
        {
          "code": "PRODUCT-MULTI-SOURCE",
          "display": "Multiple Source Drug Product"
        },
        {
          "code": "PRODUCT-SINGLE-SOURCE",
          "display": "Single Source Drug Product"
        },
        {
          "code": "PRODUCT-BIOSIMILAR",
          "display": "Biosimilar Product"
        },
        {
          "code": "PRODUCT-OTC",
          "display": "Over the Counter (OTC) Product",
          "property": [
            {
              "code": "notSelectable",
              "valueBoolean": true
            }
          ]
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-NON-DRUG",
      "display": "Non-Drug Submissions",
      "concept": [
        {
          "code": "PRODUCT-DIABETIC",
          "display": "Diabetic Testing Agent (DTA)"
        },
        {
          "code": "PRODUCT-GLUCOUSE",
          "display": "Continuous Glucose Monitoring (CGM)"
        },
        {
          "code": "PRODUCT-VALVED",
          "display": "Valved Holding Chamber (VHC)"
        },
        {
          "code": "PRODUCT-NATURAL-HEALTH",
          "display": "Natural Health Product",
          "property": [
            {
              "code": "notSelectable",
              "valueBoolean": true
            }
          ]
        },
        {
          "code": "PRODUCT-NUTRITIONAL",
          "display": "Nutrition Product"
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-NOC",
      "display": "Notice of Change",
      "concept": [
        {
          "code": "PRODUCT-DRUG-PRODUCT",
          "display": "Single Source Drug Product"
        },
        {
          "code": "PRODUCT-NOC-BIO-PRODUCT",
          "display": "Biosimilar Product"
        },
        {
          "code": "PRODUCT-NOC-MULTI-PRODUCT",
          "display": "Multiple Source Drug Product"
        },
        {
          "code": "PRODUCT-NOC-OTC-PRODUCT",
          "display": "Over the Counter (OTC) Product"
        },
        {
          "code": "PRODUCT-NOC-NUTRITION",
          "display": "Nutrition Product"
        },
        {
          "code": "PRODUCT-NOC-DIABETIC",
          "display": "Diabetic Testing Agent (DTA)"
        },
        {
          "code": "PRODUCT-NOC-GLUCOUSE",
          "display": "Continuous Glucose Monitoring (CGM)"
        },
        {
          "code": "PRODUCT-NOC-VALVED",
          "display": "Valved Holding Chamber (VHC)"
        },
        {
          "code": "PRODUCT-NOC-NATURAL",
          "display": "Natural Health Product"
        },
        {
          "code": "PRODUCT-NOT-APPLICABLE",
          "display": "Other Product",
          "property": [
            {
              "code": "notSelectable",
              "valueBoolean": true
            }
          ]
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-SPECIAL-PROJECT",
      "display": "Special Projects",
      "concept": [
        {
          "code": "SPECIAL-PROJECT",
          "display": "Special Projects"
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-NON-FORMULARY",
      "display": "Non-Formulary",
      "concept": [
        {
          "code": "PRODUCT-NON-FORMULARY-SINGLE",
          "display": "Non-Formulary Single Source"
        },
        {
          "code": "PRODUCT-NON-FORMULARY-MULTIPLE",
          "display": "Non-Formulary Multiple Source "
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-CLINICIAN-LED-SUBMISSION",
      "display": "Clinician-Led Submissions",
      "concept": [
        {
          "code": "PRODUCT-CLINICIAN-LED",
          "display": "Clinician-Led Submissions"
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-TEMPORARY-BENEFIT",
      "display": "Temporary Benefits",
      "concept": [
        {
          "code": "TEMPORARY-ALL-PRODUCTS",
          "display": "All Product Types"
        }
      ]
    },
    {
      "code": "REQUEST-CATEGORY-OTHER",
      "display": "Other",
      "concept": [
        {
          "code": "PRODUCT-ALL-PRODUCTS",
          "display": "All Product Types"
        }
      ]
    }
  ]
}