{
  "resourceType" : "Medication",
  "id" : "perindopril-arginine-01",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-medication-core-1"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p><b>perindopril arginine</b> 10 mg + <b>amLODIPIne</b> 10 mg – tablet </p>\n        </div>"
  },
  "code" : {
    "text" : "perindopril arginine 10 mg + amLODIPIne 10 mg – tablet"
  },
  "form" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "385055001",
      "display" : "Tablet"
    }]
  },
  "amount" : {
    "numerator" : {
      "value" : 10,
      "unit" : "mg"
    },
    "denominator" : {
      "value" : 1,
      "unit" : "unit"
    }
  },
  "ingredient" : [{
    "itemCodeableConcept" : {
      "coding" : [{
        "extension" : [{
          "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
          "valueCoding" : {
            "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
            "code" : "UPD",
            "display" : "Unbranded product with no strengths or form"
          }
        }],
        "system" : "http://snomed.info/sct",
        "code" : "2460011000036108",
        "display" : "perindopril arginine"
      }]
    },
    "isActive" : true,
    "strength" : {
      "numerator" : {
        "value" : 10,
        "unit" : "mg"
      },
      "denominator" : {
        "value" : 1,
        "unit" : "unit"
      }
    }
  },
  {
    "itemCodeableConcept" : {
      "coding" : [{
        "extension" : [{
          "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-type",
          "valueCoding" : {
            "system" : "http://terminology.hl7.org.au/CodeSystem/medication-type",
            "code" : "UPD",
            "display" : "Unbranded product with no strengths or form"
          }
        }],
        "system" : "http://snomed.info/sct",
        "code" : "1792011000036100",
        "display" : "amlodipine"
      }]
    },
    "isActive" : true
  }]
}