--- type: "codesystem" title: "Product Intended Use" codesystem: "product-intended-use" --- # Product Intended Use - **Official URL**: http://hl7.org/fhir/product-intended-use - **Version**: 6.0.0 - **Status**: active - **Name**: ProductIntendedUse - **Title**: Product Intended Use - **Publisher**: HL7 (FHIR Project) - **Description**: ProductIntendedUse - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | Prevention | Prevention | | | Treatment | Treatment | | | Alleviation | Alleviation | | | Diagnosis | Diagnosis | | | Monitoring | Monitoring | | ## 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="ProductIntendedUse"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/product-intended-use"/> <content value="complete"/> <concept> <code value="Prevention"/> <display value="Prevention"/> </concept> <concept> <code value="Treatment"/> <display value="Treatment"/> </concept> <concept> <code value="Alleviation"/> <display value="Alleviation"/> </concept> <concept> <code value="Diagnosis"/> <display value="Diagnosis"/> </concept> <concept> <code value="Monitoring"/> <display value="Monitoring"/> </concept> </CodeSystem> ```