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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeMedicationRequest
IdMedicationRequest-Everolimus.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: MedicationRequest

Resource MedicationRequest "Everolimus" Version "1" Updated "2020-08-10 01:54:42+0000"

Profile: PAO MedicationRequest

status: active

intent: order

medication: everolimus 0.25 MG (RxNorm#977426)

subject: Patient/example1: Amy Shaw " SHAW"

authoredOn: 2020-08-05

requester: Practitioner/practitioner-1: Ronald Bone, MD " BONE"

DosageInstructions

-TextTiming
*0.75 bidStarting 2020-08-06, Once

dispenseRequest

numberOfRepeatsAllowed: 1

quantity: 50 MG (Details: UCUM code mL = 'mL')

ExpectedSupplyDurations

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

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Everolimus",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-10T01:54:42.920Z",
    "profile": [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-medication-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "977426",
        "display": "everolimus 0.25 MG"
      }
    ],
    "text": "everolimus 0.25 MG"
  },
  "subject": {
    "reference": "Patient/example1",
    "display": "Amy Shaw"
  },
  "authoredOn": "2020-08-05",
  "requester": {
    "reference": "Practitioner/practitioner-1",
    "display": "Ronald Bone, MD"
  },
  "dosageInstruction": [
    {
      "text": "0.75 bid",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2020-08-06"
          }
        }
      }
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 50,
      "unit": "MG",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}