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

: Intended Panadol 500 mg tablet use for Mr Zhang Wei - follow up encounter (2020) - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationStatement",
  "id" : "intended-panadol-es-02",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement intended-panadol-es-02</b></p><a name=\"intended-panadol-es-02\"> </a><a name=\"hcintended-panadol-es-02\"> </a><a name=\"intended-panadol-es-02-en-AU\"> </a><p><b>status</b>: Intended</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category community}\">Community</span></p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 54012011000036102}\">Panadol 500mg - tablet</span></p><p><b>subject</b>: <a href=\"Patient-mhr-zhang-wei.html\">Wei Zhang  Male, DoB: 1972-05-03 ( IHI:\u00a0AustalianIHI#8003608000228437)</a></p><p><b>context</b>: <a href=\"Encounter-es-02.html\">Encounter: extension = Patient presented for follow-up with urinary tract infection on 30 May. Complaining of frequent and painful urinating.              Midstream urine test was done and revealed urinary infection. Culture and sensitivity test discovered escherichia coli sensitive to Bactrim.             Patient was prescribed Bactrim 2 tablets twice a day, and Panadol one tablet 4 times a day. Patient has no allergies.; status = finished; class = ambulatory (ActCode#AMB); type = Follow-up encounter; serviceType = General medical service; period = 2020-05-30 09:00:00+1000 --&gt; 2020-05-30 09:30:00+1000</a></p><p><b>dateAsserted</b>: 2020-05-30 10:00:00+1000</p><p><b>informationSource</b>: <a href=\"PractitionerRole-algrester-greg-gp.html\">PractitionerRole General practitioner</a></p><p><b>reasonCode</b>: <span title=\"Codes:\">For pain</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Take 1 tablet four times a day</td></tr></table></div>"
  },
  "status" : "intended",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
        "code" : "community",
        "display" : "Community"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "54012011000036102",
        "display" : "Panadol 500 mg tablet"
      }
    ],
    "text" : "Panadol 500mg - tablet"
  },
  "subject" : {
    🔗 "reference" : "Patient/mhr-zhang-wei",
    "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" : "8003608000228437"
    }
  },
  "context" : {
    🔗 "reference" : "Encounter/es-02"
  },
  "dateAsserted" : "2020-05-30T10:00:00+10:00",
  "informationSource" : {
    🔗 "reference" : "PractitionerRole/algrester-greg-gp"
  },
  "reasonCode" : [
    {
      "text" : "For pain"
    }
  ],
  "dosage" : [
    {
      "text" : "Take 1 tablet four times a day"
    }
  ]
}