--- type: "codesystem" title: "Example Service/Product Codes" codesystem: "service-product" --- # Example Service/Product Codes - **Official URL**: http://hl7.org/fhir/ex-serviceproduct - **Status**: draft - **Name**: ExampleServiceProductCodes - **Title**: Example Service/Product Codes - **Description**: This value set includes a smattering of Service/Product codes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | exam | Exam | Exam | | flushot | Flu shot | Flu shot | ## CodeSystem XML ```xml <status value="draft"/> <experimental value="false"/> <description value="This value set includes a smattering of Service/Product codes."/> <copyright value="This is an example set."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="exam"/> <display value="Exam"/> <definition value="Exam"/> </concept> <concept> <code value="flushot"/> <display value="Flu shot"/> <definition value="Flu shot"/> </concept> </CodeSystem> ```