FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-ig
Resource TypeMedicationRequest
IdMedicationRequest-medication-request-example-tucatinib.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest

Resource MedicationRequest "medication-request-example-tucatinib"

status: active

intent: order

Medications

-Concept
*tucatinib 150 MG Oral Tablet (RxNorm#2361290)

subject: Patient/patient-example-kaitlyn-b " BOUNCE"

authoredOn: 2020-03-12

requester: Practitioner/practitioner-owen-oncologist " ONCOLOGIST"

dosageInstruction

text: oral twice a day every day

timing: Starting 2020-04-01, Once

route: Oral route (qualifier value) (SNOMED CT#26643006)

doseAndRate

maxDosePerAdministration: 2


Source1

{
  "resourceType": "MedicationRequest",
  "id": "medication-request-example-tucatinib",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
          "code": "2361290",
          "display": "tucatinib 150 MG Oral Tablet"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/patient-example-kaitlyn-b"
  },
  "authoredOn": "2020-03-12",
  "requester": {
    "reference": "Practitioner/practitioner-owen-oncologist"
  },
  "dosageInstruction": [
    {
      "text": "oral twice a day every day",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-04-01"
          }
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "rateQuantity": {
            "value": 150,
            "unit": "MG",
            "system": "http://unitsofmeasure.org",
            "code": "MG"
          }
        }
      ],
      "maxDosePerAdministration": {
        "value": 2
      }
    }
  ]
}