This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medication-example-f001-combivent.json

Real-world medication example

{
  "resourceType": "Medication",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>name</b>: Combivent\n      </p>\n      <p>\n        <b>code</b>: \n        <span title=\"Codes: {http://snomed.info/sct 320442002}\">Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler</span>\n      </p>\n      <p>\n        <b>isBrand</b>: true\n      </p>\n      <p>\n        <b>kind</b>: product\n      </p>\n      <blockquote>\n        <p>\n          <b>product</b>\n        </p>\n        <p>\n          <b>form</b>: \n          <span title=\"Codes: {http://snomed.info/sct 420317006}\">Inhaler (qualifier value)</span>\n        </p>\n        <h3>Ingredients</h3>\n        <table class=\"grid\">\n          <tr>\n            <td>\n              <b>Item</b>\n            </td>\n            <td>\n              <b>Amount</b>\n            </td>\n          </tr>\n          <tr>\n            <td>Combivent</td>\n            <td>100 ml/1 null</td>\n          </tr>\n        </table>\n      </blockquote>\n    </div>"
  },
  "name": "Combivent",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "320442002",
        "display": "Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler"
      }
    ]
  },
  "isBrand": true,
  "kind": "product",
  "product": {
    "form": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "420317006",
          "display": "Inhaler (qualifier value)"
        }
      ]
    },
    "ingredient": [
      {
        "item": {
          "reference": "Medication/f001",
          "display": "Combivent"
        },
        "amount": {
          "numerator": {
            "value": 100,
            "units": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "ml"
          },
          "denominator": {
            "value": 1
          }
        }
      }
    ]
  }
}