MediRecords FHIR Implementation Guide
1.4.2 - release


: Medication product with amt code and medication-strength extension - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-medication"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff</b></p><a name=\"cbdda4d8-591f-4c9e-9c92-e3f8706fb2ff\"> </a><a name=\"hccbdda4d8-591f-4c9e-9c92-e3f8706fb2ff\"> </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-mr-medication.html\">MR Medication</a></p></div><p><b>Medication Strength</b>: 0.5 mg/dose</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1402101000168104}\">Semaglutide Subcutaneous Solution Pen-injector 0.5 mg/dose 1.5 mL Pen</span></p><p><b>form</b>: <span title=\"Codes:\">Solution Pen-injector</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-strength",
      "valueString" : "0.5 mg/dose"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1402101000168104",
        "display" : "Semaglutide 1.34 mg/mL injection, 1.5 mL pen device"
      }
    ],
    "text" : "Semaglutide Subcutaneous Solution Pen-injector 0.5 mg/dose 1.5 mL Pen"
  },
  "form" : {
    "text" : "Solution Pen-injector"
  }
}