MediRecords FHIR Implementation Guide
1.4.1 - release


: Medication Example with brand, strength and pack size - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "9df613d3-4c77-4f54-9208-19493a2bd3a4",
  "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 9df613d3-4c77-4f54-9208-19493a2bd3a4</b></p><a name=\"9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a><a name=\"hc9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a><a name=\"9df613d3-4c77-4f54-9208-19493a2bd3a4-en-US\"> </a><p><b>Medication Strength</b>: 500mg</p><p><b>Medication Brand Name</b>: Paracetamol</p><p><b>MediRecords Medication Pack Size</b>: 6x10</p><p><b>code</b>: <span title=\"Codes:{http://pbs.gov.au/code/item 10585D}, {http://www.whocc.no/atc N02BE01}\">Paracetamol 500mg (100)</span></p><p><b>form</b>: <span title=\"Codes:\">Tablet</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-strength",
      "valueString" : "500mg"
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/medication-brand-name",
      "valueString" : "Paracetamol"
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-medication-pack-size",
      "valueString" : "6x10"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://pbs.gov.au/code/item",
        "code" : "10585D"
      },
      {
        "system" : "http://www.whocc.no/atc",
        "code" : "N02BE01"
      }
    ],
    "text" : "Paracetamol 500mg (100)"
  },
  "form" : {
    "text" : "Tablet"
  }
}