--- type: "codesystem" title: "Medicinal Product Domain" codesystem: "medicinal-product-domain" --- # Medicinal Product Domain - **Official URL**: http://hl7.org/fhir/medicinal-product-domain - **Version**: 6.0.0 - **Status**: active - **Name**: MedicinalProductDomain - **Title**: Medicinal Product Domain - **Publisher**: HL7 (FHIR Project) - **Description**: Applicable domain for this product (e.g. human, veterinary). - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | Human | Human use | Product intended for use with humans | | Veterinary | Veterinary use | Product intended for use with animals | | HumanAndVeterinary | Human and Veterinary use | Product intended for use with both humans and animals | ## 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="Applicable domain for this product (e.g. human, veterinary)."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/medicinal-product-domain"/> <content value="complete"/> <concept> <code value="Human"/> <display value="Human use"/> <definition value="Product intended for use with humans"/> </concept> <concept> <code value="Veterinary"/> <display value="Veterinary use"/> <definition value="Product intended for use with animals"/> </concept> <concept> <code value="HumanAndVeterinary"/> <display value="Human and Veterinary use"/> <definition value="Product intended for use with both humans and animals"/> </concept> </CodeSystem> ```