Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Codesystem-search-comparator.xml
FHIR Infrastructure icon Work Group Maturity Level : N/A Standards Status : Informative Security Category : Not Classified Compartments : Not linked to any defined compartments

Raw XML ( canonical form + also see XML Format Specification ) R4 : R5 Conversion maps for Binary.

Definition Functional status for Code System SearchComparator this map: 2 tests that all execute ok. All tests pass round-trip testing and all r3 resources are valid. ( see documentation)

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

map "http://hl7.org/fhir/StructureMap/Binary3to4" = "R3 to R4 Conversions for Binary"



  
  
    
  
  
    
    
      
      
        

uses "http://hl7.org/fhir/3.0/StructureDefinition/Binary" alias BinaryR3 as source
uses "http://hl7.org/fhir/StructureDefinition/Binary" alias Binary as target


      
      
      
        
          
            
          
          
            
          
          
            
          
        
        
          eq
            
          
          
          
        
        
          ne
            
          
          
          
        
        
          gt
            
          
          
          
        
        
          lt
            
          
          
          
        
        
          ge
            
          
          
          
        
        
          le
            
          
          
          
        
        
          sa
            
          
          
          
        
        
          eb
            
          
          
          
        
        
          ap
            
          
          
          the value for the parameter in the resource is approximately the same to the provided
             value.
        
      
    
  
  
    
  
  
    
  
  
    
  
  
  
    
    
  
  
  
  
  
  
  
  
  
    
      
      
    
    
      
      
    
  
  
  
  
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    the value for the parameter in the resource is approximately the same to the provided
     value.
  

imports "http://hl7.org/fhir/StructureMap/*3to4"

group Binary(source src : BinaryR3, target tgt : Binary) extends Resource <<type+>> {
  src.contentType -> tgt.contentType;
  src.securityContext -> tgt.securityContext;
  src.content -> tgt.data;
}


map "http://hl7.org/fhir/StructureMap/Binary4to3" = "R4 to R3 Conversion for Binary"

uses "http://hl7.org/fhir/StructureDefinition/Binary" alias Binary as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Binary" alias BinaryR3 as target

imports "http://hl7.org/fhir/StructureMap/*4to3"

group Binary(source src : Binary, target tgt : BinaryR3) extends Resource <<type+>> {
  src.contentType -> tgt.contentType;
  src.securityContext -> tgt.securityContext;
  src.data -> tgt.content "content";
}



Usage note: every effort has been made to ensure that the examples are correct and useful, but they <p>No validation errors - all conversions are not a normative part of the specification. clean</p>