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

FHIR IG analytics

Packagefhir.cdc.opioid-mme-r4
Resource TypeMedicationRequest
IdMedicationRequest-example-rec-05-mme-with-timeofday-context.json
FHIR VersionR4

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

Resource "example-rec-05-mme-with-timeofday-context"

status: active

intent: order

category: Community (MedicationRequest Category Codes#community)

medication: oxycodone hydrochloride 60 MG 12 HR Extended Release Oral Tablet (RxNorm#1049593)

subject: Patient/patient-mme-with-timeofday

authoredOn: 2020-06-26

dispenseRequest

validityPeriod: 2020-06-25 --> 2020-12-25

numberOfRepeatsAllowed: 0

quantity: 90 tablet


Source1

{
  "resourceType": "MedicationRequest",
  "id": "example-rec-05-mme-with-timeofday-context",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code": "community"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1049593",
        "display": "oxycodone hydrochloride 60 MG 12 HR Extended Release Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-mme-with-timeofday"
  },
  "authoredOn": "2020-06-26",
  "_authoredOn": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
        "valueExpression": {
          "language": "text/cql",
          "expression": "Today()"
        }
      }
    ]
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-09-28"
          },
          "timeOfDay": [
            "10:00:00",
            "22:00:00"
          ]
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 10,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
          "valueExpression": {
            "language": "text/cql",
            "expression": "FHIR.Period { start: FHIR.dateTime { value: Today() }, end: FHIR.dateTime { value: Today() + 6 months } }"
          }
        }
      ],
      "start": "2020-06-25",
      "end": "2020-12-25"
    },
    "numberOfRepeatsAllowed": 0,
    "quantity": {
      "value": 90,
      "unit": "tablet"
    },
    "expectedSupplyDuration": {
      "value": 45,
      "unit": "Day",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}