Skip to content

Conversation

@jtquach1
Copy link

Describe your changes

Please include a summary of the changes and the related issue/task. Please also include relevant motivation and context. List any dependencies that are required for this change, including links to other pull requests/branches in other repositories if applicable.

Adding MedicationRequest for a non-REMS drug taken from the Request Generator (GitHub) app on our Meld instance. This is the original JSON:

{
  "resourceType": "MedicationRequest",
  "id": "15976b38-2e8a-404f-8edf-a643e3b39327",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-12-18T21:12:33.000+00:00",
    "source": "#aquj6ECLPVYNYbuX",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ]
      },
      "system": "http://myprescribingsystem.com/ordernumber",
      "value": "605153"
    }
  ],
  "status": "draft",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "993781",
        "display": "acetaminophen 300 MG / codeine phosphate 30 MG Oral Tablet"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "00093015001"
      }
    ],
    "text": "Acetaminophen 300 mg / Codeine 30 mg oral tablet"
  },
  "subject": {
    "reference": "Patient/c9c989a4-dc2f-4aba-bbae-ba9df4d5c95b",
    "display": "Talvin123 Doe123"
  },
  "authoredOn": "2023-06-05",
  "requester": {
    "reference": "Practitioner/2adde775-e5c7-459b-a90e-93bfcac9e611",
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339100"
    },
    "display": "Jane Smith MD"
  },
  "reasonCode": [
    {
      "text": "Post dental surgery"
    }
  ],
  "dosageInstruction": [
    {
      "text": "1 tab tid prn pain"
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 10,
      "unit": "each",
      "system": "http://unitsofmeasure.org/",
      "code": "{each}"
    },
    "performer": {
      "identifier": {
        "system": "http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber",
        "value": "0999017"
      },
      "display": "Our Pharmacy"
    }
  }
}

Issue ticket number and Jira link

Please include the Jira Ticket Number and Link for this issue/task.

https://jira.mitre.org/browse/REMS-644

Checklist before requesting a review

  • I have performed a self-review of my code
  • Ensure the target / base branch for any feature PR is set to dev not main (the only exception to this is releases from dev and hotfix branches)

Checklist for conducting a review

  • Review the code changes and make sure they all make sense and are necessary.
  • Pull the PR branch locally and test by running through workflow and making sure everything works as it is supposed to.

Workflow

Owner of the Pull Request will be responsible for merge after all requirements are met, including approval from at least one reviewer. Additional changes made after a review will dismiss any approvals and require re-review of the additional updates. Auto merging can be enabled below if additional changes are likely not to be needed. The bot will auto assign reviewers to your Pull Request for you.

Copy link

@plarocque4 plarocque4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@plarocque4 plarocque4 merged commit 23950e3 into dev Mar 27, 2024
@plarocque4 plarocque4 deleted the add-non-rems-drug branch March 27, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants