- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
Important
This CodeSystem is new for STU3.UK Core WithheldIdentitiy Reason
Description |
---|
A set of codes that define the valid reason for which a record has been purposely anonymised. These codes and their descriptions are copied from the content of the NHS Data Model and Dictionary web page on 2024-06-14. |
HTML View
This code system https://fhir.hl7.org.uk/CodeSystem/UKCore-WithheldIdentityReason defines the following codes:
Table View
CodeSystem.id[0] | UKCore-WithheldIdentityReason |
CodeSystem.url[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-WithheldIdentityReason |
CodeSystem.version[0] | 0.0.1 |
CodeSystem.name[0] | UKCoreWithheldIdentityReason |
CodeSystem.title[0] | UK Core Withheld Identity Reason |
CodeSystem.status[0] | draft |
CodeSystem.date[0] | 2024-06-14 |
CodeSystem.publisher[0] | HL7 UK |
CodeSystem.contact[0].name[0] | HL7 UK |
CodeSystem.contact[0].telecom[0].system[0] | |
CodeSystem.contact[0].telecom[0].value[0] | ukcore@hl7.org.uk |
CodeSystem.contact[0].telecom[0].use[0] | work |
CodeSystem.contact[0].telecom[0].rank[0] | 1 |
CodeSystem.description[0] | A set of codes that define the valid reason for which a record has been purposely anonymised. These codes and their descriptions are copied from the content of the [NHS Data Model and Dictionary](https://www.datadictionary.nhs.uk/data_elements/withheld_identity_reason.html) web page on 2024-06-14. |
CodeSystem.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. |
CodeSystem.caseSensitive[0] | True |
CodeSystem.content[0] | complete |
CodeSystem.count[0] | 5 |
CodeSystem.concept[0].code[0] | 01 |
CodeSystem.concept[0].display[0] | Record anonymised for legal/statutory reasons |
CodeSystem.concept[1].code[0] | 02 |
CodeSystem.concept[1].display[0] | Record anonymised at request of Caldicott Guardian |
CodeSystem.concept[2].code[0] | 03 |
CodeSystem.concept[2].display[0] | Record anonymised at request of Patient |
CodeSystem.concept[3].code[0] | 97 |
CodeSystem.concept[3].display[0] | Record anonymised for other reason |
CodeSystem.concept[4].code[0] | 99 |
CodeSystem.concept[4].display[0] | Identity withheld but reason not known |
XML View
<CodeSystem xmlns="http://hl7.org/fhir"> <id value="UKCore-WithheldIdentityReason" /> <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-WithheldIdentityReason" /> <version value="0.0.1" /> <name value="UKCoreWithheldIdentityReason" /> <title value="UK Core Withheld Identity Reason" /> <status value="draft" /> <date value="2024-06-14" /> <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 valid reason for which a record has been purposely anonymised. These codes and their descriptions are copied from the content of the [NHS Data Model and Dictionary](https://www.datadictionary.nhs.uk/data_elements/withheld_identity_reason.html) web page on 2024-06-14." /> <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." /> <caseSensitive value="true" /> <content value="complete" /> <count value="5" /> <concept> <code value="01" /> <display value="Record anonymised for legal/statutory reasons" /> </concept> <concept> <code value="02" /> <display value="Record anonymised at request of Caldicott Guardian" /> </concept> <concept> <code value="03" /> <display value="Record anonymised at request of Patient" /> </concept> <concept> <code value="97" /> <display value="Record anonymised for other reason" /> </concept> <concept> <code value="99" /> <display value="Identity withheld but reason not known" /> </concept> </CodeSystem>
JSON View
{ "resourceType": "CodeSystem", "id": "UKCore-WithheldIdentityReason", "url": "https://fhir.hl7.org.uk/CodeSystem/UKCore-WithheldIdentityReason", "version": "0.0.1", "name": "UKCoreWithheldIdentityReason", "title": "UK Core Withheld Identity Reason", "status": "draft", "date": "2024-06-14", "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 valid reason for which a record has been purposely anonymised. These codes and their descriptions are copied from the content of the [NHS Data Model and Dictionary](https://www.datadictionary.nhs.uk/data_elements/withheld_identity_reason.html) web page on 2024-06-14.", "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.", "caseSensitive": true, "content": "complete", "count": 5, "concept": [ { "code": "01", "display": "Record anonymised for legal/statutory reasons" }, { "code": "02", "display": "Record anonymised at request of Caldicott Guardian" }, { "code": "03", "display": "Record anonymised at request of Patient" }, { "code": "97", "display": "Record anonymised for other reason" }, { "code": "99", "display": "Identity withheld but reason not known" } ] }
Feedback
Click here to:Report issue for CodeSystem-UKCore-WithheldIdentityReason, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,