FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.health.idms
Resource TypeMedicinalProductDefinition
Idexample-medicialProduct-drug.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "MedicinalProductDefinition",
  "id": "example-medicialProduct-drug",
  "meta": {
    "versionId": "8",
    "lastUpdated": "2024-01-15T14:07:41.602+00:00",
    "source": "#fe0a606c4587a94b4db8d971e445b2b6"
  },
  "extension": [
    {
      "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/Extension-Drug-Strength",
      "valueString": "400mcg/actuation"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "urn:idms:medicinalProductType:DIN",
      "value": "02409720"
    }
  ],
  "type": {
    "coding": [
      {
        "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/Internal-Product-Types",
        "code": "PRODUCT-SINGLE-SOURCE",
        "display": "Single source drug product"
      }
    ]
  },
  "status": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/publication-status",
        "code": "active"
      }
    ]
  },
  "description": "Comments about this medicinal product",
  "combinedPharmaceuticalDoseForm": {
    "text": "Inhaler"
  },
  "ingredient": [
    {
      "text": "ACLIDINIUM BROMIDE"
    }
  ],
  "name": [
    {
      "productName": "Tudorza Genuair"
    }
  ],
  "crossReference": [
    {
      "product": {
        "reference": {
          "reference": "MedicinalProductDefinition/example-medicialProduct-drug"
        }
      }
    }
  ],
  "operation": [
    {
      "organization": [
        {
          "reference": "Organization/a53bffbb-abe5-42ca-ada9-6f9fe9c55131",
          "display": "Covis Pharma"
        }
      ]
    }
  ],
  "characteristic": [
    {
      "type": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "DRUG-CHARACTERISTIC-ONCOLOGY-INDICATOR"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "DRUG-CHARACTERISTIC-PRIVATE-LABEL-INDICATOR"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "DRUG-CHARACTERISTIC-RARE-DISEASE-INDICATOR"
          }
        ]
      },
      "valueBoolean": true
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal",
            "code": "DRUG-CHARACTERISTIC-BIOLOGIC-INDICATOR"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}