- This is an Implementation Guide for UK Core FHIR Assets in Development.
- There will be disruption as the content will be updated on an ad-hoc basis and with links not working.
- Therefore this Implementation Guide must not be implemented.
- Please follow the guidance on the "Contact Us" page if you need any assistance.
UK Core Consent Exception
HTML View
ValueSet 'UKCoreConsentException'
Version | 0.0.1 |
Published by | HL7 UK |
Status | Draft (since 2024-07-11) |
A set of codes that define a reason to trigger an exception to a base policy, consisting of the entirety of the SNOMED CT UK Coding System. An exception can be an addition or removal of access permissions. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem SNOMED_CT
Table View
ValueSet.id[0] | UKCore-ConsentException |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-ConsentException |
ValueSet.version[0] | 0.0.1 |
ValueSet.name[0] | UKCoreConsentException |
ValueSet.title[0] | UK Core Consent Exception |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2024-07-11 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define a reason to trigger an exception to a base policy, consisting of the entirety of the SNOMED CT UK Coding System. An exception can be an addition or removal of access permissions. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-ConsentException" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-ConsentException" /> <version value="0.0.1" /> <name value="UKCoreConsentException" /> <title value="UK Core Consent Exception" /> <status value="draft" /> <date value="2024-07-11" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define a reason to trigger an exception to a base policy, consisting of the entirety of the SNOMED CT UK Coding System. An exception can be an addition or removal of access permissions. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future." /> <copyright value="Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> <compose> <include> <system value="http://snomed.info/sct" /> </include> </compose> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-ConsentException", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-ConsentException", "version": "0.0.1", "name": "UKCoreConsentException", "title": "UK Core Consent Exception", "status": "draft", "date": "2024-07-11", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define a reason to trigger an exception to a base policy, consisting of the entirety of the SNOMED CT UK Coding System. An exception can be an addition or removal of access permissions. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future.", "copyright": "Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", "compose": { "include": [ { "system": "http://snomed.info/sct" } ] } }
UK Core DateTime Type
HTML View
ValueSet 'UKCoreDateTimeType'
Version | 2.1.0 |
Published by | HL7 UK |
Status | Draft (since 2023-10-13) |
A ValueSet to identify the type of date and time being recorded.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem UKCoreDateTimeType
Expansion
This expansion was generated on 2023-10-13T13:27:44+00:00
This value set contains 13 concepts
Code | System | Display |
---|---|---|
time-resource-arrived-on-scene | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Resource Arrived On Scene |
time-call-ended | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Call Ended |
time-clear | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Clear |
time-arrived-receiving-location | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Arrived at Receiving Location |
time-resource-left-scene | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Resource Left Scene |
time-dispatch-code-established | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Dispatch Code Established |
time-stood-down | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Stood Down |
clock-start-date-time | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Clock Start Date Time |
time-resource-mobilised | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Resource Mobilised |
clock-stop-date-time | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Clock Stop Date Time |
time-clinical-handover | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time of Clinical Handover |
time-call-answered | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Call Answered |
time-patient-handover | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType | Time Patient Handover |
Table View
ValueSet.id[0] | UKCore-DateTimeType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-DateTimeType |
ValueSet.version[0] | 2.1.0 |
ValueSet.name[0] | UKCoreDateTimeType |
ValueSet.title[0] | UK Core Date Time Type |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2023-10-13 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A ValueSet to identify the type of date and time being recorded. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. |
ValueSet.compose[0].include[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].identifier[0] | 84af73b0-8078-4323-be5e-43ced75666fb |
ValueSet.expansion[0].timestamp[0] | 2023-10-13T13:27:44+00:00 |
ValueSet.expansion[0].total[0] | 13 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[0].code[0] | time-resource-arrived-on-scene |
ValueSet.expansion[0].contains[0].display[0] | Time Resource Arrived On Scene |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[1].code[0] | time-call-ended |
ValueSet.expansion[0].contains[1].display[0] | Time Call Ended |
ValueSet.expansion[0].contains[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[2].code[0] | time-clear |
ValueSet.expansion[0].contains[2].display[0] | Time Clear |
ValueSet.expansion[0].contains[3].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[3].code[0] | time-arrived-receiving-location |
ValueSet.expansion[0].contains[3].display[0] | Time Arrived at Receiving Location |
ValueSet.expansion[0].contains[4].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[4].code[0] | time-resource-left-scene |
ValueSet.expansion[0].contains[4].display[0] | Time Resource Left Scene |
ValueSet.expansion[0].contains[5].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[5].code[0] | time-dispatch-code-established |
ValueSet.expansion[0].contains[5].display[0] | Time Dispatch Code Established |
ValueSet.expansion[0].contains[6].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[6].code[0] | time-stood-down |
ValueSet.expansion[0].contains[6].display[0] | Time Stood Down |
ValueSet.expansion[0].contains[7].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[7].code[0] | clock-start-date-time |
ValueSet.expansion[0].contains[7].display[0] | Clock Start Date Time |
ValueSet.expansion[0].contains[8].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[8].code[0] | time-resource-mobilised |
ValueSet.expansion[0].contains[8].display[0] | Time Resource Mobilised |
ValueSet.expansion[0].contains[9].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[9].code[0] | clock-stop-date-time |
ValueSet.expansion[0].contains[9].display[0] | Clock Stop Date Time |
ValueSet.expansion[0].contains[10].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[10].code[0] | time-clinical-handover |
ValueSet.expansion[0].contains[10].display[0] | Time of Clinical Handover |
ValueSet.expansion[0].contains[11].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[11].code[0] | time-call-answered |
ValueSet.expansion[0].contains[11].display[0] | Time Call Answered |
ValueSet.expansion[0].contains[12].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType |
ValueSet.expansion[0].contains[12].code[0] | time-patient-handover |
ValueSet.expansion[0].contains[12].display[0] | Time Patient Handover |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-DateTimeType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DateTimeType" /> <version value="2.1.0" /> <name value="UKCoreDateTimeType" /> <title value="UK Core Date Time Type" /> <status value="draft" /> <date value="2023-10-13" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A ValueSet to identify the type of date and time being recorded." /> <copyright value="Copyright © 2021+ HL7 UK 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." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> </include> </compose> <expansion> <identifier value="84af73b0-8078-4323-be5e-43ced75666fb" /> <timestamp value="2023-10-13T13:27:44+00:00" /> <total value="13" /> <offset value="0" /> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-resource-arrived-on-scene" /> <display value="Time Resource Arrived On Scene" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-call-ended" /> <display value="Time Call Ended" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-clear" /> <display value="Time Clear" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-arrived-receiving-location" /> <display value="Time Arrived at Receiving Location" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-resource-left-scene" /> <display value="Time Resource Left Scene" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-dispatch-code-established" /> <display value="Time Dispatch Code Established" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-stood-down" /> <display value="Time Stood Down" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="clock-start-date-time" /> <display value="Clock Start Date Time" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-resource-mobilised" /> <display value="Time Resource Mobilised" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="clock-stop-date-time" /> <display value="Clock Stop Date Time" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-clinical-handover" /> <display value="Time of Clinical Handover" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-call-answered" /> <display value="Time Call Answered" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" /> <code value="time-patient-handover" /> <display value="Time Patient Handover" /> </contains> </expansion> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-DateTimeType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-DateTimeType", "version": "2.1.0", "name": "UKCoreDateTimeType", "title": "UK Core Date Time Type", "status": "draft", "date": "2023-10-13", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A ValueSet to identify the type of date and time being recorded.", "copyright": "Copyright © 2021+ HL7 UK 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.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType" } ] }, "expansion": { "identifier": "84af73b0-8078-4323-be5e-43ced75666fb", "timestamp": "2023-10-13T13:27:44+00:00", "total": 13, "offset": 0, "contains": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-resource-arrived-on-scene", "display": "Time Resource Arrived On Scene" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-call-ended", "display": "Time Call Ended" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-clear", "display": "Time Clear" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-arrived-receiving-location", "display": "Time Arrived at Receiving Location" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-resource-left-scene", "display": "Time Resource Left Scene" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-dispatch-code-established", "display": "Time Dispatch Code Established" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-stood-down", "display": "Time Stood Down" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "clock-start-date-time", "display": "Clock Start Date Time" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-resource-mobilised", "display": "Time Resource Mobilised" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "clock-stop-date-time", "display": "Clock Stop Date Time" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-clinical-handover", "display": "Time of Clinical Handover" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-call-answered", "display": "Time Call Answered" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DateTimeType", "code": "time-patient-handover", "display": "Time Patient Handover" } ] } }
UK Core Device Type
HTML View
ValueSet 'UKCoreDeviceType'
Version | 1.1.0 |
Published by | HL7 UK |
Status | Draft (since 2022-01-22) |
A code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Include codes from SNOMED_CT where constraint Equal memberOf 999000401000000107
Table View
ValueSet.id[0] | UKCore-DeviceType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-DeviceType |
ValueSet.version[0] | 1.1.0 |
ValueSet.name[0] | UKCoreDeviceType |
ValueSet.title[0] | UK Core Device Type |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2022-01-22 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
ValueSet.compose[0].include[0].filter[0].property[0] | constraint |
ValueSet.compose[0].include[0].filter[0].op[0] | = |
ValueSet.compose[0].include[0].filter[0].value[0] | memberOf 999000401000000107 |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-DeviceType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DeviceType" /> <version value="1.1.0" /> <name value="UKCoreDeviceType" /> <title value="UK Core Device Type" /> <status value="draft" /> <date value="2022-01-22" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107." /> <copyright value="Copyright © 2021+ HL7 UK 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." /> <compose> <include> <system value="http://snomed.info/sct" /> <filter> <property value="constraint" /> <op value="=" /> <value value="memberOf 999000401000000107" /> </filter> </include> </compose> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-DeviceType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-DeviceType", "version": "1.1.0", "name": "UKCoreDeviceType", "title": "UK Core Device Type", "status": "draft", "date": "2022-01-22", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A code from the SNOMED Clinical Terminology UK coding system that describes a type of device. Any code from the SNOMED CT UK 'Device Type' subset with subset original id 1361000000131; the corresponding SNOMED CT UK Refset fully specified name is 'Device type simple reference set (foundation metadata concept)' with Refset Id 999000401000000107.", "copyright": "Copyright © 2021+ HL7 UK 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.", "compose": { "include": [ { "system": "http://snomed.info/sct", "filter": [ { "property": "constraint", "op": "=", "value": "memberOf 999000401000000107" } ] } ] } }
UK Core Document Type
HTML View
ValueSet 'UKCoreDocumentType'
Version | 2.2.0 |
Published by | HL7 UK |
Status | Active (since 2022-12-16) |
A set of codes that describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Include codes from SNOMED_CT where constraint Equal memberOf 1127551000000109
Table View
ValueSet.id[0] | UKCore-DocumentType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType |
ValueSet.version[0] | 2.2.0 |
ValueSet.name[0] | UKCoreDocumentType |
ValueSet.title[0] | UK Core Document Type |
ValueSet.status[0] | active |
ValueSet.date[0] | 2022-12-16 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
ValueSet.compose[0].include[0].filter[0].property[0] | constraint |
ValueSet.compose[0].include[0].filter[0].op[0] | = |
ValueSet.compose[0].include[0].filter[0].value[0] | memberOf 1127551000000109 |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-DocumentType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType" /> <version value="2.2.0" /> <name value="UKCoreDocumentType" /> <title value="UK Core Document Type" /> <status value="active" /> <date value="2022-12-16" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system." /> <copyright value="Copyright © 2021+ HL7 UK 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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> <compose> <include> <system value="http://snomed.info/sct" /> <filter> <property value="constraint" /> <op value="=" /> <value value="memberOf 1127551000000109" /> </filter> </include> </compose> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-DocumentType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-DocumentType", "version": "2.2.0", "name": "UKCoreDocumentType", "title": "UK Core Document Type", "status": "active", "date": "2022-12-16", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that describe a type of document. Selected from the 'Record composition type' simple reference set of the SNOMED CT UK coding system.", "copyright": "Copyright © 2021+ HL7 UK 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. This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", "compose": { "include": [ { "system": "http://snomed.info/sct", "filter": [ { "property": "constraint", "op": "=", "value": "memberOf 1127551000000109" } ] } ] } }
UK Core Questionnaire Question Codes
HTML View
ValueSet 'UKCoreMessageEvent'
Version | 2.2.0 |
Published by | HL7 UK |
Status | Retired (since 2024-02-12) |
A set of codes that define the type of message event.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem https://fhir.nhs.uk/CodeSystem/message-event
- Import all codes from CodeSystem https://fhir.nhs.uk/CodeSystem/message-events-bars
Expansion
This expansion was generated on 2023-01-06T08:31:11+00:00
This value set contains 20 concepts
Code | System | Display |
---|---|---|
appointment | https://fhir.nhs.uk/CodeSystem/message-event | Appointment |
dispense-notification | https://fhir.nhs.uk/CodeSystem/message-event | Dispense Notification |
dispense-notification-update | https://fhir.nhs.uk/CodeSystem/message-event | Dispense Notification Update |
document | https://fhir.nhs.uk/CodeSystem/message-event | Document |
document-notification | https://fhir.nhs.uk/CodeSystem/message-event | Document Notification |
notification | https://fhir.nhs.uk/CodeSystem/message-event | Event Notification |
patient | https://fhir.nhs.uk/CodeSystem/message-event | Patient Demographics |
encounter | https://fhir.nhs.uk/CodeSystem/message-event | Patient Encounter |
referral | https://fhir.nhs.uk/CodeSystem/message-event | Patient Referral |
patient-notification | https://fhir.nhs.uk/CodeSystem/message-event | Patient Notifications |
prescription-order | https://fhir.nhs.uk/CodeSystem/message-event | Prescription Order |
prescription-order-response | https://fhir.nhs.uk/CodeSystem/message-event | Prescription Order Response |
prescription-order-update | https://fhir.nhs.uk/CodeSystem/message-event | Prescription Order Update |
unsolicited-action | https://fhir.nhs.uk/CodeSystem/message-event | Unsolicited actions |
unsolicited-observations | https://fhir.nhs.uk/CodeSystem/message-event | Unsolicited Observations |
vaccinations | https://fhir.nhs.uk/CodeSystem/message-event | Vaccinations |
booking-request | https://fhir.nhs.uk/CodeSystem/message-events-bars | Booking Request - Request |
booking-response | https://fhir.nhs.uk/CodeSystem/message-events-bars | Booking Request - Response |
servicerequest-request | https://fhir.nhs.uk/CodeSystem/message-events-bars | Service Request - Request |
servicerequest-response | https://fhir.nhs.uk/CodeSystem/message-events-bars | Service Request - Response |
Table View
ValueSet.id[0] | UKCore-MessageEvent |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-MessageEvent |
ValueSet.version[0] | 2.2.0 |
ValueSet.name[0] | UKCoreMessageEvent |
ValueSet.title[0] | UK Core Message Event |
ValueSet.status[0] | retired |
ValueSet.date[0] | 2024-02-12 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define the type of message event. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. |
ValueSet.compose[0].include[0].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.compose[0].include[0].version[0] | 1.0.19 |
ValueSet.compose[0].include[1].system[0] | https://fhir.nhs.uk/CodeSystem/message-events-bars |
ValueSet.compose[0].include[1].version[0] | 1.0.0 |
ValueSet.expansion[0].identifier[0] | bac532f8-5976-43ec-960f-6b7d1fd0ccd7 |
ValueSet.expansion[0].timestamp[0] | 2023-01-06T08:31:11+00:00 |
ValueSet.expansion[0].total[0] | 20 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[0].code[0] | appointment |
ValueSet.expansion[0].contains[0].display[0] | Appointment |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[1].code[0] | dispense-notification |
ValueSet.expansion[0].contains[1].display[0] | Dispense Notification |
ValueSet.expansion[0].contains[2].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[2].code[0] | dispense-notification-update |
ValueSet.expansion[0].contains[2].display[0] | Dispense Notification Update |
ValueSet.expansion[0].contains[3].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[3].code[0] | document |
ValueSet.expansion[0].contains[3].display[0] | Document |
ValueSet.expansion[0].contains[4].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[4].code[0] | document-notification |
ValueSet.expansion[0].contains[4].display[0] | Document Notification |
ValueSet.expansion[0].contains[5].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[5].code[0] | notification |
ValueSet.expansion[0].contains[5].display[0] | Event Notification |
ValueSet.expansion[0].contains[6].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[6].code[0] | patient |
ValueSet.expansion[0].contains[6].display[0] | Patient Demographics |
ValueSet.expansion[0].contains[7].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[7].code[0] | encounter |
ValueSet.expansion[0].contains[7].display[0] | Patient Encounter |
ValueSet.expansion[0].contains[8].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[8].code[0] | referral |
ValueSet.expansion[0].contains[8].display[0] | Patient Referral |
ValueSet.expansion[0].contains[9].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[9].code[0] | patient-notification |
ValueSet.expansion[0].contains[9].display[0] | Patient Notifications |
ValueSet.expansion[0].contains[10].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[10].code[0] | prescription-order |
ValueSet.expansion[0].contains[10].display[0] | Prescription Order |
ValueSet.expansion[0].contains[11].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[11].code[0] | prescription-order-response |
ValueSet.expansion[0].contains[11].display[0] | Prescription Order Response |
ValueSet.expansion[0].contains[12].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[12].code[0] | prescription-order-update |
ValueSet.expansion[0].contains[12].display[0] | Prescription Order Update |
ValueSet.expansion[0].contains[13].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[13].code[0] | unsolicited-action |
ValueSet.expansion[0].contains[13].display[0] | Unsolicited actions |
ValueSet.expansion[0].contains[14].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[14].code[0] | unsolicited-observations |
ValueSet.expansion[0].contains[14].display[0] | Unsolicited Observations |
ValueSet.expansion[0].contains[15].system[0] | https://fhir.nhs.uk/CodeSystem/message-event |
ValueSet.expansion[0].contains[15].code[0] | vaccinations |
ValueSet.expansion[0].contains[15].display[0] | Vaccinations |
ValueSet.expansion[0].contains[16].system[0] | https://fhir.nhs.uk/CodeSystem/message-events-bars |
ValueSet.expansion[0].contains[16].code[0] | booking-request |
ValueSet.expansion[0].contains[16].display[0] | Booking Request - Request |
ValueSet.expansion[0].contains[17].system[0] | https://fhir.nhs.uk/CodeSystem/message-events-bars |
ValueSet.expansion[0].contains[17].code[0] | booking-response |
ValueSet.expansion[0].contains[17].display[0] | Booking Request - Response |
ValueSet.expansion[0].contains[18].system[0] | https://fhir.nhs.uk/CodeSystem/message-events-bars |
ValueSet.expansion[0].contains[18].code[0] | servicerequest-request |
ValueSet.expansion[0].contains[18].display[0] | Service Request - Request |
ValueSet.expansion[0].contains[19].system[0] | https://fhir.nhs.uk/CodeSystem/message-events-bars |
ValueSet.expansion[0].contains[19].code[0] | servicerequest-response |
ValueSet.expansion[0].contains[19].display[0] | Service Request - Response |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-MessageEvent" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-MessageEvent" /> <version value="2.2.0" /> <name value="UKCoreMessageEvent" /> <title value="UK Core Message Event" /> <status value="retired" /> <date value="2024-02-12" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define the type of message event." /> <copyright value="Copyright © 2021+ HL7 UK 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." /> <compose> <include> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <version value="1.0.19" /> </include> <include> <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> <version value="1.0.0" /> </include> </compose> <expansion> <identifier value="bac532f8-5976-43ec-960f-6b7d1fd0ccd7" /> <timestamp value="2023-01-06T08:31:11+00:00" /> <total value="20" /> <offset value="0" /> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="appointment" /> <display value="Appointment" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="dispense-notification" /> <display value="Dispense Notification" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="dispense-notification-update" /> <display value="Dispense Notification Update" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="document" /> <display value="Document" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="document-notification" /> <display value="Document Notification" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="notification" /> <display value="Event Notification" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="patient" /> <display value="Patient Demographics" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="encounter" /> <display value="Patient Encounter" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="referral" /> <display value="Patient Referral" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="patient-notification" /> <display value="Patient Notifications" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="prescription-order" /> <display value="Prescription Order" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="prescription-order-response" /> <display value="Prescription Order Response" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="prescription-order-update" /> <display value="Prescription Order Update" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="unsolicited-action" /> <display value="Unsolicited actions" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="unsolicited-observations" /> <display value="Unsolicited Observations" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-event" /> <code value="vaccinations" /> <display value="Vaccinations" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> <code value="booking-request" /> <display value="Booking Request - Request" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> <code value="booking-response" /> <display value="Booking Request - Response" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> <code value="servicerequest-request" /> <display value="Service Request - Request" /> </contains> <contains> <system value="https://fhir.nhs.uk/CodeSystem/message-events-bars" /> <code value="servicerequest-response" /> <display value="Service Request - Response" /> </contains> </expansion> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-MessageEvent", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-MessageEvent", "version": "2.2.0", "name": "UKCoreMessageEvent", "title": "UK Core Message Event", "status": "retired", "date": "2024-02-12", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define the type of message event.", "copyright": "Copyright © 2021+ HL7 UK 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.", "compose": { "include": [ { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "version": "1.0.19" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars", "version": "1.0.0" } ] }, "expansion": { "identifier": "bac532f8-5976-43ec-960f-6b7d1fd0ccd7", "timestamp": "2023-01-06T08:31:11+00:00", "total": 20, "offset": 0, "contains": [ { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "appointment", "display": "Appointment" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "dispense-notification", "display": "Dispense Notification" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "dispense-notification-update", "display": "Dispense Notification Update" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "document", "display": "Document" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "document-notification", "display": "Document Notification" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "notification", "display": "Event Notification" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "patient", "display": "Patient Demographics" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "encounter", "display": "Patient Encounter" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "referral", "display": "Patient Referral" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "patient-notification", "display": "Patient Notifications" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "prescription-order", "display": "Prescription Order" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "prescription-order-response", "display": "Prescription Order Response" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "prescription-order-update", "display": "Prescription Order Update" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "unsolicited-action", "display": "Unsolicited actions" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "unsolicited-observations", "display": "Unsolicited Observations" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-event", "code": "vaccinations", "display": "Vaccinations" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars", "code": "booking-request", "display": "Booking Request - Request" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars", "code": "booking-response", "display": "Booking Request - Response" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars", "code": "servicerequest-request", "display": "Service Request - Request" }, { "system": "https://fhir.nhs.uk/CodeSystem/message-events-bars", "code": "servicerequest-response", "display": "Service Request - Response" } ] } }
UK Core Questionnaire Question Codes
HTML View
ValueSet 'UKCoreOperationOutcomeIssueDetails'
Version | 1.1.0 |
Published by | HL7 UK |
Status | Retired (since 2024-02-12) |
A set of codes that define details of the exact issue.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem UKCoreSpineErrorOrWarningCode
- Import all codes from CodeSystem UKCoreEPSIssueCode
- Import all codes from CodeSystem UKCoreITKResponseCode
Expansion
This expansion was generated on 2022-01-12T09:32:58+00:00
This value set contains 73 concepts
Code | System | Display |
---|---|---|
ACCESS_DENIED | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Access has been denied to process this request |
ADDITIONAL_PROPERTIES | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Additional properties |
10003 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Business Level Response Value - Processing Error |
CLAIM_AMEND_PERIOD_ISSUE | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Claim amendment is not permitted outside of the claim period |
MISSING_DIGITAL_SIGNATURE | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Digital signature not found |
DISPENSE_AMEND_IDENTIFIER_MISMATCH | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Dispense Amendment/Cancellation Request does not pertain to Last Dispense |
20008 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Duplicate Document received |
DUPLICATE_MEDICATIONREQUEST_ID | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Duplicate item ID exists |
20007 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Duplicate Message received |
DUPLICATE_PRESCRIPTION_ID | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Duplicate prescription ID exists |
INVALID_CHECK_DIGIT | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Error in check digit |
FAILURE_TO_PROCESS_MESSAGE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Failure to process message |
FORBIDDEN_UPDATE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Forbidden update |
INVALID_DATE_FORMAT | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Format of date passed is invalid |
SERVICE_DISABLED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | functionality disabled in spine |
10008 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Handling Specification Business Rule Error |
10001 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Handling Specification Error |
10002 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Infrastructure Level Response Value - Processing Error |
CLAIM_INVALID_NOT_DISPENSED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Invalid Claim. Prescription is not Dispensed |
INVALID_MESSAGE | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Invalid message |
INVALID_RESOURCE_ID | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Invalid resource ID |
INVALID_SEARCH_DATA | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Invalid search data |
PRESCRIPTION_INVALID_STATE_TRANSITION | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Invalid State Transition for Prescription |
MEDICATIONREQUEST_INVALID_STATE_TRANSITION | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Invalid State Transition for Prescription Item |
INVALID_UPDATE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Invalid update |
INVALID_VALUE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Invalid value |
INVALIDATED_RESOURCE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Invalidated resource |
20006 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | ITK header validation failure |
10004 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Message Definition Value - Processing Error |
10005 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Message Definition Version Value - Processing Error |
20015 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Message too large |
MISMATCH_AUTHORISED_REPEAT_COUNT | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Mismatch in authorised repeat counts |
MISSING_VALUE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Missing value |
NO_MORE_PRESCRIPTIONS | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | No more prescriptions available |
20004 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Non-Approved file type received as an attachment |
INVALID_NUMBER_MEDICATIONREQUESTS | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Number of items on a prescription SHALL be between 1 and 4 |
PATIENT_DECEASED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Patient is recorded as dead |
30004 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason) |
30001 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Patient known here. (e.g. Patient is registered here) |
30003 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Patient no longer at this clinical setting |
30002 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Patient not known here. (aka 'patient record not present in system') |
20009 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Payload validation failure |
POLLING_ID_NOT_FOUND | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Polling ID not found |
POLLING_MESSAGE_FAILURE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Polling message failure |
PRECONDITION_FAILED | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Precondition failed |
PRESCRIPTION_NOT_FOUND | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription can not be found. Contact prescriber |
PRESCRIPTION_CANCELLED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription has been cancelled |
PRESCRIPTION_DISPENSED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription has been dispensed |
PRESCRIPTION_EXPIRED | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription has expired |
PRESCRIPTION_WITH_ANOTHER_DISPENSER | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription is with another dispenser |
MEDICATIONREQUEST_NOT_FOUND | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Prescription Item Not found |
10010 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Recipient Type - Processing Error |
INVALID_REPEAT_COUNT | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode | Repeat count SHALL be between 1 and 99 |
RESOURCE_NOT_FOUND | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Resource not found |
RESOURCE_VERSION_MISMATCH | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Resource version mismatch |
10007 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Sender Reference Value - Processing Error |
20013 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Success |
TOO_FEW_VALUES_SUBMITTED | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Too few values submitted |
TOO_MANY_MATCHES | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Too many matches |
TOO_MANY_VALUES_SUBMITTED | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Too many values submitted |
UNABLE_TO_CALL_SERVICE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Unable to call service |
20014 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unable to Process Replacement Document |
20012 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unauthorised Sender |
10009 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unreadable message received |
20010 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unrecognised Payload Recipient Organisation |
20011 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unrecognised Payload Recipient Person |
20002 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unrecognised Recipient Organisation |
20001 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unrecognised Recipient Person |
20003 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unrecognised Sender |
20005 | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode | Unsupported file type received as an attachment |
UNSUPPORTED_SERVICE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Unsupported service |
UNSUPPORTED_VALUE | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Unsupported value |
VALIDATION_ERROR | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode | Validation error |
Table View
ValueSet.id[0] | UKCore-OperationOutcomeIssueDetails |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-OperationOutcomeIssueDetails |
ValueSet.version[0] | 1.1.0 |
ValueSet.name[0] | UKCoreOperationOutcomeIssueDetails |
ValueSet.title[0] | UK Core Operation Outcome Issue Details |
ValueSet.status[0] | retired |
ValueSet.date[0] | 2024-02-12 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define details of the exact issue. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. |
ValueSet.compose[0].include[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.compose[0].include[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.compose[0].include[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].identifier[0] | 0f3cdbf7-e14e-475f-8bd8-b9dc66721d05 |
ValueSet.expansion[0].timestamp[0] | 2022-01-12T09:32:58+00:00 |
ValueSet.expansion[0].total[0] | 73 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].parameter[0].name[0] | version |
ValueSet.expansion[0].parameter[0].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode|1.0.0 |
ValueSet.expansion[0].parameter[1].name[0] | version |
ValueSet.expansion[0].parameter[1].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode|1.0.0 |
ValueSet.expansion[0].parameter[2].name[0] | version |
ValueSet.expansion[0].parameter[2].value[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode|1.0.0 |
ValueSet.expansion[0].parameter[3].name[0] | count |
ValueSet.expansion[0].parameter[3].value[0] | 2147483647 |
ValueSet.expansion[0].parameter[4].name[0] | offset |
ValueSet.expansion[0].parameter[4].value[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[0].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[0].code[0] | ACCESS_DENIED |
ValueSet.expansion[0].contains[0].display[0] | Access has been denied to process this request |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[1].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[1].code[0] | ADDITIONAL_PROPERTIES |
ValueSet.expansion[0].contains[1].display[0] | Additional properties |
ValueSet.expansion[0].contains[2].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[2].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[2].code[0] | 10003 |
ValueSet.expansion[0].contains[2].display[0] | Business Level Response Value - Processing Error |
ValueSet.expansion[0].contains[3].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[3].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[3].code[0] | CLAIM_AMEND_PERIOD_ISSUE |
ValueSet.expansion[0].contains[3].display[0] | Claim amendment is not permitted outside of the claim period |
ValueSet.expansion[0].contains[4].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[4].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[4].code[0] | MISSING_DIGITAL_SIGNATURE |
ValueSet.expansion[0].contains[4].display[0] | Digital signature not found |
ValueSet.expansion[0].contains[5].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[5].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[5].code[0] | DISPENSE_AMEND_IDENTIFIER_MISMATCH |
ValueSet.expansion[0].contains[5].display[0] | Dispense Amendment/Cancellation Request does not pertain to Last Dispense |
ValueSet.expansion[0].contains[6].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[6].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[6].code[0] | 20008 |
ValueSet.expansion[0].contains[6].display[0] | Duplicate Document received |
ValueSet.expansion[0].contains[7].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[7].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[7].code[0] | DUPLICATE_MEDICATIONREQUEST_ID |
ValueSet.expansion[0].contains[7].display[0] | Duplicate item ID exists |
ValueSet.expansion[0].contains[8].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[8].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[8].code[0] | 20007 |
ValueSet.expansion[0].contains[8].display[0] | Duplicate Message received |
ValueSet.expansion[0].contains[9].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[9].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[9].code[0] | DUPLICATE_PRESCRIPTION_ID |
ValueSet.expansion[0].contains[9].display[0] | Duplicate prescription ID exists |
ValueSet.expansion[0].contains[10].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[10].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[10].code[0] | INVALID_CHECK_DIGIT |
ValueSet.expansion[0].contains[10].display[0] | Error in check digit |
ValueSet.expansion[0].contains[11].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[11].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[11].code[0] | FAILURE_TO_PROCESS_MESSAGE |
ValueSet.expansion[0].contains[11].display[0] | Failure to process message |
ValueSet.expansion[0].contains[12].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[12].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[12].code[0] | FORBIDDEN_UPDATE |
ValueSet.expansion[0].contains[12].display[0] | Forbidden update |
ValueSet.expansion[0].contains[13].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[13].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[13].code[0] | INVALID_DATE_FORMAT |
ValueSet.expansion[0].contains[13].display[0] | Format of date passed is invalid |
ValueSet.expansion[0].contains[14].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[14].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[14].code[0] | SERVICE_DISABLED |
ValueSet.expansion[0].contains[14].display[0] | functionality disabled in spine |
ValueSet.expansion[0].contains[15].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[15].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[15].code[0] | 10008 |
ValueSet.expansion[0].contains[15].display[0] | Handling Specification Business Rule Error |
ValueSet.expansion[0].contains[16].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[16].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[16].code[0] | 10001 |
ValueSet.expansion[0].contains[16].display[0] | Handling Specification Error |
ValueSet.expansion[0].contains[17].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[17].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[17].code[0] | 10002 |
ValueSet.expansion[0].contains[17].display[0] | Infrastructure Level Response Value - Processing Error |
ValueSet.expansion[0].contains[18].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[18].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[18].code[0] | CLAIM_INVALID_NOT_DISPENSED |
ValueSet.expansion[0].contains[18].display[0] | Invalid Claim. Prescription is not Dispensed |
ValueSet.expansion[0].contains[19].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[19].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[19].code[0] | INVALID_MESSAGE |
ValueSet.expansion[0].contains[19].display[0] | Invalid message |
ValueSet.expansion[0].contains[20].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[20].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[20].code[0] | INVALID_RESOURCE_ID |
ValueSet.expansion[0].contains[20].display[0] | Invalid resource ID |
ValueSet.expansion[0].contains[21].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[21].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[21].code[0] | INVALID_SEARCH_DATA |
ValueSet.expansion[0].contains[21].display[0] | Invalid search data |
ValueSet.expansion[0].contains[22].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[22].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[22].code[0] | PRESCRIPTION_INVALID_STATE_TRANSITION |
ValueSet.expansion[0].contains[22].display[0] | Invalid State Transition for Prescription |
ValueSet.expansion[0].contains[23].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[23].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[23].code[0] | MEDICATIONREQUEST_INVALID_STATE_TRANSITION |
ValueSet.expansion[0].contains[23].display[0] | Invalid State Transition for Prescription Item |
ValueSet.expansion[0].contains[24].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[24].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[24].code[0] | INVALID_UPDATE |
ValueSet.expansion[0].contains[24].display[0] | Invalid update |
ValueSet.expansion[0].contains[25].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[25].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[25].code[0] | INVALID_VALUE |
ValueSet.expansion[0].contains[25].display[0] | Invalid value |
ValueSet.expansion[0].contains[26].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[26].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[26].code[0] | INVALIDATED_RESOURCE |
ValueSet.expansion[0].contains[26].display[0] | Invalidated resource |
ValueSet.expansion[0].contains[27].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[27].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[27].code[0] | 20006 |
ValueSet.expansion[0].contains[27].display[0] | ITK header validation failure |
ValueSet.expansion[0].contains[28].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[28].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[28].code[0] | 10004 |
ValueSet.expansion[0].contains[28].display[0] | Message Definition Value - Processing Error |
ValueSet.expansion[0].contains[29].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[29].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[29].code[0] | 10005 |
ValueSet.expansion[0].contains[29].display[0] | Message Definition Version Value - Processing Error |
ValueSet.expansion[0].contains[30].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[30].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[30].code[0] | 20015 |
ValueSet.expansion[0].contains[30].display[0] | Message too large |
ValueSet.expansion[0].contains[31].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[31].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[31].code[0] | MISMATCH_AUTHORISED_REPEAT_COUNT |
ValueSet.expansion[0].contains[31].display[0] | Mismatch in authorised repeat counts |
ValueSet.expansion[0].contains[32].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[32].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[32].code[0] | MISSING_VALUE |
ValueSet.expansion[0].contains[32].display[0] | Missing value |
ValueSet.expansion[0].contains[33].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[33].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[33].code[0] | NO_MORE_PRESCRIPTIONS |
ValueSet.expansion[0].contains[33].display[0] | No more prescriptions available |
ValueSet.expansion[0].contains[34].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[34].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[34].code[0] | 20004 |
ValueSet.expansion[0].contains[34].display[0] | Non-Approved file type received as an attachment |
ValueSet.expansion[0].contains[35].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[35].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[35].code[0] | INVALID_NUMBER_MEDICATIONREQUESTS |
ValueSet.expansion[0].contains[35].display[0] | Number of items on a prescription SHALL be between 1 and 4 |
ValueSet.expansion[0].contains[36].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[36].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[36].code[0] | PATIENT_DECEASED |
ValueSet.expansion[0].contains[36].display[0] | Patient is recorded as dead |
ValueSet.expansion[0].contains[37].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[37].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[37].code[0] | 30004 |
ValueSet.expansion[0].contains[37].display[0] | Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason) |
ValueSet.expansion[0].contains[38].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[38].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[38].code[0] | 30001 |
ValueSet.expansion[0].contains[38].display[0] | Patient known here. (e.g. Patient is registered here) |
ValueSet.expansion[0].contains[39].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[39].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[39].code[0] | 30003 |
ValueSet.expansion[0].contains[39].display[0] | Patient no longer at this clinical setting |
ValueSet.expansion[0].contains[40].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[40].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[40].code[0] | 30002 |
ValueSet.expansion[0].contains[40].display[0] | Patient not known here. (aka 'patient record not present in system') |
ValueSet.expansion[0].contains[41].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[41].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[41].code[0] | 20009 |
ValueSet.expansion[0].contains[41].display[0] | Payload validation failure |
ValueSet.expansion[0].contains[42].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[42].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[42].code[0] | POLLING_ID_NOT_FOUND |
ValueSet.expansion[0].contains[42].display[0] | Polling ID not found |
ValueSet.expansion[0].contains[43].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[43].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[43].code[0] | POLLING_MESSAGE_FAILURE |
ValueSet.expansion[0].contains[43].display[0] | Polling message failure |
ValueSet.expansion[0].contains[44].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[44].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[44].code[0] | PRECONDITION_FAILED |
ValueSet.expansion[0].contains[44].display[0] | Precondition failed |
ValueSet.expansion[0].contains[45].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[45].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[45].code[0] | PRESCRIPTION_NOT_FOUND |
ValueSet.expansion[0].contains[45].display[0] | Prescription can not be found. Contact prescriber |
ValueSet.expansion[0].contains[46].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[46].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[46].code[0] | PRESCRIPTION_CANCELLED |
ValueSet.expansion[0].contains[46].display[0] | Prescription has been cancelled |
ValueSet.expansion[0].contains[47].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[47].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[47].code[0] | PRESCRIPTION_DISPENSED |
ValueSet.expansion[0].contains[47].display[0] | Prescription has been dispensed |
ValueSet.expansion[0].contains[48].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[48].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[48].code[0] | PRESCRIPTION_EXPIRED |
ValueSet.expansion[0].contains[48].display[0] | Prescription has expired |
ValueSet.expansion[0].contains[49].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[49].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[49].code[0] | PRESCRIPTION_WITH_ANOTHER_DISPENSER |
ValueSet.expansion[0].contains[49].display[0] | Prescription is with another dispenser |
ValueSet.expansion[0].contains[50].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[50].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[50].code[0] | MEDICATIONREQUEST_NOT_FOUND |
ValueSet.expansion[0].contains[50].display[0] | Prescription Item Not found |
ValueSet.expansion[0].contains[51].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[51].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[51].code[0] | 10010 |
ValueSet.expansion[0].contains[51].display[0] | Recipient Type - Processing Error |
ValueSet.expansion[0].contains[52].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode |
ValueSet.expansion[0].contains[52].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[52].code[0] | INVALID_REPEAT_COUNT |
ValueSet.expansion[0].contains[52].display[0] | Repeat count SHALL be between 1 and 99 |
ValueSet.expansion[0].contains[53].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[53].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[53].code[0] | RESOURCE_NOT_FOUND |
ValueSet.expansion[0].contains[53].display[0] | Resource not found |
ValueSet.expansion[0].contains[54].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[54].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[54].code[0] | RESOURCE_VERSION_MISMATCH |
ValueSet.expansion[0].contains[54].display[0] | Resource version mismatch |
ValueSet.expansion[0].contains[55].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[55].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[55].code[0] | 10007 |
ValueSet.expansion[0].contains[55].display[0] | Sender Reference Value - Processing Error |
ValueSet.expansion[0].contains[56].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[56].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[56].code[0] | 20013 |
ValueSet.expansion[0].contains[56].display[0] | Success |
ValueSet.expansion[0].contains[57].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[57].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[57].code[0] | TOO_FEW_VALUES_SUBMITTED |
ValueSet.expansion[0].contains[57].display[0] | Too few values submitted |
ValueSet.expansion[0].contains[58].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[58].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[58].code[0] | TOO_MANY_MATCHES |
ValueSet.expansion[0].contains[58].display[0] | Too many matches |
ValueSet.expansion[0].contains[59].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[59].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[59].code[0] | TOO_MANY_VALUES_SUBMITTED |
ValueSet.expansion[0].contains[59].display[0] | Too many values submitted |
ValueSet.expansion[0].contains[60].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[60].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[60].code[0] | UNABLE_TO_CALL_SERVICE |
ValueSet.expansion[0].contains[60].display[0] | Unable to call service |
ValueSet.expansion[0].contains[61].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[61].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[61].code[0] | 20014 |
ValueSet.expansion[0].contains[61].display[0] | Unable to Process Replacement Document |
ValueSet.expansion[0].contains[62].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[62].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[62].code[0] | 20012 |
ValueSet.expansion[0].contains[62].display[0] | Unauthorised Sender |
ValueSet.expansion[0].contains[63].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[63].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[63].code[0] | 10009 |
ValueSet.expansion[0].contains[63].display[0] | Unreadable message received |
ValueSet.expansion[0].contains[64].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[64].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[64].code[0] | 20010 |
ValueSet.expansion[0].contains[64].display[0] | Unrecognised Payload Recipient Organisation |
ValueSet.expansion[0].contains[65].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[65].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[65].code[0] | 20011 |
ValueSet.expansion[0].contains[65].display[0] | Unrecognised Payload Recipient Person |
ValueSet.expansion[0].contains[66].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[66].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[66].code[0] | 20002 |
ValueSet.expansion[0].contains[66].display[0] | Unrecognised Recipient Organisation |
ValueSet.expansion[0].contains[67].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[67].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[67].code[0] | 20001 |
ValueSet.expansion[0].contains[67].display[0] | Unrecognised Recipient Person |
ValueSet.expansion[0].contains[68].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[68].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[68].code[0] | 20003 |
ValueSet.expansion[0].contains[68].display[0] | Unrecognised Sender |
ValueSet.expansion[0].contains[69].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode |
ValueSet.expansion[0].contains[69].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[69].code[0] | 20005 |
ValueSet.expansion[0].contains[69].display[0] | Unsupported file type received as an attachment |
ValueSet.expansion[0].contains[70].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[70].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[70].code[0] | UNSUPPORTED_SERVICE |
ValueSet.expansion[0].contains[70].display[0] | Unsupported service |
ValueSet.expansion[0].contains[71].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[71].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[71].code[0] | UNSUPPORTED_VALUE |
ValueSet.expansion[0].contains[71].display[0] | Unsupported value |
ValueSet.expansion[0].contains[72].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode |
ValueSet.expansion[0].contains[72].version[0] | 1.0.0 |
ValueSet.expansion[0].contains[72].code[0] | VALIDATION_ERROR |
ValueSet.expansion[0].contains[72].display[0] | Validation error |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-OperationOutcomeIssueDetails" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-OperationOutcomeIssueDetails" /> <version value="1.1.0" /> <name value="UKCoreOperationOutcomeIssueDetails" /> <title value="UK Core Operation Outcome Issue Details" /> <status value="retired" /> <date value="2024-02-12" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define details of the exact issue." /> <copyright value="Copyright © 2021+ HL7 UK 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." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> </include> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> </include> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> </include> </compose> <expansion> <identifier value="0f3cdbf7-e14e-475f-8bd8-b9dc66721d05" /> <timestamp value="2022-01-12T09:32:58+00:00" /> <total value="73" /> <offset value="0" /> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode|1.0.0" /> </parameter> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode|1.0.0" /> </parameter> <parameter> <name value="version" /> <valueUri value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode|1.0.0" /> </parameter> <parameter> <name value="count" /> <valueInteger value="2147483647" /> </parameter> <parameter> <name value="offset" /> <valueInteger value="0" /> </parameter> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="ACCESS_DENIED" /> <display value="Access has been denied to process this request" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="ADDITIONAL_PROPERTIES" /> <display value="Additional properties" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10003" /> <display value="Business Level Response Value - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="CLAIM_AMEND_PERIOD_ISSUE" /> <display value="Claim amendment is not permitted outside of the claim period" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="MISSING_DIGITAL_SIGNATURE" /> <display value="Digital signature not found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="DISPENSE_AMEND_IDENTIFIER_MISMATCH" /> <display value="Dispense Amendment/Cancellation Request does not pertain to Last Dispense" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20008" /> <display value="Duplicate Document received" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="DUPLICATE_MEDICATIONREQUEST_ID" /> <display value="Duplicate item ID exists" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20007" /> <display value="Duplicate Message received" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="DUPLICATE_PRESCRIPTION_ID" /> <display value="Duplicate prescription ID exists" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="INVALID_CHECK_DIGIT" /> <display value="Error in check digit" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="FAILURE_TO_PROCESS_MESSAGE" /> <display value="Failure to process message" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="FORBIDDEN_UPDATE" /> <display value="Forbidden update" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="INVALID_DATE_FORMAT" /> <display value="Format of date passed is invalid" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="SERVICE_DISABLED" /> <display value="functionality disabled in spine" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10008" /> <display value="Handling Specification Business Rule Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10001" /> <display value="Handling Specification Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10002" /> <display value="Infrastructure Level Response Value - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="CLAIM_INVALID_NOT_DISPENSED" /> <display value="Invalid Claim. Prescription is not Dispensed" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="INVALID_MESSAGE" /> <display value="Invalid message" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="INVALID_RESOURCE_ID" /> <display value="Invalid resource ID" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="INVALID_SEARCH_DATA" /> <display value="Invalid search data" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_INVALID_STATE_TRANSITION" /> <display value="Invalid State Transition for Prescription" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="MEDICATIONREQUEST_INVALID_STATE_TRANSITION" /> <display value="Invalid State Transition for Prescription Item" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="INVALID_UPDATE" /> <display value="Invalid update" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="INVALID_VALUE" /> <display value="Invalid value" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="INVALIDATED_RESOURCE" /> <display value="Invalidated resource" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20006" /> <display value="ITK header validation failure" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10004" /> <display value="Message Definition Value - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10005" /> <display value="Message Definition Version Value - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20015" /> <display value="Message too large" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="MISMATCH_AUTHORISED_REPEAT_COUNT" /> <display value="Mismatch in authorised repeat counts" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="MISSING_VALUE" /> <display value="Missing value" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="NO_MORE_PRESCRIPTIONS" /> <display value="No more prescriptions available" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20004" /> <display value="Non-Approved file type received as an attachment" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="INVALID_NUMBER_MEDICATIONREQUESTS" /> <display value="Number of items on a prescription SHALL be between 1 and 4" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PATIENT_DECEASED" /> <display value="Patient is recorded as dead" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="30004" /> <display value="Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="30001" /> <display value="Patient known here. (e.g. Patient is registered here)" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="30003" /> <display value="Patient no longer at this clinical setting" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="30002" /> <display value="Patient not known here. (aka 'patient record not present in system')" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20009" /> <display value="Payload validation failure" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="POLLING_ID_NOT_FOUND" /> <display value="Polling ID not found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="POLLING_MESSAGE_FAILURE" /> <display value="Polling message failure" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="PRECONDITION_FAILED" /> <display value="Precondition failed" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_NOT_FOUND" /> <display value="Prescription can not be found. Contact prescriber" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_CANCELLED" /> <display value="Prescription has been cancelled" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_DISPENSED" /> <display value="Prescription has been dispensed" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_EXPIRED" /> <display value="Prescription has expired" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="PRESCRIPTION_WITH_ANOTHER_DISPENSER" /> <display value="Prescription is with another dispenser" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="MEDICATIONREQUEST_NOT_FOUND" /> <display value="Prescription Item Not found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10010" /> <display value="Recipient Type - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" /> <version value="1.0.0" /> <code value="INVALID_REPEAT_COUNT" /> <display value="Repeat count SHALL be between 1 and 99" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="RESOURCE_NOT_FOUND" /> <display value="Resource not found" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="RESOURCE_VERSION_MISMATCH" /> <display value="Resource version mismatch" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10007" /> <display value="Sender Reference Value - Processing Error" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20013" /> <display value="Success" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="TOO_FEW_VALUES_SUBMITTED" /> <display value="Too few values submitted" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="TOO_MANY_MATCHES" /> <display value="Too many matches" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="TOO_MANY_VALUES_SUBMITTED" /> <display value="Too many values submitted" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="UNABLE_TO_CALL_SERVICE" /> <display value="Unable to call service" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20014" /> <display value="Unable to Process Replacement Document" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20012" /> <display value="Unauthorised Sender" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="10009" /> <display value="Unreadable message received" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20010" /> <display value="Unrecognised Payload Recipient Organisation" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20011" /> <display value="Unrecognised Payload Recipient Person" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20002" /> <display value="Unrecognised Recipient Organisation" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20001" /> <display value="Unrecognised Recipient Person" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20003" /> <display value="Unrecognised Sender" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" /> <version value="1.0.0" /> <code value="20005" /> <display value="Unsupported file type received as an attachment" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="UNSUPPORTED_SERVICE" /> <display value="Unsupported service" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="UNSUPPORTED_VALUE" /> <display value="Unsupported value" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" /> <version value="1.0.0" /> <code value="VALIDATION_ERROR" /> <display value="Validation error" /> </contains> </expansion> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-OperationOutcomeIssueDetails", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-OperationOutcomeIssueDetails", "version": "1.1.0", "name": "UKCoreOperationOutcomeIssueDetails", "title": "UK Core Operation Outcome Issue Details", "status": "retired", "date": "2024-02-12", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define details of the exact issue.", "copyright": "Copyright © 2021+ HL7 UK 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.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode" } ] }, "expansion": { "identifier": "0f3cdbf7-e14e-475f-8bd8-b9dc66721d05", "timestamp": "2022-01-12T09:32:58+00:00", "total": 73, "offset": 0, "parameter": [ { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode|1.0.0" }, { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode|1.0.0" }, { "name": "version", "valueUri": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode|1.0.0" }, { "name": "count", "valueInteger": 2147483647 }, { "name": "offset", "valueInteger": 0 } ], "contains": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "ACCESS_DENIED", "display": "Access has been denied to process this request" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "ADDITIONAL_PROPERTIES", "display": "Additional properties" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10003", "display": "Business Level Response Value - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "CLAIM_AMEND_PERIOD_ISSUE", "display": "Claim amendment is not permitted outside of the claim period" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "MISSING_DIGITAL_SIGNATURE", "display": "Digital signature not found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "DISPENSE_AMEND_IDENTIFIER_MISMATCH", "display": "Dispense Amendment/Cancellation Request does not pertain to Last Dispense" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20008", "display": "Duplicate Document received" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "DUPLICATE_MEDICATIONREQUEST_ID", "display": "Duplicate item ID exists" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20007", "display": "Duplicate Message received" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "DUPLICATE_PRESCRIPTION_ID", "display": "Duplicate prescription ID exists" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "INVALID_CHECK_DIGIT", "display": "Error in check digit" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "FAILURE_TO_PROCESS_MESSAGE", "display": "Failure to process message" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "FORBIDDEN_UPDATE", "display": "Forbidden update" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "INVALID_DATE_FORMAT", "display": "Format of date passed is invalid" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "SERVICE_DISABLED", "display": "functionality disabled in spine" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10008", "display": "Handling Specification Business Rule Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10001", "display": "Handling Specification Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10002", "display": "Infrastructure Level Response Value - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "CLAIM_INVALID_NOT_DISPENSED", "display": "Invalid Claim. Prescription is not Dispensed" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "INVALID_MESSAGE", "display": "Invalid message" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "INVALID_RESOURCE_ID", "display": "Invalid resource ID" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "INVALID_SEARCH_DATA", "display": "Invalid search data" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_INVALID_STATE_TRANSITION", "display": "Invalid State Transition for Prescription" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "MEDICATIONREQUEST_INVALID_STATE_TRANSITION", "display": "Invalid State Transition for Prescription Item" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "INVALID_UPDATE", "display": "Invalid update" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "INVALID_VALUE", "display": "Invalid value" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "INVALIDATED_RESOURCE", "display": "Invalidated resource" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20006", "display": "ITK header validation failure" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10004", "display": "Message Definition Value - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10005", "display": "Message Definition Version Value - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20015", "display": "Message too large" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "MISMATCH_AUTHORISED_REPEAT_COUNT", "display": "Mismatch in authorised repeat counts" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "MISSING_VALUE", "display": "Missing value" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "NO_MORE_PRESCRIPTIONS", "display": "No more prescriptions available" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20004", "display": "Non-Approved file type received as an attachment" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "INVALID_NUMBER_MEDICATIONREQUESTS", "display": "Number of items on a prescription SHALL be between 1 and 4" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PATIENT_DECEASED", "display": "Patient is recorded as dead" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "30004", "display": "Patient known here and recently deceased (i.e. patient record current in GP practice system at time of patient’s death and deduction subsequently occurred for this reason)" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "30001", "display": "Patient known here. (e.g. Patient is registered here)" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "30003", "display": "Patient no longer at this clinical setting" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "30002", "display": "Patient not known here. (aka 'patient record not present in system')" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20009", "display": "Payload validation failure" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "POLLING_ID_NOT_FOUND", "display": "Polling ID not found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "POLLING_MESSAGE_FAILURE", "display": "Polling message failure" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "PRECONDITION_FAILED", "display": "Precondition failed" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_NOT_FOUND", "display": "Prescription can not be found. Contact prescriber" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_CANCELLED", "display": "Prescription has been cancelled" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_DISPENSED", "display": "Prescription has been dispensed" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_EXPIRED", "display": "Prescription has expired" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "PRESCRIPTION_WITH_ANOTHER_DISPENSER", "display": "Prescription is with another dispenser" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "MEDICATIONREQUEST_NOT_FOUND", "display": "Prescription Item Not found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10010", "display": "Recipient Type - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EPSIssueCode", "version": "1.0.0", "code": "INVALID_REPEAT_COUNT", "display": "Repeat count SHALL be between 1 and 99" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "RESOURCE_NOT_FOUND", "display": "Resource not found" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "RESOURCE_VERSION_MISMATCH", "display": "Resource version mismatch" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10007", "display": "Sender Reference Value - Processing Error" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20013", "display": "Success" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "TOO_FEW_VALUES_SUBMITTED", "display": "Too few values submitted" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "TOO_MANY_MATCHES", "display": "Too many matches" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "TOO_MANY_VALUES_SUBMITTED", "display": "Too many values submitted" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "UNABLE_TO_CALL_SERVICE", "display": "Unable to call service" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20014", "display": "Unable to Process Replacement Document" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20012", "display": "Unauthorised Sender" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "10009", "display": "Unreadable message received" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20010", "display": "Unrecognised Payload Recipient Organisation" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20011", "display": "Unrecognised Payload Recipient Person" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20002", "display": "Unrecognised Recipient Organisation" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20001", "display": "Unrecognised Recipient Person" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20003", "display": "Unrecognised Sender" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ITKResponseCode", "version": "1.0.0", "code": "20005", "display": "Unsupported file type received as an attachment" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "UNSUPPORTED_SERVICE", "display": "Unsupported service" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "UNSUPPORTED_VALUE", "display": "Unsupported value" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SpineErrorOrWarningCode", "version": "1.0.0", "code": "VALIDATION_ERROR", "display": "Validation error" } ] } }
UK Core Period Type
HTML View
ValueSet 'UKCorePeriodType'
Version | 1.0.0 |
Published by | HL7 UK |
Status | Draft (since 2023-10-13) |
A ValueSet to identify the type of period data being recorded.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem UKCorePeriodType
Expansion
This expansion was generated on 2023-10-13T13:34:44+00:00
This value set contains 2 concepts
Code | System | Display |
---|---|---|
legal | https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType | Legal |
operational | https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType | Operational |
Table View
ValueSet.id[0] | UKCore-PeriodType |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-PeriodType |
ValueSet.version[0] | 1.0.0 |
ValueSet.name[0] | UKCorePeriodType |
ValueSet.title[0] | UK Core Period Type |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2023-10-13 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A ValueSet to identify the type of period data being recorded. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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. |
ValueSet.compose[0].include[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType |
ValueSet.expansion[0].identifier[0] | 94af73b0-8078-4323-be5e-43ced75666fb |
ValueSet.expansion[0].timestamp[0] | 2023-10-13T13:34:44+00:00 |
ValueSet.expansion[0].total[0] | 2 |
ValueSet.expansion[0].offset[0] | 0 |
ValueSet.expansion[0].contains[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType |
ValueSet.expansion[0].contains[0].code[0] | legal |
ValueSet.expansion[0].contains[0].display[0] | Legal |
ValueSet.expansion[0].contains[1].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType |
ValueSet.expansion[0].contains[1].code[0] | operational |
ValueSet.expansion[0].contains[1].display[0] | Operational |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-PeriodType" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-PeriodType" /> <version value="1.0.0" /> <name value="UKCorePeriodType" /> <title value="UK Core Period Type" /> <status value="draft" /> <date value="2023-10-13" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A ValueSet to identify the type of period data being recorded." /> <copyright value="Copyright © 2021+ HL7 UK 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." /> <compose> <include> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> </include> </compose> <expansion> <identifier value="94af73b0-8078-4323-be5e-43ced75666fb" /> <timestamp value="2023-10-13T13:34:44+00:00" /> <total value="2" /> <offset value="0" /> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> <code value="legal" /> <display value="Legal" /> </contains> <contains> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" /> <code value="operational" /> <display value="Operational" /> </contains> </expansion> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-PeriodType", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-PeriodType", "version": "1.0.0", "name": "UKCorePeriodType", "title": "UK Core Period Type", "status": "draft", "date": "2023-10-13", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A ValueSet to identify the type of period data being recorded.", "copyright": "Copyright © 2021+ HL7 UK 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.", "compose": { "include": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType" } ] }, "expansion": { "identifier": "94af73b0-8078-4323-be5e-43ced75666fb", "timestamp": "2023-10-13T13:34:44+00:00", "total": 2, "offset": 0, "contains": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType", "code": "legal", "display": "Legal" }, { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PeriodType", "code": "operational", "display": "Operational" } ] } }
UK Core Questionnaire Question Codes
HTML View
ValueSet 'UKCoreQuestionnaireQuestionCodes'
Version | 1.0.0 |
Published by | HL7 UK |
Status | Draft (since 2024-02-12) |
A set of codes that define questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future.
Contact Information
HL7 UK
Email: ukcore@hl7.org.uk
This value set includes codes from the following code systems:
- Import all codes from CodeSystem SNOMED_CT
Table View
ValueSet.id[0] | UKCore-QuestionnaireQuestionCodes |
ValueSet.url[0] | https://fhir.hl7.org.uk/ValueSet/UKCore-QuestionnaireQuestionCodes |
ValueSet.version[0] | 1.0.0 |
ValueSet.name[0] | UKCoreQuestionnaireQuestionCodes |
ValueSet.title[0] | UK Core Questionnaire Question Codes |
ValueSet.status[0] | draft |
ValueSet.date[0] | 2024-02-12 |
ValueSet.publisher[0] | HL7 UK |
ValueSet.contact[0].name[0] | HL7 UK |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A set of codes that define questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future. |
ValueSet.copyright[0] | Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement. |
ValueSet.compose[0].include[0].system[0] | http://snomed.info/sct |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="UKCore-QuestionnaireQuestionCodes" /> <url value="https://fhir.hl7.org.uk/ValueSet/UKCore-QuestionnaireQuestionCodes" /> <version value="1.0.0" /> <name value="UKCoreQuestionnaireQuestionCodes" /> <title value="UK Core Questionnaire Question Codes" /> <status value="draft" /> <date value="2024-02-12" /> <publisher value="HL7 UK" /> <contact> <name value="HL7 UK" /> <telecom> <system value="email" /> <value value="ukcore@hl7.org.uk" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A set of codes that define questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future." /> <copyright value="Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement." /> <compose> <include> <system value="http://snomed.info/sct" /> </include> </compose> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "UKCore-QuestionnaireQuestionCodes", "url": "https://fhir.hl7.org.uk/ValueSet/UKCore-QuestionnaireQuestionCodes", "version": "1.0.0", "name": "UKCoreQuestionnaireQuestionCodes", "title": "UK Core Questionnaire Question Codes", "status": "draft", "date": "2024-02-12", "publisher": "HL7 UK", "contact": [ { "name": "HL7 UK", "telecom": [ { "system": "email", "value": "ukcore@hl7.org.uk", "use": "work", "rank": 1 } ] } ], "description": "A set of codes that define questions or groups of questions, consisting of the entirety of the SNOMED CT UK Coding System. This set of codes may not necessarily be complete or appropriate and may require further discussion in the future.", "copyright": "Copyright © 2021+ HL7 UK 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.<br$gt;This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", "compose": { "include": [ { "system": "http://snomed.info/sct" } ] } }