CodeSystem England-DeviatingResultIndicator

HTML View

Concepts

This code system https://fhir.nhs.uk/England/CodeSystem/England-DeviatingResultIndicator defines the following codes:

CodeDisplayDefinition
OROutside reference rangeThe result for a quantitative (i.e. numeric) observation is outside the reference range (as defined for the respective test procedure).
PAPotentially abnormalThe result for a qualitative (i.e. non-numeric/free text) observation is potentially abnormal.

Table View

CodeSystem.id[0]England-DeviatingResultIndicator
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-DeviatingResultIndicator
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandDeviatingResultIndicator
CodeSystem.title[0]England Deviating ResultmIndicator
CodeSystem.status[0]draft
CodeSystem.date[0]2026-01-26
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that mirror those in the value set for the EDIFACT Deviating Result Indicator (also known as the Result Normalcy Indicator). The relevant sections from the PMIP EDIFACT (NHS003) specification are included below for reference:\n- ‘LSR_04_A_001.doc’\n- ‘LSR_03_B_001.doc’ :
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.concept[0].code[0]OR
CodeSystem.concept[0].display[0]Outside reference range
CodeSystem.concept[0].definition[0]The result for a quantitative (i.e. numeric) observation is outside the reference range (as defined for the respective test procedure).
CodeSystem.concept[1].code[0]PA
CodeSystem.concept[1].display[0]Potentially abnormal
CodeSystem.concept[1].definition[0]The result for a qualitative (i.e. non-numeric/free text) observation is potentially abnormal.

JSON View

{
"resourceType": "CodeSystem",
"id": "England-DeviatingResultIndicator",
"url": "https://fhir.nhs.uk/England/CodeSystem/England-DeviatingResultIndicator",
"version": "0.1.0",
"name": "EnglandDeviatingResultIndicator",
"title": "England Deviating ResultmIndicator",
"status": "draft",
"date": "2026-01-26",
"publisher": "NHS England",
"contact": [
{
"name": "NHS England",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work",
"rank": 1
}
]
}
],
"description": "A set of codes that mirror those in the value set for the EDIFACT Deviating Result Indicator (also known as the Result Normalcy Indicator). The relevant sections from the PMIP EDIFACT (NHS003) specification are included below for reference:\\n- ‘LSR_04_A_001.doc’\\n- ‘LSR_03_B_001.doc’ :",
"copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "OR",
"display": "Outside reference range",
"definition": "The result for a quantitative (i.e. numeric) observation is outside the reference range (as defined for the respective test procedure)."
},
{
"code": "PA",
"display": "Potentially abnormal",
"definition": "The result for a qualitative (i.e. non-numeric/free text) observation is potentially abnormal."
}
]
}