Package | HIE2.packages |
Type | StructureDefinition |
Id | MedicationRequest-my-core |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=HIE2.packages@0.1.1&canonical=http://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core |
URL | http://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core |
Version | 1.0.0 |
Status | active |
Date | 2022-01-06T07:13:10.718445Z |
Name | MedicationRequestMyCore |
Title | MedicationRequest (MY Core) |
Realm | uv |
Authority | hl7 |
Description | Defines constraints and extensions on the MedicationRequest resource for the minimal set of data to query and retrieve prescription information. |
Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License |
Type | MedicationRequest |
Kind | resource |
No resources found
StructureDefinition | |
us-core-encounter | US Core Encounter Profile |
us-core-organization | US Core Organization Profile |
us-core-patient | US Core Patient Profile |
us-core-practitioner | US Core Practitioner Profile |
us-core-practitionerrole | US Core PractitionerRole Profile |
ValueSet | |
2.16.840.1.113762.1.4.1010.4 | Medication Clinical Drug |
Note: links and images are rebased to the (stated) source
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | MedicationRequest | Ordering of medication for patient or group | |
![]() ![]() ![]() | S | 1..1 | code | active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown Binding: medicationrequest Status (required): A code specifying the state of the prescribing event. Describes the lifecycle of the prescription. |
![]() ![]() ![]() | S | 1..1 | code | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Binding: medicationRequest Intent (required): The kind of medication order. |
![]() ![]() ![]() | S | 0..* | CodeableConcept | Type of medication usage Binding: medicationRequest Category Codes (preferred): The type of medication order. |
![]() ![]() ![]() | S | 0..1 | Reported rather than primary record | |
![]() ![]() ![]() ![]() | booleanS | |||
![]() ![]() ![]() ![]() | ReferenceS(MY Core Practitioner ProfileS | MY Core Organization Profile | MY Core Patient Profile | MY Core PractitionerRole Profile | RelatedPerson) | |||
![]() ![]() ![]() | S | 1..1 | Medication to be taken Binding: Medication Clinical Drug (extensible) | |
![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() | Reference(MY Core Medication Profile) | |||
![]() ![]() ![]() | S | 1..1 | Reference(MY Core Patient Profile) | Who or group medication request is for |
![]() ![]() ![]() | S | 0..1 | Reference(MY Core Encounter Profile) | Encounter created as part of encounter/admission/stay |
![]() ![]() ![]() | S | 0..1 | dateTime | When request was initially authored |
![]() ![]() ![]() | S | 1..1 | Reference(MY Core Practitioner ProfileS | MY Core Patient Profile | MY Core Organization Profile | MY Core PractitionerRole Profile | RelatedPerson | Device) | Who/What requested the Request |
![]() ![]() ![]() | S | 0..* | Dosage | How the medication should be taken |
![]() ![]() ![]() ![]() | S | 0..1 | string | Free text dosage instructions e.g. SIG |
![]() |
{ "resourceType": "StructureDefinition", "id": "MedicationRequest-my-core", "meta": { "lastUpdated": "2022-01-06T07:15:36.182+00:00" }, "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/my/core/StructureDefinition/MedicationRequest-my-core", "version": "1.0.0", "name": "MedicationRequestMyCore", "title": "MedicationRequest (MY Core)", "status": "active", "experimental": false, "date": "2022-01-06T07:13:10.718445Z", "publisher": "HL7 International - US Realm Steering Committee", "contact": [ { "name": "HL7 International - US Realm Steering Committee", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/usrealm/index.cfm" } ] } ], "description": "Defines constraints and extensions on the MedicationRequest resource for the minimal set of data to query and retrieve prescription information.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US" } ] } ], "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License", "fhirVersion": "4.0.1", "mapping": [ { "identity": "workflow", "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern" }, { "identity": "script10.6", "uri": "http://ncpdp.org/SCRIPT10_6", "name": "Mapping to NCPDP SCRIPT 10.6" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" }, { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" } ], "kind": "resource", "abstract": false, "type": "MedicationRequest", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", "derivation": "constraint", "differential": { "element": [ { "id": "MedicationRequest", "path": "MedicationRequest", "definition": "The MY Core Medication Request (Order) Profile is based upon the core FHIR MedicationRequest Resource and created to meet the 2015 Edition Common Clinical Data Set 'Medications' requirements.", "mustSupport": false, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder" } ] }, { "id": "MedicationRequest.identifier", "path": "MedicationRequest.identifier", "min": 1, "max": "1" }, { "id": "MedicationRequest.status", "path": "MedicationRequest.status", "mustSupport": true, "binding": { "strength": "required", "description": "A code specifying the state of the prescribing event. Describes the lifecycle of the prescription.", "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status" }, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.status" } ] }, { "id": "MedicationRequest.intent", "path": "MedicationRequest.intent", "mustSupport": true, "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent" }, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.status" } ] }, { "id": "MedicationRequest.category", "path": "MedicationRequest.category", "mustSupport": true, "binding": { "strength": "preferred", "description": "The type of medication order." } }, { "id": "MedicationRequest.reported[x]", "path": "MedicationRequest.reported[x]", "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": true } ], "code": "boolean" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": true } ], "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ], "_targetProfile": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": true } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] } ] } ], "mustSupport": true, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.status" } ] }, { "id": "MedicationRequest.medication[x]", "path": "MedicationRequest.medication[x]", "type": [ { "code": "CodeableConcept" }, { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/my/core/StructureDefinition/medication-my-core" ] } ], "mustSupport": true, "binding": { "strength": "extensible", "valueSet": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.4" }, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.medication[x]" } ] }, { "id": "MedicationRequest.subject", "path": "MedicationRequest.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ] } ], "mustSupport": true, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.patient" } ] }, { "id": "MedicationRequest.encounter", "path": "MedicationRequest.encounter", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter" ] } ], "mustSupport": true, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "NA" } ] }, { "id": "MedicationRequest.authoredOn", "path": "MedicationRequest.authoredOn", "mustSupport": true, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.dateWritten" } ] }, { "id": "MedicationRequest.requester", "path": "MedicationRequest.requester", "min": 1, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization", "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Device" ], "_targetProfile": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": true } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support", "valueBoolean": false } ] } ] } ], "mustSupport": true, "mapping": [ { "identity": "argonaut-dq-dstu2", "map": "MedicationOrder.prescriber" } ] }, { "id": "MedicationRequest.performer", "path": "MedicationRequest.performer", "min": 1 }, { "id": "MedicationRequest.performerType", "path": "MedicationRequest.performerType", "min": 1, "mustSupport": true }, { "id": "MedicationRequest.recorder", "path": "MedicationRequest.recorder", "short": "Person who entered the request." }, { "id": "MedicationRequest.reasonCode", "path": "MedicationRequest.reasonCode", "mustSupport": true }, { "id": "MedicationRequest.reasonReference", "path": "MedicationRequest.reasonReference", "mustSupport": true }, { "id": "MedicationRequest.dosageInstruction", "path": "MedicationRequest.dosageInstruction", "mustSupport": true }, { "id": "MedicationRequest.dosageInstruction.text", "path": "MedicationRequest.dosageInstruction.text", "mustSupport": true } ] } }