Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example MedicationRequest/medrx0343a (XML)

Maturity Level : N/A
Responsible Owner: Pharmacy Work Group Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner

Raw XML ( canonical form + also see XML Format Specification )

Jump past Narrative

Request medication where there is an option of the route of administration - includes group identifier (id = "medrx0343a")

<?xml version="1.0" encoding="UTF-8"?>


    
    display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%: Product containing precisely ondansetron 4 milligram/1 each conventional release
                 oral lyophilisate (clinical drug) 
        
            
            
                
                    
                    
                    Product containing precisely ondansetron 4 milligram/1 each conventional release
           oral lyophilisate (clinical drug)
                
            
        
    
    
        
        
        
    
    
        
        
        
    
    
    
    
        
        
        
        
    
    
            
        
           
    
    
    
            
        
        
        

    
        
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
            
        
        
            
                
                
                
                
            
            
        
           

    


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medrx0343a"/> 
  <contained> 
    <Medication> 
      <id value="med0343a"/> 
      <code> 
        <coding> 
          <system value="http://snomed.info/sct"/> 
          <code value="1179448000"/> 
          <display value="Product containing precisely ondansetron 4 milligram/1 each conventional release
           oral lyophilisate (clinical drug)"/> 
        </coding>       </code>     </Medication>   </contained>   <identifier>     <use value="official"/>     <system value="http://www.bmc.nl/portal/prescriptions"/>     <value value="98765"/>   </identifier>   <groupIdentifier>     <use value="official"/>     <system value="http://www.bmc.nl/portal/prescriptions"/>     <value value="9898"/>   </groupIdentifier>   <status value="active"/>   <intent value="option"/>   <medication>     <reference>       <reference value="#med0343a"/>       <display value="Ondansetron 4mg Tablet"/>     </reference>   </medication>   <subject>     <!--   Linked to the resource patient who needs the medication   -->    <reference value="Patient/pat1"/>     <display value="Donald Duck"/>   </subject>   <authoredOn value="2015-01-15"/>   <requester>     <!--   Linked to the practitioner who treats patient   -->    <reference value="Practitioner/f007"/>     <display value="Patrick Pump"/>   </requester>   <dosageInstruction>     <sequence value="1"/>     <text value="One tablet (4mg) orally twice daily as needed for nausea"/>     <timing>       <repeat>         <frequency value="2"/>         <period value="1"/>         <periodUnit value="d"/>       </repeat>     </timing>     <asNeededFor>       <coding>         <system value="http://snomed.info/sct"/>         <code value="16932000"/>         <display value="Nausea and Vomiting"/>       </coding>     </asNeededFor>     <route>       <coding>         <system value="http://snomed.info/sct"/>         <code value="78421000"/>         <display value="Intramuscular Route"/>       </coding>     </route>     <doseAndRate>       <doseQuantity>         <value value="4"/>         <unit value="mg"/>         <system value="http://unitsofmeasure.org"/>         <code value="mg"/>       </doseQuantity>     </doseAndRate>   </dosageInstruction> 


</

MedicationRequest

>



Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.