--- type: "codesystem" title: "ObservationreferenceRangeNormalValue" codesystem: "observation-referencerange-normalvalue" --- # ObservationreferenceRangeNormalValue - **Official URL**: http://hl7.org/fhir/observation-referencerange-normalvalue - **Version**: 6.0.0 - **Status**: active - **Name**: ObservationReferenceRangeNormalValue - **Title**: ObservationreferenceRangeNormalValue - **Publisher**: HL7 (FHIR Project) - **Description**: Codes that describe the normal value in the reference range. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | negative | Negative | The expected normal value for the observation is negative. | | absent | Absent | The expected normal value for the observation is absent. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2022-04-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="Codes that describe the normal value in the reference range."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <concept> <code value="negative"/> <display value="Negative"/> <definition value="The expected normal value for the observation is negative."/> </concept> <concept> <code value="absent"/> <display value="Absent"/> <definition value="The expected normal value for the observation is absent."/> </concept> </CodeSystem> ```