Release 5 R6 Ballot (3rd Draft)
This page is part of the FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Publish-box (todo)

Example Medication/med0323 (XML)

Pharmacy Work Group Maturity Level : N/A Standards Status : Informative Compartments : No defined compartments

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

Jump past Narrative

Compounded Preparation - Hand Sanitizer - includes qs Ingredient strength (id = "med0323")

<?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%
    
      
      
      
        
          
            
            
            
          
        
      
    
  

  
    
    
        
      
      
        
        
        
      
    
    
  

  
  
    
    
    
    
      
        
        
        
      
    
    
  
  
  
    
      
      
      
        
          
            
            
            
          
        
      
    
  
  
   
  
    
      
        
        
        
      
    
 
    
      
      
        
        
      
      

          
          
          
        

      
    
  
    
      
        
      
    
    
        
        
        
    
  
  
    
      
        
      
    
    

        
        
        

    
  
  
    
      
        
      
    
    


      
        
        
        
      

    
  

<Medication xmlns="http://hl7.org/fhir">
  <id value="med0323"/> 
  <contained> 
    <Substance> 
      <id value="sub10"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="419442005"/> 
            <display value="Ethanol (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub11"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="387171003"/> 
            <display value="Hydrogen peroxide (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub12"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="80582002"/> 
            <display value="Glycerol (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub13"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="444883009"/> 
            <display value="Distilled Water (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <code> 
    <text value="WHO Hand Sanitizer Formulation 1% - 10L"/> 
  </code> 
  <doseForm> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="739006009"/> 
      <display value="Solution (basic dose form)"/> 
    </coding> 
  </doseForm> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub10"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="8333"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub11"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="417"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub12"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="145"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub13"/> 
      </reference> 
    </item> 
    <strengthCodeableConcept> 
      <coding> 
        <system value="http://hl7.org/fhir/CodeSystem/medication-ingredientstrength"/> 
        <code value="qs"/> 
        <display value="QS"/> 
      </coding> 
    </strengthCodeableConcept> 
  </ingredient> 


</

Medication

>



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.