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 / C#
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 : ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
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? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
read/write | Where the prescription is in its lifecycle |
| StatusReason | Concept? |
read/write · raw twin | Reason for current status |
| Intent | string? |
read/write | proposal | plan | order | instance-order |
| Category | Concepts |
read/write · raw twin | Type of medication usage |
| Priority | string? |
read/write | routine | urgent | asap | stat |
| Subject | Reference? |
read/write · raw twin | Who the medication is for |
| Encounter | Reference? |
read/write · raw twin | Encounter during which prescription was written |
| AuthoredOn | FuzzyDate? |
read/write | When prescription was written |
| Requester | Reference? |
read/write · raw twin | Who prescribed the medication |
| PerformerType | Concept? |
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? |
read/write · raw twin | Overall pattern of medication administration |
| DosageInstruction | Json[]? |
read/write | How medication should be taken |
| DispenseRequest | JsonNode? |
read/write | Pharmacy dispensing instructions |