This page is part of the Australian Base IG (v0.9.3: AU Base 1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions
Raw json
{ "resourceType" : "CodeSystem", "id" : "medication-type", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"> <h2>Medication Type"</h2> <p>Medication types that may be associated with a coded medication, these assist in determining appopriate usage of medication coding.</p> </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" } ] }