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

FHIR IG analytics

Packageca.on.dhdr.r4.v4
Resource TypeMedication
IdMedicationExampleCompoundDrugSubmit.json
FHIR VersionR4

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": "Medication",
  "id": "Medication8C66632E5A2E111BE05400144FF84F18",
  "extension": [
    {
      "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-ext-compound-indicator",
      "valueBoolean": true
    }
  ],
  "code": {
    "text": "Injection Solution (qualifier value)"
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.infoway-inforoute.ca/CodeSystem/canadianclinicaldrugdataset",
            "code": "2423227",
            "display": "AMIODARONE HYDROCHLORIDE FOR INJECTION (chlorhydrate d'amiodarone 150 mg par 3 mL solution injectable fiole) JAMP PHARMA CORPORATION"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 2,
          "system": "http://unitsofmeasure.org",
          "code": "meq"
        },
        "denominator": {
          "value": 1,
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "text": "Sodium Chloride 0.9% injectable solution"
      },
      "strength": {
        "numerator": {
          "value": 0.9,
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "denominator": {
          "value": 100,
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    }
  ]
}