Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Active Metformin 500mg tablet use recorded in community pharmacy medicine review for Mac PRIEST (2018) - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "active-metformin-psml-03",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement active-metformin-psml-03</b></p><a name=\"active-metformin-psml-03\"> </a><a name=\"hcactive-metformin-psml-03\"> </a><a name=\"active-metformin-psml-03-en-AU\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category community}\">Community</span></p><p><b>medication</b>: <a href=\"Medication-metformin-01.html\">Medication metformin hydrochloride 500 mg tablet</a></p><p><b>subject</b>: <a href=\"Patient-hi-testdata-priest-mac.html\">Mac PRIEST  Male, DoB: 1989-03-09 ( Patient's Medicare number: MedicareNumber#2953307121\u00a0(,\u00a0period:\u00a0(?) --&gt; 2024-03-31))</a></p><p><b>context</b>: <a href=\"Encounter-psml-03.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Community pharmacy medicines review; serviceType = Review of medication; period = 2018-12-11 10:00:00+1000 --&gt; 2018-12-11 13:30:00+1000</a></p><p><b>dateAsserted</b>: 2018-12-11 13:30:00+1000</p><p><b>reasonCode</b>: <span title=\"Codes:\">Reduce blood sugar</span></p><blockquote><p><b>dosage</b></p></blockquote></div>"
  },
  "status" : "active",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code" : "community",
        "display" : "Community"
      }
    ]
  },
  "medicationReference" : {
    🔗 "reference" : "Medication/metformin-01"
  },
  "subject" : //  relative reference to entry of Medication resource 
  {
    🔗 "reference" : "Patient/hi-testdata-priest-mac",
    "identifier" : //  relative reference to entry of Patient resource 
    {
      "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" : "8003608333563104"
    }
  },
  "context" : {
    🔗 "reference" : "Encounter/psml-03"
  },
  "dateAsserted" : "2018-12-11T13:30:00+10:00",
  "reasonCode" : [
    //  relative reference to entry of Encounter resource 
    {
      "text" : "Reduce blood sugar"
    }
  ],
  "dosage" : [
    {
      "text" : "Take one tablet twice a day",
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tablet",
            "system" : "http://snomed.info/sct",
            "code" : "154011000036109"
          }
        }
      ]
    }
  ]
}