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

FHIR IG analytics

Packageihe.pharm.mpd
Resource TypeMedicationRequest
IdMedicationRequest-100-3-medication-prescription-request3.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 100-3-medication-prescription-request3

identifier: 100-3/3

groupIdentifier: 100

status: Active

intent: Order

Medications

-Concept
*Prednisone 50 mg oral tablet

subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)

authoredOn: 2024-10-03

requester: PractitionerRole Clinical oncologist

Reasons

-Concept
*Multiple myeloma

dosageInstruction

timing: Once per 1 day

DoseAndRates

-Dose[x]
*3 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

DispenseRequests

-ValidityPeriodNumberOfRepeatsAllowedQuantity
*2024-10-03 --> 2024-12-03112 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "100-3-medication-prescription-request3",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "100-3/3"
    }
  ],
  "groupIdentifier": {
    "value": "100"
  },
  "status": "active",
  "intent": "order",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "374072009",
          "display": "Prednisone 50 mg oral tablet"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/patient1"
  },
  "authoredOn": "2024-10-03",
  "requester": {
    "reference": "PractitionerRole/doctor1"
  },
  "reason": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "109989006",
            "display": "Multiple myeloma"
          }
        ]
      }
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsDuration": {
            "value": 4,
            "unit": "day",
            "system": "http://unitsofmeasure.org",
            "code": "d"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 3,
            "unit": "Tablet",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2024-10-03",
      "end": "2024-12-03"
    },
    "numberOfRepeatsAllowed": 1,
    "quantity": {
      "value": 12,
      "unit": "Tablet",
      "system": "http://snomed.info/sct",
      "code": "732936001"
    }
  }
}