AU Base Implementation Guide
4.1.0-ballot - CI Build AU

This page is part of AU Base v4.1.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

: List - Medicine list authored by a related person - JSON Representation

Raw json | Download


{
  "resourceType" : "List",
  "id" : "example3",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-medlist"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Current medicine list</h2><table class=\"clstu\"><tr><td>Date: 2022-01-08Mode: snapshotStatus: currentCode: History of Medication use Narrative</td></tr><tr><td>Subject: <a href=\"Patient-example4.html\">Patient/example4</a> \" SIMMONS\"</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td>Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed</td></tr><tr><td>Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/author-related-person",
      "valueReference" : {
        "reference" : "RelatedPerson/example2"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://tools.ietf.org/html/rfc4122",
      "value" : "b3036640-07e2-40bf-b4cb-8a2970366848"
    }
  ],
  "status" : "current",
  "mode" : "snapshot",
  "title" : "Current medicine list",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "10160-0",
        "display" : "History of Medication use Narrative"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example4"
  },
  "date" : "2022-01-08",
  "entry" : [
    {
      "item" : {
        "display" : "Ventolin (salbutamol) inhaler CFC free (100 micrograms/dose); 200 dose when needed"
      }
    },
    {
      "item" : {
        "display" : "Zyrtec (cetirizine) 10mg/tablet; dose 1 tablet/day in evening"
      }
    }
  ]
}