--- type: "codesystem" title: "Substance Source Material Type" codesystem: "substance-source-material-type" --- # Substance Source Material Type - **Official URL**: http://hl7.org/fhir/substance-source-material-type - **Version**: 6.0.0 - **Status**: active - **Name**: SubstanceSourceMaterialType - **Title**: Substance Source Material Type - **Publisher**: HL7 (FHIR Project) - **Description**: SubstanceSourceMaterialType - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | Animal | animal | | | Plant | plant | | | Mineral | mineral | | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="SubstanceSourceMaterialType"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/substance-source-material-type"/> <content value="complete"/> <concept> <code value="Animal"/> <display value="animal"/> </concept> <concept> <code value="Plant"/> <display value="plant"/> </concept> <concept> <code value="Mineral"/> <display value="mineral"/> </concept> </CodeSystem> ```