{
  "resourceType": "Medication",
  "id": "ips-medication-example",
  "identifier": [
    {
      "system": "http://example.com/mymedcodes",
      "value": "ips-med-1"
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ips/StructureDefinition/Medication-uv-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>Simvastatin 40 MG Disintegrating Oral Tablet</p>\n\t\t</div>"
  },
  "code": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "757704",
        "display": "Simvastatin 40 MG Disintegrating Oral Tablet"
      },
      {
        "system": "http://www.whocc.no/atc",
        "code": "C10AA01",
        "display": "simvastatin"
      }
    ],
    "text": "Simvastatin 40 MG"
  },
  "form": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1294713",
        "display": "Disintegrating Oral Product"
      },
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10219000",
        "display": "Tablet"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
            "code": "36567",
            "display": "Simvastatin"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 40,
          "unit": "mg",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "tablet",
          "system": "http://unitsofmeasure.org",
          "code": "{tablet}"
        }
      }
    }
  ]
}