Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). 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

Raw JSON (canonical form)

Real-world medication example

{
  "resourceType": "Medication",
  "id": "f001",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>code</b>: Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler <span>(Details : {SNOMED CT code '320442002' = '320442002', given as 'Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler'})</span></p><p><b>isBrand</b>: true</p><blockquote><p><b>product</b></p><p><b>form</b>: Inhaler (qualifier value) <span>(Details : {SNOMED CT code '420317006' = '420317006', given as 'Inhaler (qualifier value)'})</span></p><h3>Ingredients</h3><table><tr><td>-</td><td><b>Item</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a>Combivent</a></td><td>100 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span>/1</td></tr></table></blockquote></div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "320442002",
        "display": "Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler",
        "_display": {
          "fhir_comments": [
            "   SNOMED CT classification code   "
          ]
        }
      }
    ]
  },
  "isBrand": true,
  "product": {
    "fhir_comments": [
      "      <manufacturer>  Linked to a RESOURCE Organization \n        OID: 2.16.840.1.113883.4.642.1.4 \n        <reference value=\"Organization/f001\"/>TODO Incorrecte verwijzing\n        <display value=\"Eureco-Pharma B.V.\"/>\n    </manufacturer>  "
    ],
    "form": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "420317006",
          "display": "Inhaler (qualifier value)",
          "_display": {
            "fhir_comments": [
              "   SNOMED CT classification code   "
            ]
          }
        }
      ]
    },
    "ingredient": [
      {
        "item": {
          "reference": "Medication/f001",
          "display": "Combivent"
        },
        "amount": {
          "numerator": {
            "value": 100,
            "unit": "ml",
            "system": "http://unitsofmeasure.org",
            "code": "ml",
            "_code": {
              "fhir_comments": [
                "   UnitsOfMeasure.org clasification system   "
              ]
            }
          },
          "denominator": {
            "value": 1
          }
        }
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.