Aged Care Clinical Note - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationStatement - Rosuvastatin by Dr Mayo for patient Anne - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "ex-medicationstatement-rosuvastatin-anne",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/cn/StructureDefinition/au-aged-care-clin-note-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement ex-medicationstatement-rosuvastatin-anne</b></p><a name=\"ex-medicationstatement-rosuvastatin-anne\"> </a><a name=\"hcex-medicationstatement-rosuvastatin-anne\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-aged-care-clin-note-medicationstatement.html\">AU Aged Care Clinical Note - MedicationStatement</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <a href=\"Medication-ex-medication-crestor.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-ex-patient-anne.html\">Mrs. Anne Thompson</a></p><p><b>informationSource</b>: <a href=\"Practitioner-ex-practitioner-helen.html\">Practitioner Helen Mayo </a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 414416008}\">H/O: hypercholesterolaemia</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Timing</b></td></tr><tr><td style=\"display: none\">*</td><td>3 per 1 week</td></tr></table></div>"
  },
  "status" : "active",
  "medicationReference" : {
    🔗 "reference" : "Medication/ex-medication-crestor"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-patient-anne",
    "display" : "Mrs. Anne Thompson"
  },
  "informationSource" : {
    🔗 "reference" : "Practitioner/ex-practitioner-helen"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "414416008",
          "display" : "H/O: hypercholesterolaemia"
        }
      ]
    }
  ],
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "wk",
          "dayOfWeek" : [
            "mon",
            "wed",
            "sat"
          ]
        }
      }
    }
  ]
}