{
  "resourceType": "CodeSystem",
  "id": "medication-type",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h2>Medication Type&quot;</h2>\n\t\t\t<p>Medication types that may be associated with a coded medication, these assist in determining appopriate usage of medication coding.</p>\n\t\t</div>"
  },
  "url": "http://hl7.org.au/fhir/CodeSystem/medication-type",
  "version": "1",
  "name": "Medication Type",
  "status": "draft",
  "experimental": true,
  "date": "2017-12-07",
  "publisher": "Health Level Seven Australia (Patient Administration)",
  "contact": [
    {
      "name": "hl7.org.au"
    }
  ],
  "description": "Medication Type",
  "caseSensitive": true,
  "valueSet": "http://hl7.org.au/fhir/ValueSet/medication-type",
  "compositional": false,
  "versionNeeded": true,
  "content": "complete",
  "concept": [
    {
      "code": "UPD",
      "display": "Unbranded product with no strengths or form",
      "definition": "Unbranded product with no strengths or form"
    },
    {
      "code": "UPDS",
      "display": "Unbranded product with strengths but no form",
      "definition": "Unbranded product with strengths but no form"
    },
    {
      "code": "UPDF",
      "display": "Unbranded product with form but no strengths",
      "definition": "Unbranded product with form but no strengths"
    },
    {
      "code": "UPDSF",
      "display": "Unbranded product with strengths and form",
      "definition": "Unbranded product with strengths and form"
    },
    {
      "code": "UPG",
      "display": "Unbranded package with no container",
      "definition": "Unbranded package with no container"
    },
    {
      "code": "BPD",
      "display": "Branded product with no strengths or form",
      "definition": "Branded product with no strengths or form"
    },
    {
      "code": "BPDS",
      "display": "Branded product with strengths but no form",
      "definition": "Branded product with strengths but no form"
    },
    {
      "code": "BPDF",
      "display": "Branded product with form but no strengths",
      "definition": "Branded product with form but no strengths"
    },
    {
      "code": "BPDSF",
      "display": "Branded product with strengths and form",
      "definition": "Branded product with strengths and form"
    },
    {
      "code": "BPG",
      "display": "Branded package with no container",
      "definition": "Branded package with no container"
    },
    {
      "code": "BPGC",
      "display": "Branded package with container",
      "definition": "Branded package with container"
    }
  ]
}