FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SubstanceDefinition/example (XML)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

Example of substancedefinition (id = "example")

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

<SubstanceDefinition xmlns="http://hl7.org/fhir">
  <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.