Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Medicationadministration0305.xml

Example MedicationAdministration/medadmin0305 (XML)

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

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

Jump past Narrative

Intravenous Chemotherapy (Inpatient order) - Brentuximab Vedotin (id = "medadmin0305")

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

 
  
  http://www.bccancer.bc.ca/chemotherapy-protocols-site/Documents/Lymphoma-Myeloma/ULYBRENTUX%20Protoc
          ol_1Jun2017.pdf(Details : {SNOMED CT code '421637006' = 'Lyophilised powder for injectable solution',
           given as 'Lyophilized powder for injectable solution (qualifier value) '})
    
        
        
          
            
            
            
          
        
        
          
        
          
            
              
              
              
            
          

        
        
      
       
        
      
    
  
  http://www.bccancer.bc.ca/chemotherapy-protocols-site/Documents/Lymphoma-Myeloma/ULYBRENTUX%20Protoc
  ol_1Jun2017.pdf
  
  
     
  
 
   
    
  
   
    
    
  
 
  
   

  
    
    
    
    
  
  
    
  
  
    
    
      
        
        
        
      
    
    
      
      
      
       
    
    
      
      
      
       
    
  

<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="medadmin0305"/> 
  <contained> 
    <Medication> 
      <id value="med0306"/> 
      <code> 
        <coding> 
          <system value="http://hl7.org/fhir/sid/ndc"/> 
          <code value="51144-050-01"/> 
          <display value="ADCETRIS, 1 VIAL, SINGLE-DOSE in 1 BOX (51144-050-01) &gt; 10.5 mL in 1 VIAL, SINGLE-DOSE
           (package)"/> 
        </coding>       </code>       <marketingAuthorizationHolder>         <reference value="Organization/mmanu"/>       </marketingAuthorizationHolder>       <doseForm>         <coding>           <system value="http://snomed.info/sct"/>           <code value="421637006"/>           <display value="Lyophilised powder for conventional release solution for injection"/>         </coding>       </doseForm>     </Medication>   </contained>   <status value="completed"/>   <medication>     <reference>       <reference value="#med0306"/>     </reference>   </medication>   <subject>     <reference value="Patient/pat1"/>     <display value="Donald Duck"/>   </subject>   <encounter>     <reference value="Encounter/f001"/>     <display value="encounter who leads to this prescription"/>   </encounter>   <occurrencePeriod>     <start value="2015-01-15T04:30:00+01:00"/>     <end value="2015-01-15T14:30:00+01:00"/>   </occurrencePeriod>   <performer>     <actor>       <reference>         <reference value="Practitioner/f007"/>         <display value="Patrick Pump"/>       </reference>     </actor>   </performer>   <request>     <reference value="MedicationRequest/medrx0316"/>   </request>   <dosage>     <text value="1.8 mg/kg IV infusion over 30 minutes"/>     <route>       <coding>         <system value="http://snomed.info/sct"/>         <code value="255560000"/>         <display value="Intravenous"/>       </coding>     </route>     <dose>       <value value="1.8"/>       <unit value="mg/kg"/>       <system value="http://unitsofmeasure.org"/>       <code value="mg/kg"/>     </dose>     <rateRatio>       <numerator>         <value value="250"/>         <unit value="ml"/>         <system value="http://unitsofmeasure.org"/>       </numerator>       <denominator>         <value value="30"/>         <unit value="min"/>         <system value="http://unitsofmeasure.org"/>       </denominator>     </rateRatio>   </dosage> 


</

MedicationAdministration

>



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.