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

FHIR IG analytics

Packagehl7.fhir.uv.pddi.r4b
Resource TypeMedicationRequest
IdMedicationRequest-medicationrequest-warfarin-nsaid-ppi-prefetch.json
FHIR VersionR4B

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 "medicationrequest-warfarin-nsaid-ppi-prefetch"

status: active

intent: order

category: Outpatient (Medication usage category codes#outpatient)

medication: Rabeprazole sodium 20 MG Delayed Release Oral Tablet (RxNorm#854868)

subject: Patient/patient-warfarin-nsaid-over65-prefetch

authoredOn:

dosageInstruction

timing: Do Once per 1.0 days

asNeeded: false

dispenseRequest

validityPeriod: ?? --> (ongoing)

numberOfRepeatsAllowed: 1

ExpectedSupplyDurations

-ValueUnitSystemCode
*90daysUnified Code for Units of Measure (UCUM)d

Source1

{
  "resourceType": "MedicationRequest",
  "id": "medicationrequest-warfarin-nsaid-ppi-prefetch",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
          "code": "outpatient"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "854868",
        "display": "Rabeprazole sodium 20 MG Delayed Release Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-warfarin-nsaid-over65-prefetch"
  },
  "_authoredOn": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
        "valueExpression": {
          "language": "text/cql",
          "expression": "Today() - 10 days"
        }
      }
    ]
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "calculated"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "tablet"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
          "valueExpression": {
            "language": "text/cql",
            "expression": "FHIR.Period { start: FHIR.dateTime { value: Today() - 10 days }, end: FHIR.dateTime { value: Today() } }"
          }
        }
      ]
    },
    "numberOfRepeatsAllowed": 1,
    "expectedSupplyDuration": {
      "value": 90,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}