MedicationRequest Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-medicationrequest |
|---|---|
| Status | draft · 1.26.0 |
| Base | MedicationRequest (constraint) |
| Source | FSH · JSON |
Defines the Nexus EMR FHIR profile for MedicationRequest resources, based on CA-Core constraints, for aggregating prescription data from multiple EMRs.
TypedFhir API / TypeScript
The typed accessor surface MedicationRequest exposes for MedicationRequest — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class MedicationRequest extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| $display | string | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| status | string | undefined |
read/write | Where the prescription is in its lifecycle |
| statusReason | Concept | undefined |
read/write · raw twin | Reason for current status |
| intent | string | undefined |
read/write | proposal | plan | order | instance-order |
| category | Concepts |
read/write · raw twin | Type of medication usage |
| priority | string | undefined |
read/write | routine | urgent | asap | stat |
| subject | Reference | undefined |
read/write · raw twin | Who the medication is for |
| encounter | Reference | undefined |
read/write · raw twin | Encounter during which prescription was written |
| authoredOn | FuzzyDate | undefined |
read/write | When prescription was written |
| requester | Reference | undefined |
read/write · raw twin | Who prescribed the medication |
| performerType | Concept | undefined |
read/write · raw twin | Desired kind of performer of the medication administration |
| reasonCode | Concepts |
read/write · raw twin | Reason or indication for ordering or not ordering the medication |
| courseOfTherapyType | Concept | undefined |
read/write · raw twin | Overall pattern of medication administration |
| dosageInstruction | Json[] | undefined |
read/write | How medication should be taken |
| dispenseRequest | Json | undefined |
read/write | Pharmacy dispensing instructions |