AU Base Implementation Guide
4.2.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.1-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-base/ and changes regularly. See the Directory of published versions

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

Page standards status: Informative

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> &quot; SIMMONS&quot;</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"
      }
    }
  ]
}