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 . Page versions: R5 R4B

Example SubstanceDefinition/example (XML)

Maturity Level : N/A
Responsible Owner: Biomedical Research and Regulation Work Group Standards Status : Informative Compartments : No defined compartments

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

Jump past Narrative

Example of substancedefinition (id = "example")

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

<SubstanceDefinition xmlns="http://hl7.org/fhir">
   
   display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%
      
      
   
   
      
         
         
         
      
   
   
      
         
         
         
      
   
   
      
         
         
         
      
   
   
      
         
            
            
         
      
   
   
      
      
         
            
            
            
         
      
      
      
         
           
            
            
         
      
   
   
      
      
         
            
            
            
         
      
      
      
         
           
            
            
         
      
   
   
      
      
         
            
            
            
         
      
      
      
         
           
            
            
         
      
   
   
      
      
         
            
            
            
         
      
      
      
         
           
            
            
         
      
   

  <id value="example"/> 
  <identifier> 
    <system value="http://example.europa.eu/fhir/SMSId"/> 
    <value value="100000099270"/> 
  </identifier> 
  <status> 
    <coding> 
      <system value="http://example.europa.eu/fhir/Status"/> 
      <code value="200000005004"/> 
      <display value="Current"/> 
    </coding> 
  </status> 
  <classification> 
    <coding> 
      <system value="http://example.europa.eu/fhir/SubstanceType"/> 
      <code value="100000075670"/> 
      <display value="Chemical"/> 
    </coding> 
  </classification> 
  <domain> 
    <coding> 
      <system value="http://example.europa.eu/fhir/Domain"/> 
      <code value="100000000012"/> 
      <display value="Human use"/> 
    </coding> 
  </domain> 
  <code> 
    <code> 
      <coding> 
        <system value="http://example.europa.eu/fhir/Substance"/> 
        <code value="SUB99611MIG"/> 
      </coding> 
    </code> 
  </code> 
  <name> 
    <name value="PARACETAMOL"/> 
    <status> 
      <coding> 
        <system value="http://example.europa.eu/fhir/Status"/> 
        <code value="200000005004"/> 
        <display value="Current"/> 
      </coding> 
    </status> 
    <preferred value="true"/> 
    <language> 
      <coding> 
        <system value="urn:ietf:bcp:47"/> 
        <code value="en"/> 
        <display value="English"/> 
      </coding> 
    </language> 
  </name> 
  <!--   <name>
      <name value="ΠΑΡΑΚΕΤΑΜΌΛΗ"/>
      <status>
         <coding>
            <system value="http://example.europa.eu/fhir/Status"/>
            <code value="200000005004"/>
            <display value="Current"/>
         </coding>
      </status>
      <preferred value="false"/>
      <language>
         <coding>
           <system value="urn:ietf:bcp:47"/>
            <code value="el"/>
            <display value="Modern Greek (1453-)"/>
         </coding>
      </language>
   </name>   -->
  <name>     <name value="ПАРАЦЕТАМОЛ"/>     <status>       <coding>         <system value="http://example.europa.eu/fhir/Status"/>         <code value="200000005004"/>         <display value="Current"/>       </coding>     </status>     <preferred value="false"/>     <language>       <coding>         <system value="urn:ietf:bcp:47"/>         <code value="bg"/>         <display value="Bulgarian"/>       </coding>     </language>   </name>   <name>     <name value="ACETAMINOPHEN"/>     <status>       <coding>         <system value="http://example.europa.eu/fhir/Status"/>         <code value="200000005004"/>         <display value="Current"/>       </coding>     </status>     <preferred value="false"/>     <language>       <coding>         <system value="urn:ietf:bcp:47"/>         <code value="en"/>         <display value="English"/>       </coding>     </language>   </name> 


</

SubstanceDefinition

>



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.