--- type: "codesystem" title: "Specimen Contained Preference" codesystem: "specimen-contained-preference" --- # Specimen Contained Preference - **Official URL**: http://hl7.org/fhir/specimen-contained-preference - **Version**: 6.0.0 - **Status**: active - **Name**: SpecimenContainedPreference - **Title**: Specimen Contained Preference - **Publisher**: HL7 (FHIR Project) - **Description**: Degree of preference of a type of conditioned specimen. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | preferred | Preferred | This type of contained specimen is preferred to collect this kind of specimen. | | alternate | Alternate | This type of conditioned specimen is an alternate. | ## 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="Degree of preference of a type of conditioned specimen."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/specimen-contained-preference"/> <content value="complete"/> <concept> <code value="preferred"/> <display value="Preferred"/> <definition value="This type of contained specimen is preferred to collect this kind of specimen."/> </concept> <concept> <code value="alternate"/> <display value="Alternate"/> <definition value="This type of conditioned specimen is an alternate."/> </concept> </CodeSystem> ```