Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: mr-Xolair - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "bd35f24f-d01d-4afa-a250-fcb58e3444ff",
  "meta" : {
    "profile" : [
      "https://fhir.developer.gene.com/StructureDefinition/uapi-medicationrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"bd35f24f-d01d-4afa-a250-fcb58e3444ff\"> </a></p><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\">Resource MedicationRequest \"bd35f24f-d01d-4afa-a250-fcb58e3444ff\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-medicationrequest.html\">UAPI MedicationRequest</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: Xolair <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-product-name.html\">UAPI Code System - Product Names</a>#xolair)</span></p><p><b>subject</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c</a></p><p><b>requester</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-695d0991-5e03-46df-934a-85a28acd95c1\">urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1</a></p><p><b>courseOfTherapyType</b>: Allergic Asthma(Pre filled Syringe) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>insurance</b>: <a href=\"Bundle-caf568e0-21b6-40e4-b0b8-1fdddef30fd2.html#urn-uuid-42b41bdb-1781-49aa-a091-78cdd92129df\">urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df</a></p><p><b>note</b>: 75mg/dose every 4 weeks</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Do Once per 4 weeks</p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>UAPI MedicationRequest Dispenser Instructions</b>: Dispense Instruction: Quantity 1 of 150 mg vial(s), Quantity 2 of 75 mg prefilled syringe(s) and Quantity 5 of 150 mg prefilled syringe(s)</p><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><p><b>value</b>: 1</p><p><b>value</b>: 150 mg vial(s)</p></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><p><b>value</b>: 2</p><p><b>value</b>: 75mg prefilled syringe(s)</p></blockquote><blockquote><p><b>UAPI MedicationRequest Dispense Quantity Detailed Breakdown</b></p><p><b>value</b>: 5</p><p><b>value</b>: 150 mg prefilled syringe(s)</p></blockquote><p><b>numberOfRepeatsAllowed</b>: 1</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>30</td><td>d</td><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://fhir.developer.gene.com/CodeSystem/uapi-product-name",
        "code" : "xolair",
        "display" : "Xolair"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c",
    "type" : "Patient"
  },
  "requester" : {
    "reference" : "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1",
    "type" : "Practitioner"
  },
  "courseOfTherapyType" : {
    "text" : "Allergic Asthma(Pre filled Syringe)"
  },
  "insurance" : [
    {
      "reference" : "urn:uuid:42b41bdb-1781-49aa-a091-78cdd92129df",
      "type" : "Coverage"
    }
  ],
  "note" : [
    {
      "text" : "75mg/dose every 4 weeks"
    }
  ],
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 4,
          "periodUnit" : "wk"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 75,
            "unit" : "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "extension" : [
      {
        "url" : "https://fhir.developer.gene.com/StructureDefinition/dispenser-instruction",
        "valueAnnotation" : {
          "text" : "Dispense Instruction: Quantity 1 of 150 mg vial(s), Quantity 2 of 75 mg prefilled syringe(s) and Quantity 5 of 150 mg prefilled syringe(s)"
        }
      },
      {
        "extension" : [
          {
            "url" : "dispenseQuantity",
            "valueQuantity" : {
              "value" : 1
            }
          },
          {
            "url" : "dispenseUnit",
            "valueString" : "150 mg vial(s)"
          }
        ],
        "url" : "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"
      },
      {
        "extension" : [
          {
            "url" : "dispenseQuantity",
            "valueQuantity" : {
              "value" : 2
            }
          },
          {
            "url" : "dispenseUnit",
            "valueString" : "75mg prefilled syringe(s)"
          }
        ],
        "url" : "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"
      },
      {
        "extension" : [
          {
            "url" : "dispenseQuantity",
            "valueQuantity" : {
              "value" : 5
            }
          },
          {
            "url" : "dispenseUnit",
            "valueString" : "150 mg prefilled syringe(s)"
          }
        ],
        "url" : "https://fhir.developer.gene.com/StructureDefinition/dispense-quantity-detail"
      }
    ],
    "numberOfRepeatsAllowed" : 1,
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "d",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}