Notice: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
HTML View
ValueSet 'EnglandScreeningSourceOfServiceRequest'
Version | 0.1.0 |
Published by | NHS England |
Status | Draft (since 2024-11-22) |
Experimental | False |
A ValueSet used to indicate the source of the service request associated with a screening episode. The codes and their description are datasets definition from the Breast Screening Service (BS-Select).
Contact Information
NHS England
Email: interoperabilityteam@nhs.net
Expansion
This expansion was generated on 2024-11-22T12:00:00+00:00
Code | System | Display |
---|---|---|
1101191000000106 | http://snomed.info/sct | General practitioner practice (qualifier value) |
310126000 | http://snomed.info/sct | Breast screening service (qualifier value) |
Table View
ValueSet.id[0] | England-ScreeningSourceOfServiceRequest |
ValueSet.url[0] | https://fhir.nhs.uk/England/ValueSet/England-ScreeningSourceOfServiceRequest |
ValueSet.version[0] | 0.1.0 |
ValueSet.name[0] | EnglandScreeningSourceOfServiceRequest |
ValueSet.title[0] | England Screening Source Of Service Request |
ValueSet.status[0] | draft |
ValueSet.experimental[0] | False |
ValueSet.date[0] | 2024-11-22 |
ValueSet.publisher[0] | NHS England |
ValueSet.contact[0].name[0] | NHS England |
ValueSet.contact[0].telecom[0].system[0] | |
ValueSet.contact[0].telecom[0].value[0] | interoperabilityteam@nhs.net |
ValueSet.contact[0].telecom[0].use[0] | work |
ValueSet.contact[0].telecom[0].rank[0] | 1 |
ValueSet.description[0] | A ValueSet used to indicate the source of the service request associated with a screening episode. The codes and their description are datasets definition from the Breast Screening Service (BS-Select). |
ValueSet.copyright[0] | Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html. |
ValueSet.expansion[0].timestamp[0] | 2024-11-22T12:00:00+00:00 |
ValueSet.expansion[0].contains[0].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[0].code[0] | 1101191000000106 |
ValueSet.expansion[0].contains[0].display[0] | General practitioner practice (qualifier value) |
ValueSet.expansion[0].contains[1].system[0] | http://snomed.info/sct |
ValueSet.expansion[0].contains[1].code[0] | 310126000 |
ValueSet.expansion[0].contains[1].display[0] | Breast screening service (qualifier value) |
XML View
<ValueSet xmlns="http://hl7.org/fhir"> <id value="England-ScreeningSourceOfServiceRequest" /> <url value="https://fhir.nhs.uk/England/ValueSet/England-ScreeningSourceOfServiceRequest" /> <version value="0.1.0" /> <name value="EnglandScreeningSourceOfServiceRequest" /> <title value="England Screening Source Of Service Request" /> <status value="draft" /> <experimental value="false" /> <date value="2024-11-22" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <description value="A ValueSet used to indicate the source of the service request associated with a screening episode. The codes and their description are datasets definition from the Breast Screening Service (BS-Select)." /> <copyright value="Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html." /> <expansion> <timestamp value="2024-11-22T12:00:00+00:00" /> <contains> <system value="http://snomed.info/sct" /> <code value="1101191000000106" /> <display value="General practitioner practice (qualifier value)" /> </contains> <contains> <system value="http://snomed.info/sct" /> <code value="310126000" /> <display value="Breast screening service (qualifier value)" /> </contains> </expansion> </ValueSet>
JSON View
{ "resourceType": "ValueSet", "id": "England-ScreeningSourceOfServiceRequest", "url": "https://fhir.nhs.uk/England/ValueSet/England-ScreeningSourceOfServiceRequest", "version": "0.1.0", "name": "EnglandScreeningSourceOfServiceRequest", "title": "England Screening Source Of Service Request", "status": "draft", "experimental": false, "date": "2024-11-22", "publisher": "NHS England", "contact": [ { "name": "NHS England", "telecom": [ { "system": "email", "value": "interoperabilityteam@nhs.net", "use": "work", "rank": 1 } ] } ], "description": "A ValueSet used to indicate the source of the service request associated with a screening episode. The codes and their description are datasets definition from the Breast Screening Service (BS-Select).", "copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.", "expansion": { "timestamp": "2024-11-22T12:00:00+00:00", "contains": [ { "system": "http://snomed.info/sct", "code": "1101191000000106", "display": "General practitioner practice (qualifier value)" }, { "system": "http://snomed.info/sct", "code": "310126000", "display": "Breast screening service (qualifier value)" } ] } }