MOPA — Medical Oncology Prior Authorization
0.1.1-snapshot-080926 - snapshot-080926 United States of America flag

MOPA — Medical Oncology Prior Authorization - Local Development build (v0.1.1-snapshot-080926) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Regimen Order: TH (Jane Smith, Adjuvant HER2+) — Typical

Raw json | Download

{
  "resourceType" : "RequestGroup",
  "id" : "THRegimenOrder",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/codex-mopa/StructureDefinition/anticancer-regimen-requestgroup"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup THRegimenOrder</b></p><a name=\"THRegimenOrder\"> </a><a name=\"hcTHRegimenOrder\"> </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-anticancer-regimen-requestgroup.html\">Anti-Cancer Regimen RequestGroup</a></p></div><p><b>Request Category</b>: <span title=\"Codes:{http://snomed.info/sct 373846009}\">Adjuvant - intent</span></p><p><b>Request Category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/codex-mopa/CodeSystem/treatment-line-cs 1L}\">First-line</span></p><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-RegimenTH.html\">TH: Paclitaxel + Trastuzumab (Weekly) — HER2+ Breast Cancer</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-MOPAPatientExample.html\">Jane Smith (official) Female, DoB: 1968-04-15 ( http://hospital.example.org/patients#MRN-78432)</a></p><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>paclitaxel-th-action</blockquote><p><b>title</b>: Paclitaxel 80 mg/m² IV — days 1, 8, 15 of 21-day cycle</p><p><b>timing</b>: Once per 21 days</p><p><b>resource</b>: <a href=\"MedicationRequest-PaclitaxelMedRequestTH.html\">MedicationRequest: status = draft; intent = order; medication[x] = paclitaxel</a></p></blockquote><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>trastuzumab-th-action</blockquote><p><b>title</b>: Trastuzumab IV — days 1, 8, 15 of 21-day cycle</p><p><b>timing</b>: Once per 21 days</p><p><b>resource</b>: <a href=\"MedicationRequest-TrastuzumabMedRequestTH.html\">MedicationRequest: status = draft; intent = order; medication[x] = trastuzumab</a></p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-request-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "373846009",
            "display" : "Adjuvant - intent"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-request-category",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/codex-mopa/CodeSystem/treatment-line-cs",
            "code" : "1L",
            "display" : "First-line"
          }
        ]
      }
    }
  ],
  "instantiatesCanonical" : [
    🔗 "http://hl7.org/fhir/us/codex-mopa/PlanDefinition/RegimenTH"
  ],
  "status" : "draft",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/MOPAPatientExample"
  },
  "action" : [
    {
      "id" : "paclitaxel-th-action",
      "title" : "Paclitaxel 80 mg/m² IV — days 1, 8, 15 of 21-day cycle",
      "timingTiming" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "day",
                "valueInteger" : 1
              },
              {
                "url" : "day",
                "valueInteger" : 8
              },
              {
                "url" : "day",
                "valueInteger" : 15
              }
            ],
            "url" : "http://hl7.org/fhir/us/codex-mopa/StructureDefinition/regimen-days-of-cycle"
          }
        ],
        "repeat" : {
          "period" : 21,
          "periodUnit" : "d"
        }
      },
      "resource" : {
        🔗 "reference" : "MedicationRequest/PaclitaxelMedRequestTH"
      }
    },
    {
      "id" : "trastuzumab-th-action",
      "title" : "Trastuzumab IV — days 1, 8, 15 of 21-day cycle",
      "timingTiming" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "day",
                "valueInteger" : 1
              },
              {
                "url" : "day",
                "valueInteger" : 8
              },
              {
                "url" : "day",
                "valueInteger" : 15
              }
            ],
            "url" : "http://hl7.org/fhir/us/codex-mopa/StructureDefinition/regimen-days-of-cycle"
          }
        ],
        "repeat" : {
          "period" : 21,
          "periodUnit" : "d"
        }
      },
      "resource" : {
        🔗 "reference" : "MedicationRequest/TrastuzumabMedRequestTH"
      }
    }
  ]
}