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 with no known current medicine - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "List",
  "id" : "example1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/StructureDefinition/au-medlist"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: 2018-10-24Mode: workingStatus: currentCode: Current Medicine</td></tr><tr><td>Subject: <a href=\"Patient-example0.html\">Patient/example0</a> &quot; FRANKLIN&quot;Source: (null)</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Observation-norelevantfinding-example3.html\">Observation/norelevantfinding-example3</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://tools.ietf.org/html/rfc4122",
      "value" : "2793d1c8-4e99-11e9-8647-d663bd873d93"
    }
  ],
  "status" : "current",
  "mode" : "working",
  "code" : {
    "coding" : [
      {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1",
        "code" : "101.32009",
        "display" : "Current Medicine"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example0"
  },
  "date" : "2018-10-24",
  "source" : {
    🔗 "reference" : "Practitioner/example1"
  },
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "Observation/norelevantfinding-example3"
      }
    }
  ]
}