Release 5 Snapshot #1

This page is part of the FHIR Specification (v5.0.0-snapshot1: Release 5 Snapshot #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

Medicationexample0323.json

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Compounded Preparation - Hand Sanitizer - includes qs Ingredient strength

{
  "resourceType": "Medication",
  "id": "med0323",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div><p>Resource &quot;med0323&quot; </p></div><p><b>code</b>: WHO Hand Sanitizer Formulation 1% - 10L <span> ()</span></p><p><b>doseForm</b>: Solution (basic dose form) (qualifier value) <span> (<a>SNOMED CT</a>#739006009)</span></p><blockquote><p><b>ingredient</b></p><p><b>strength</b>: 8333 mL<span> (Details: UCUM code mL = 'mL')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>strength</b>: 417 mL<span> (Details: UCUM code mL = 'mL')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>strength</b>: 145 mL<span> (Details: UCUM code mL = 'mL')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>strength</b>: QS <span> (<a>Medication Ingredient Strength Codes</a>#qs)</span></p></blockquote></div>"
  },
  "contained": [
    {
      "resourceType": "Substance",
      "id": "sub10",
      "instance": false,
      "code": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "419442005",
              "display": "Ethanol (substance)"
            }
          ]
        }
      }
    },
    {
      "resourceType": "Substance",
      "id": "sub11",
      "instance": false,
      "code": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "387171003",
              "display": "Hydrogen peroxide (substance)"
            }
          ]
        }
      }
    },
    {
      "resourceType": "Substance",
      "id": "sub12",
      "instance": false,
      "code": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "80582002",
              "display": "Glycerol (substance)"
            }
          ]
        }
      }
    },
    {
      "resourceType": "Substance",
      "id": "sub13",
      "instance": false,
      "code": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "444883009",
              "display": "Distilled Water (substance)"
            }
          ]
        }
      }
    }
  ],
  "code": {
    "text": "WHO Hand Sanitizer Formulation 1% - 10L"
  },
  "doseForm": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "739006009",
        "display": "Solution (basic dose form) (qualifier value)"
      }
    ]
  },
  "ingredient": [
    {
      "item": {
        "reference": {
          "reference": "#sub10"
        }
      },
      "strengthQuantity": {
        "value": 8333,
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    },
    {
      "item": {
        "reference": {
          "reference": "#sub11"
        }
      },
      "strengthQuantity": {
        "value": 417,
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    },
    {
      "item": {
        "reference": {
          "reference": "#sub12"
        }
      },
      "strengthQuantity": {
        "value": 145,
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    },
    {
      "item": {
        "reference": {
          "reference": "#sub13"
        }
      },
      "strengthCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength",
            "code": "qs",
            "display": "QS"
          }
        ]
      }
    }
  ]
}

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.