US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

US Core Medication Request Profile


<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="us-core-medicationrequest"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>url</b>: <a href="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest">http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest</a></p><p><b>name</b>: US Core Medication Request Profile</p><p><b>status</b>: DRAFT</p><p><b>date</b>: 01/08/2016</p><p><b>publisher</b>: Health Level Seven International (FHIR-Infrastructure)</p><p><b>contact</b>: </p><p><b>url</b>: <a href="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest">http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest</a></p><p><b>name</b>: US Core Medication Request Profile</p><p><b>status</b>: DRAFT</p><p><b>publisher</b>: Health Level Seven International (FHIR-Infrastructure)</p><p><b>contact</b>: </p><p><b>date</b>: 01/08/2016</p><blockquote><p><b>mapping</b></p><p><b>identity</b>: script10.6</p><p><b>uri</b>: <a href="http://ncpdp.org/SCRIPT10_6">http://ncpdp.org/SCRIPT10_6</a></p><p><b>name</b>: Mapping to NCPDP SCRIPT 10.6</p></blockquote><blockquote><p><b>mapping</b></p><p><b>identity</b>: rim</p><p><b>uri</b>: <a href="http://hl7.org/v3">http://hl7.org/v3</a></p><p><b>name</b>: RIM Mapping</p></blockquote><blockquote><p><b>mapping</b></p><p><b>identity</b>: w5</p><p><b>uri</b>: <a href="http://hl7.org/fhir/w5">http://hl7.org/fhir/w5</a></p><p><b>name</b>: W5 Mapping</p></blockquote><blockquote><p><b>mapping</b></p><p><b>identity</b>: v2</p><p><b>uri</b>: <a href="http://hl7.org/v2">http://hl7.org/v2</a></p><p><b>name</b>: HL7 v2 Mapping</p></blockquote><p><b>kind</b>: RESOURCE</p><p><b>abstract</b>: false</p><p><b>type</b>: MedicationRequest</p><p><b>baseDefinition</b>: <a href="http://hl7.org/fhir/StructureDefinition/MedicationRequest">http://hl7.org/fhir/StructureDefinition/MedicationRequest</a></p><p><b>derivation</b>: CONSTRAINT</p><h3>Snapshots</h3><table class="grid"><tr><td>-</td><td><b>Element</b></td></tr><tr><td>*</td><td>todo-bundle</td></tr></table><h3>Differentials</h3><table class="grid"><tr><td>-</td><td><b>Element</b></td></tr><tr><td>*</td><td>todo-bundle</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"/>
  <name value="US Core Medication Request Profile"/>
  <status value="draft"/>
  <publisher value="Health Level Seven International (FHIR-Infrastructure)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.healthit.gov"/>
    </telecom>
  </contact>
  <date value="2016-08-01"/>
  <mapping>
    <identity value="script10.6"/>
    <uri value="http://ncpdp.org/SCRIPT10_6"/>
    <name value="Mapping to NCPDP SCRIPT 10.6"/>
  </mapping>
  <mapping>
    <identity value="rim"/>
    <uri value="http://hl7.org/v3"/>
    <name value="RIM Mapping"/>
  </mapping>
  <mapping>
    <identity value="w5"/>
    <uri value="http://hl7.org/fhir/w5"/>
    <name value="W5 Mapping"/>
  </mapping>
  <mapping>
    <identity value="v2"/>
    <uri value="http://hl7.org/v2"/>
    <name value="HL7 v2 Mapping"/>
  </mapping>
  <kind value="resource"/>
  <abstract value="false"/>
  <type value="MedicationRequest"/>
  <baseDefinition
                  value="http://hl7.org/fhir/StructureDefinition/MedicationRequest"/>
  <derivation value="constraint"/>
  <snapshot>
    <element id="MedicationRequest:uscoremedicationrequest">
      <path value="MedicationRequest"/>
      <sliceName value="USCoreMedicationRequest"/>
      <short value="US Core Medication Request Profile"/>
      <definition
                  value="The US Core Medication Request (Order) Profile is based upon the core FHIR MedicationRequest Resource and created to meet the 2015 Edition Common Clinical Data Set &#39;Medications&#39; requirements."/>
      <alias value="Prescription"/>
      <alias value="Order"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <constraint>
        <key value="dom-2"/>
        <severity value="error"/>
        <human
               value="If the resource is contained in another resource, it SHALL NOT contain nested Resources"/>
        <expression value="contained.contained.empty()"/>
        <xpath value="not(parent::f:contained and f:contained)"/>
        <source value="DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-1"/>
        <severity value="error"/>
        <human
               value="If the resource is contained in another resource, it SHALL NOT contain any narrative"/>
        <expression value="contained.text.empty()"/>
        <xpath value="not(parent::f:contained and f:text)"/>
        <source value="DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-4"/>
        <severity value="error"/>
        <human
               value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated"/>
        <expression
                    value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"/>
        <xpath
               value="not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))"/>
        <source value="DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-3"/>
        <severity value="error"/>
        <human
               value="If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource"/>
        <expression
                    value="contained.where((&#39;#&#39;+id in %resource.descendants().reference).not()).empty()"/>
        <xpath
               value="not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat(&#39;#&#39;, $id))]))"/>
        <source value="DomainResource"/>
      </constraint>
      <mustSupport value="false"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="Entity. Role, or Act"/>
      </mapping>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="CombinedMedicationRequest"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="clinical.medication"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.id">
      <path value="MedicationRequest.id"/>
      <short value="Logical id of this artifact"/>
      <definition
                  value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."/>
      <comments
                value="The only time that a resource does not have an id is when it is being submitted to the server using a create operation."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.id"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="id"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.meta">
      <path value="MedicationRequest.meta"/>
      <short value="Metadata about the resource"/>
      <definition
                  value="The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.meta"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Meta"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.implicitRules">
      <path value="MedicationRequest.implicitRules"/>
      <short value="A set of rules under which this content was created"/>
      <definition
                  value="A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content."/>
      <comments
                value="Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.implicitRules"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="uri"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.language">
      <path value="MedicationRequest.language"/>
      <short value="Language of the resource content"/>
      <definition value="The base language in which the resource is written."/>
      <comments
                value="Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.language"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="code"/>
      </type>
      <binding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet">
          <valueReference>
            <reference value="http://hl7.org/fhir/ValueSet/all-languages"/>
          </valueReference>
        </extension>
        <strength value="extensible"/>
        <description value="A human language."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/languages"/>
        </valueSetReference>
      </binding>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.text">
      <path value="MedicationRequest.text"/>
      <short value="Text summary of the resource, for human interpretation"/>
      <definition
                  value="A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it &quot;clinically safe&quot; for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety."/>
      <comments
                value="Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a &quot;text blob&quot; or where text is additionally entered raw or narrated and encoded in formation is added later."/>
      <alias value="narrative"/>
      <alias value="html"/>
      <alias value="xhtml"/>
      <alias value="display"/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="DomainResource.text"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Narrative"/>
      </type>
      <condition value="dom-1"/>
      <mapping>
        <identity value="rim"/>
        <map value="Act.text?"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.contained">
      <path value="MedicationRequest.contained"/>
      <short value="Contained, inline Resources"/>
      <definition
                  value="These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope."/>
      <comments
                value="This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again."/>
      <alias value="inline resources"/>
      <alias value="anonymous resources"/>
      <alias value="contained resources"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.contained"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Resource"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.extension">
      <path value="MedicationRequest.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.modifierExtension">
      <path value="MedicationRequest.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.identifier">
      <path value="MedicationRequest.identifier"/>
      <short value="External identifier"/>
      <definition
                  value="External identifier - one that would be used by another non-FHIR system - for example a re-imbursement system might issue its own id for each prescription that is created.  This is particularly important where FHIR only provides part of an entire workflow process where records have to be tracked through an entire system."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.identifier"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Identifier"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Header/PrescriberOrderNumber"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="ORC-2-Placer Order Number / ORC-3-Filler Order Number"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="id"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="id"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.definition">
      <path value="MedicationRequest.definition"/>
      <short value="Protocol or definition"/>
      <definition value="Protocol or definition followed by this request."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.definition"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/ActivityDefinition"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/PlanDefinition"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.basedOn">
      <path value="MedicationRequest.basedOn"/>
      <short value="What request fulfills"/>
      <definition value="Plan/proposal/order fulfilled by this request."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.basedOn"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/CarePlan"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/DiagnosticRequest"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/MedicationRequest"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/ProcedureRequest"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/ReferralRequest"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.requisition">
      <path value="MedicationRequest.requisition"/>
      <short value="Identifier of composite"/>
      <definition value="Composite request this is part of."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.requisition"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Identifier"/>
      </type>
      <isSummary value="true"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.status">
      <path value="MedicationRequest.status"/>
      <short
             value="active | on-hold | cancelled | completed | entered-in-error | stopped | draft"/>
      <definition
                  value="A code specifying the state of the order.  Generally this will be active or completed state."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.status"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="code"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="true"/>
      <isSummary value="false"/>
      <binding>
        <strength value="required"/>
        <description
                     value="A code specifying the state of the prescribing event. Describes the lifecycle of the prescription."/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/ValueSet/medication-order-status"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="script10.6"/>
        <map value="no mapping"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="statusCode"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="status"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.stage">
      <path value="MedicationRequest.stage"/>
      <short value="proposal | plan | original-order"/>
      <definition
                  value="Whether the request is a proposal, plan, or an original order."/>
      <comments
                value="It is expected that the type of requester will be restricted for different stages of a MedicationRequest.  For example, Proposals can be created by a patient, relatedPerson, Practitioner or Device.  Plans can be created by Practitioners, Patients, RelatedPersons and Devices.  Original orders can be created by a Practitioner only."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.stage"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <binding>
        <strength value="example"/>
        <description value="The kind of medication order"/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/ValueSet/medication-request-stage"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="w5"/>
        <map value="class"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.medication[x]">
      <path value="MedicationRequest.medication[x]"/>
      <short value="Medication to be taken"/>
      <definition
                  value="Identifies the medication being administered. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications."/>
      <comments
                value="If only a code is specified, then it needs to be a code for a specific product.  If more information is required, then the use of the medication resource is recommended.  Note: do not use Medication.name to describe the prescribed medication. When the only available information is a text description of the medication, Medication.code.text should be used."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.medication[x]"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="false"/>
      <binding>
        <strength value="extensible"/>
        <description value="Prescribable medications"/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/us/core/ValueSet/us-core-medication-codes"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="Message/Body/NewRx/MedicationPrescribed  Medication.code.coding.code = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCode  Medication.code.coding.system = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCodeQualifier  Medication.code.coding.display = Message/Body/NewRx/MedicationPrescribed/DrugDescription"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map
             value="RXE-2-Give Code / RXO-1-Requested Give Code / RXC-2-Component Code"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="consumable.administrableMedication"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="what"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.patient">
      <path value="MedicationRequest.patient"/>
      <short value="Who prescription is for"/>
      <definition
                  value="A link to a resource representing the person to whom the medication will be given."/>
      <comments
                value="The patient on a medicationRequest is mandatory.  For the secondary use case where the actual patient is not provided, there still must be an anonymyzed patient specified."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.patient"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="Message/Body/NewRx/Patient  (need detail to link to specific patient … Patient.Identification in SCRIPT)"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="PID-3-Patient ID List"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="subject.role"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="who.focus"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.context">
      <path value="MedicationRequest.context"/>
      <short value="Created during encounter/admission/stay"/>
      <definition
                  value="A link to a resource that identifies the particular occurrence or set oc occurences of contact between patient and health care provider."/>
      <comments
                value="SubstanceAdministration-&gt;component-&gt;EncounterEvent."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.context"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Encounter"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="no mapping"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="PV1-19-Visit Number"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="componentOf.patientEncounter"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="context"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.supportingInformation">
      <path value="MedicationRequest.supportingInformation"/>
      <short value="Information to support ordering of the medication"/>
      <definition
                  value="Include additional information (for example, patient height and weight) that supports the ordering of the medication."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.supportingInformation"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Resource"/>
      </type>
      <mapping>
        <identity value="w5"/>
        <map value="context"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.dateWritten">
      <path value="MedicationRequest.dateWritten"/>
      <short value="When prescription was initially authorized"/>
      <definition
                  value="The date (and perhaps time) when the prescription was initially written."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dateWritten"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="dateTime"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/WrittenDate"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map
             value="RXE-32-Original Order Date/Time / ORC-9-Date/Time of Transaction"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="author.time"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="when.recorded"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.requester">
      <path value="MedicationRequest.requester"/>
      <short value="Who ordered the initial medication(s)"/>
      <definition
                  value="The healthcare professional responsible for authorizing the initial prescription."/>
      <comments
                value="It is expected that the type of requester will be restricted for different stages of a MedicationRequest.  For example, Proposals can be created by a patient, relatedPerson, Practitioner or Device.  Plans can be created by Practitioners, Patients, RelatedPersons and Devices.  Original orders can be created by a Practitioner only."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.requester"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-pract"/>
      </type>
      <mustSupport value="true"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="Message/Body/NewRx/Prescriber  (need detail to link to specific prescriber … Prescriber.Identification in SCRIPT)"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map
             value="RXE-13-Ordering Provider&#39;s DEA Number / RXO-14-Ordering Provider&#39;s DEA Number / RXE-14-Pharmacist/Treatment Supplier&#39;s Verifier ID / RXO-15-Pharmacist/Treatment Supplier&#39;s Verifier ID / ORC-12-Ordering Provider / PRT-5-Participation Person: PRT-4-Participation=&#39;OP&#39; (all but last deprecated)"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="author.role"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="who.actor"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.reasonCode">
      <path value="MedicationRequest.reasonCode"/>
      <short value="Reason or indication for writing the prescription"/>
      <definition
                  value="Can be the reason or the indication for writing the prescription."/>
      <comments
                value="This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonReference."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.reasonCode"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="example"/>
        <description
                     value="A coded concept indicating why the medication was ordered."/>
        <valueSetReference>
          <reference value="http://hl7.org/fhir/ValueSet/condition-code"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="Message/Body/NewRx/MedicationPrescribed/Diagnosis/Primary/Value"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map
             value="ORC-16-Order Control Code Reason /RXE-27-Give Indication/RXO-20-Indication / RXD-21-Indication / RXG-22-Indication / RXA-19-Indication"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="reason.observation.reasonCode"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="why"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.reasonReference">
      <path value="MedicationRequest.reasonReference"/>
      <short
             value="Condition or Observation that supports why the prescription is being written"/>
      <definition
                  value="Condition or observation that supports why the prescription is being written."/>
      <comments
                value="This is a reference to a condition that is the reason for the medication order.  If only a code exists, use reasonCode."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.reasonReference"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/Condition"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Observation"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="no mapping"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="reason.observation[code=ASSERTION].value"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="why"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.note">
      <path value="MedicationRequest.note"/>
      <short value="Information about the prescription"/>
      <definition
                  value="Extra information about the prescription that could not be conveyed by the other attributes."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.note"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Annotation"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/Note"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map
             value=".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=&quot;annotation&quot;].value"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.category">
      <path value="MedicationRequest.category"/>
      <short value="Type of medication usage"/>
      <definition
                  value="Indicates where type of medication order and where the medication is expected to be consumed or administered."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.category"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="example"/>
        <description
                     value="A coded concept identifying where the medication ordered is expected to be consumed or administered"/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/ValueSet/medication-request-category"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="Message/Body/NewRx/MedicationPrescribed/Directions  or   Message/Body/NewRx/MedicationPrescribed/StructuredSIG"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="not mapped"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.dosageInstruction">
      <path value="MedicationRequest.dosageInstruction"/>
      <short value="How the medication should be taken"/>
      <definition
                  value="Indicates how the medication is to be used by the patient."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.dosageInstruction"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="DosageInstruction"/>
      </type>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.dispenseRequest">
      <path value="MedicationRequest.dispenseRequest"/>
      <short value="Medication supply authorization"/>
      <definition
                  value="Indicates the specific details for the dispense or medication supply part of a medication order (also known as a Medication Prescription).  Note that this information is NOT always sent with the order.  There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="BackboneElement"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression value="children().count() &gt; id.count()"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="Element"/>
      </constraint>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/ExpirationDate"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="component.supplyEvent"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.dispenseRequest.id">
      <path value="MedicationRequest.dispenseRequest.id"/>
      <representation value="xmlAttr"/>
      <short value="xml:id (or equivalent in JSON)"/>
      <definition
                  value="unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Element.id"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="string"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.extension">
      <path value="MedicationRequest.dispenseRequest.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Element.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.modifierExtension">
      <path value="MedicationRequest.dispenseRequest.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <alias value="modifiers"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="BackboneElement.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.validityPeriod">
      <path value="MedicationRequest.dispenseRequest.validityPeriod"/>
      <short value="Time period supply is authorized for"/>
      <definition
                  value="This indicates the validity period of a prescription (stale dating the Prescription)."/>
      <comments
                value="It reflects the prescriber perspective for the validity of the prescription. Dispenses must not be made against the prescription outside of this period. The lower-bound of the Dispensing Window signifies the earliest date that the prescription can be filled for the first time. If an upper-bound is not specified then the Prescription is open-ended or will default to a stale-date based on regulations."/>
      <requirements
                    value="Indicates when the Prescription becomes valid, and when it ceases to be a dispensable Prescription."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest.validityPeriod"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Period"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/Refills"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="effectiveTime"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.numberOfRepeatsAllowed">
      <path value="MedicationRequest.dispenseRequest.numberOfRepeatsAllowed"/>
      <short value="Number of refills authorized"/>
      <definition
                  value="An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication. Usage Notes: This integer does NOT include the original order dispense. This means that if an order indicates dispense 30 tablets plus &quot;3 repeats&quot;, then the order can be dispensed a total of 4 times and the patient can receive a total of 120 tablets."/>
      <comments
                value="If displaying &quot;number of authorized fills&quot;, add 1 to this number."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest.numberOfRepeatsAllowed"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="positiveInt"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/Quantity"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="RXE-12-Number of Refills"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="repeatNumber"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.quantity">
      <path value="MedicationRequest.dispenseRequest.quantity"/>
      <short value="Amount of medication to supply per dispense"/>
      <definition value="The amount that is to be dispensed for one fill."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest.quantity"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Quantity"/>
        <profile value="http://hl7.org/fhir/StructureDefinition/SimpleQuantity"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/DaysSupply"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map
             value="RXD-4-Actual Dispense Amount / RXD-5.1-Actual Dispense Units.code / RXD-5.3-Actual Dispense Units.name of coding system"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="quantity"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.expectedSupplyDuration">
      <path value="MedicationRequest.dispenseRequest.expectedSupplyDuration"/>
      <short value="Number of days supply per dispense"/>
      <definition
                  value="Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last."/>
      <comments
                value="In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage) When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest.expectedSupplyDuration"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Duration"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="Message/Body/NewRx/MedicationPrescribed/Substitutions"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="expectedUseTime"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.dispenseRequest.performer">
      <path value="MedicationRequest.dispenseRequest.performer"/>
      <short value="Intended dispenser"/>
      <definition
                  value="Indicates the intended dispensing Organization specified by the prescriber."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.dispenseRequest.performer"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Organization"/>
      </type>
      <mapping>
        <identity value="w5"/>
        <map value="who"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.substitution">
      <path value="MedicationRequest.substitution"/>
      <short value="Any restrictions on medication substitution"/>
      <definition
                  value="Indicates whether or not substitution can or should be part of the dispense. In some cases substitution must happen, in other cases substitution must not happen, and in others it does not matter. This block explains the prescriber&#39;s intent. If nothing is specified substitution may be done."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.substitution"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="BackboneElement"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression value="children().count() &gt; id.count()"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="Element"/>
      </constraint>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="subjectOf.substitutionPersmission"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.substitution.id">
      <path value="MedicationRequest.substitution.id"/>
      <representation value="xmlAttr"/>
      <short value="xml:id (or equivalent in JSON)"/>
      <definition
                  value="unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Element.id"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="string"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.substitution.extension">
      <path value="MedicationRequest.substitution.extension"/>
      <short value="Additional Content defined by implementations"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Element.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <mapping>
        <identity value="rim"/>
        <map value="n/a"/>
      </mapping>
    </element>
    <element
             id="MedicationRequest:uscoremedicationrequest.substitution.modifierExtension">
      <path value="MedicationRequest.substitution.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions."/>
      <comments
                value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <alias value="modifiers"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="BackboneElement.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <isModifier value="true"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.substitution.allowed">
      <path value="MedicationRequest.substitution.allowed"/>
      <short value="Whether substitution is allowed or not"/>
      <definition
                  value="True if the prescriber allows a different drug to be dispensed from what was prescribed."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.substitution.allowed"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="boolean"/>
      </type>
      <isModifier value="true"/>
      <mapping>
        <identity value="script10.6"/>
        <map
             value="specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="RXO-9-Allow Substitutions / RXE-9-Substitution Status"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="code"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.substitution.reason">
      <path value="MedicationRequest.substitution.reason"/>
      <short value="Why should (not) substitution be made"/>
      <definition
                  value="Indicates the reason for the substitution, or why substitution must or must not be performed."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.substitution.reason"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <binding>
        <strength value="example"/>
        <description
                     value="A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed."/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/ValueSet/v3-SubstanceAdminSubstitutionReason"/>
        </valueSetReference>
      </binding>
      <mapping>
        <identity value="script10.6"/>
        <map value="not mapped"/>
      </mapping>
      <mapping>
        <identity value="v2"/>
        <map value="RXE-9 Substition status"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="reasonCode"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.priorPrescription">
      <path value="MedicationRequest.priorPrescription"/>
      <short value="An order/prescription that this supersedes"/>
      <definition
                  value="A link to a resource representing an earlier order related order or prescription."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="MedicationRequest.priorPrescription"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/MedicationRequest"/>
      </type>
      <mapping>
        <identity value="script10.6"/>
        <map value="not mapped"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map
             value=".outboundRelationship[typeCode=?RPLC or ?SUCC]/target[classCode=SBADM,moodCode=RQO]"/>
      </mapping>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.eventHistory">
      <path value="MedicationRequest.eventHistory"/>
      <short value="A list of events of interest in the lifecycle"/>
      <definition
                  value="A summary of the events of interest that have occurred as the request is processed; e.g. when the order was verified or when it was completed."/>
      <comments value="See usage notes in Request pattern in request history."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="MedicationRequest.eventHistory"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Provenance"/>
      </type>
    </element>
  </snapshot>
  <differential>
    <element id="MedicationRequest:uscoremedicationrequest">
      <path value="MedicationRequest"/>
      <sliceName value="USCoreMedicationRequest"/>
      <short value="US Core Medication Request Profile"/>
      <definition
                  value="The US Core Medication Request (Order) Profile is based upon the core FHIR MedicationRequest Resource and created to meet the 2015 Edition Common Clinical Data Set &#39;Medications&#39; requirements."/>
      <mustSupport value="false"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.status">
      <path value="MedicationRequest.status"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="code"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <binding>
        <strength value="required"/>
        <description
                     value="A code specifying the state of the prescribing event. Describes the lifecycle of the prescription."/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/ValueSet/medication-order-status"/>
        </valueSetReference>
      </binding>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.medication[x]">
      <path value="MedicationRequest.medication[x]"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <binding>
        <strength value="extensible"/>
        <description value="Prescribable medications"/>
        <valueSetReference>
          <reference
                     value="http://hl7.org/fhir/us/core/ValueSet/us-core-medication-codes"/>
        </valueSetReference>
      </binding>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.patient">
      <path value="MedicationRequest.patient"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.dateWritten">
      <path value="MedicationRequest.dateWritten"/>
      <min value="1"/>
      <max value="1"/>
      <mustSupport value="true"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
    </element>
    <element id="MedicationRequest:uscoremedicationrequest.requester">
      <path value="MedicationRequest.requester"/>
      <min value="1"/>
      <max value="1"/>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-pract"/>
      </type>
      <mustSupport value="true"/>
      <isModifier value="false"/>
      <isSummary value="false"/>
    </element>
  </differential>
</StructureDefinition>