MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords stopped Prescription Example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "9bf648c6-20b9-11ec-9621-0242mr130003",
  "meta" : {
    "lastUpdated" : "2021-12-17T01:43:30Z",
    "profile" : [
      🔗 "https://fhir.medirecords.com/StructureDefinition/mr-medication-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 9bf648c6-20b9-11ec-9621-0242mr130003</b></p><a name=\"9bf648c6-20b9-11ec-9621-0242mr130003\"> </a><a name=\"hc9bf648c6-20b9-11ec-9621-0242mr130003\"> </a><a name=\"9bf648c6-20b9-11ec-9621-0242mr130003-en-US\"> </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\">Last updated: 2021-12-17 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-medication-request.html\">MR MedicationRequest</a></p></div><p><b>Prescription Approval Status Extension</b>: <a href=\"CodeSystem-mr-prescription-approval-status.html#mr-prescription-approval-status-pending\">Prescription Approval Status CodeSystem pending</a>: Approval Required</p><p><b>Prescription Type Extension</b>: <a href=\"CodeSystem-mr-prescription-type.html#mr-prescription-type-1\">Prescription Type CodeSystem 1</a>: Manual</p><p><b>status</b>: Stopped</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason salg}\">Allergic Reaction</span></p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"#hc9bf648c6-20b9-11ec-9621-0242mr130003/9df613d3-4c77-4f54-9208-19493a2bd3a4\">Medication 10585D</a></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>encounter</b>: <a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000; reasonCode = </a></p><p><b>authoredOn</b>: 2021-12-17 01:43:30+0000</p><p><b>requester</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication  #9df613d3-4c77-4f54-9208-19493a2bd3a4</b></p><a name=\"9bf648c6-20b9-11ec-9621-0242mr130003/9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a><a name=\"hc9bf648c6-20b9-11ec-9621-0242mr130003/9df613d3-4c77-4f54-9208-19493a2bd3a4\"> </a><a name=\"9bf648c6-20b9-11ec-9621-0242mr130003/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></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Medication",
      "id" : "9df613d3-4c77-4f54-9208-19493a2bd3a4",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.medirecords.com/StructureDefinition/mr-medication"
        ]
      },
      "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"
      }
    }
  ],
  "extension" : [
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-prescription-approval-status",
      "valueCoding" : {
        "system" : "https://fhir.medirecords.com/CodeSystem/mr-prescription-approval-status",
        "code" : "pending",
        "display" : "Approval Required"
      }
    },
    {
      "url" : "https://fhir.medirecords.com/StructureDefinition/mr-prescription-type",
      "valueCoding" : {
        "system" : "https://fhir.medirecords.com/CodeSystem/mr-prescription-type",
        "code" : "1",
        "display" : "Manual"
      }
    }
  ],
  "status" : "stopped",
  "statusReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason",
        "code" : "salg",
        "display" : "Allergy"
      }
    ],
    "text" : "Allergic Reaction"
  },
  "intent" : "order",
  "medicationReference" : {
    "reference" : "#9df613d3-4c77-4f54-9208-19493a2bd3a4"
  },
  "subject" : {
    🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
  },
  "authoredOn" : "2021-12-17T01:43:30Z",
  "requester" : {
    🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
  },
  "substitution" : {
    "allowedBoolean" : false
  }
}