AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: List - Current Medicines List - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "List",
  "id" : "current-home-meds-review",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/StructureDefinition/au-medlist"🔗 ,
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-list"
    ]
  },
  "language" : "en-AU",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-AU\" lang=\"en-AU\"><h2>Current Medicines List</h2><table class=\"clstu\"><tr><td>Date: 2019-02-05Mode: snapshotStatus: currentCode: Current Medicines</td></tr><tr><td>Subject: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> &quot; BENNELONG&quot;Encounter: <a href=\"Encounter-home-meds-review.html\">Encounter/home-meds-review</a>Source: <a href=\"Encounter-home-meds-review.html\">Encounter/home-meds-review</a></td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Flag</td></tr><tr><td><a href=\"MedicationStatement-active-amiodarone.html\">MedicationStatement/active-amiodarone</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-active-bisoprolol.html\">MedicationStatement/active-bisoprolol</a></td><td>Unchanged</td></tr><tr><td><a href=\"MedicationStatement-intended-coq10.html\">MedicationStatement/intended-coq10</a></td><td>New</td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "snapshot",
  "title" : "Current Medicines List",
  "code" : {
    "coding" : [
      {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1",
        "code" : "101.32009",
        "display" : "Current Medicines"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/bennelong-anne",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608166895854"
    }
  },
  "encounter" : {
    🔗 "reference" : "Encounter/home-meds-review"
  },
  "date" : "2019-02-05",
  "source" : {
    🔗 "reference" : "PractitionerRole/retail-pharmacist"
  },
  "entry" : [
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/medicine-item-change",
            "code" : "nochange",
            "display" : "Unchanged"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/active-amiodarone"
      }
    },
    {
      "flag" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/medicine-item-change",
            "code" : "nochange",
            "display" : "Unchanged"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/active-bisoprolol"
      }
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/change-description",
          "valueString" : "New finding of Atrial fibrillation"
        }
      ],
      "flag" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/medicine-item-change",
            "code" : "new",
            "display" : "New"
          }
        ]
      },
      "item" : {
        🔗 "reference" : "MedicationStatement/intended-coq10"
      }
    }
  ]
}