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

FHIR IG Statistics: ValueSet/IDMS-VALUESET-DRUG-CHARACTERISTIC-ACTIVE

Packageca.on.health.idms
Resource TypeValueSet
IdIDMS-VALUESET-DRUG-CHARACTERISTIC-ACTIVE
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.9&canonical=https://health.gov.on.ca/idms/fhir/ValueSet/Drug-Characteristic-ACTIVE
URLhttps://health.gov.on.ca/idms/fhir/ValueSet/Drug-Characteristic-ACTIVE
Version1.00
Statusactive
Date2024-01-20
NameIDMS Drug Characteristics
TitleDrug Characteristics (Active Only)
DescriptionList of active Drug Characteristics.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
IDMS-InternalIDMS-Internal

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "IDMS-VALUESET-DRUG-CHARACTERISTIC-ACTIVE",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-01-20T16:26:30.735+00:00",
    "source": "#664f012fbe2241d60c256f04a8acb162"
  },
  "url": "https://health.gov.on.ca/idms/fhir/ValueSet/Drug-Characteristic-ACTIVE",
  "version": "1.00",
  "name": "IDMS Drug Characteristics",
  "title": "Drug Characteristics (Active Only)",
  "status": "active",
  "experimental": false,
  "date": "2024-01-20",
  "publisher": "IDMS",
  "description": "List of active Drug Characteristics.",
  "compose": {
    "include": [
      {
        "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "DRUG-CHARACTERISTIC"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
        "filter": [
          {
            "property": "inactive",
            "op": "=",
            "value": "true"
          }
        ]
      }
    ]
  }
}