AU Core Implementation Guide
1.0.0-ci-build - CI Build Australia flag

AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions

: Medication - Product with two active ingredients - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "2active-ingredients",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 2active-ingredients</b></p><a name=\"2active-ingredients\"> </a><a name=\"hc2active-ingredients\"> </a><a name=\"2active-ingredients-en-AU\"> </a><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 13382H}\">perindopril arginine 10 mg + amlodipine 10 mg tablet, 30</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://pbs.gov.au/code/item",
        "code" : "13382H",
        "display" : "PERINDOPRIL + AMLODIPINE"
      }
    ],
    "text" : "perindopril arginine 10 mg + amlodipine 10 mg tablet, 30"
  }
}