CodeSystem-England-EpisodeFinalAction

Description

A CodeSystem used to specify the actions or events that should occur after the closure of an episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).

HTML View

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

CodeDisplay
ECShort Term Recall(early clinic)
MTMedical Treatment
FPFollow-up
RRRoutine Call

Table View

CodeSystem.id[0]England-EpisodeFinalAction
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-EpisodeFinalAction
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandEpisodeFinalAction
CodeSystem.title[0]England Episode Final Action
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-21
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to specify the actions or events that should occur after the closure of an episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]4
CodeSystem.concept[0].code[0]EC
CodeSystem.concept[0].display[0]Short Term Recall(early clinic)
CodeSystem.concept[1].code[0]MT
CodeSystem.concept[1].display[0]Medical Treatment
CodeSystem.concept[2].code[0]FP
CodeSystem.concept[2].display[0]Follow-up
CodeSystem.concept[3].code[0]RR
CodeSystem.concept[3].display[0]Routine Call

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-EpisodeFinalAction" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-EpisodeFinalAction" />
    <version value="0.1.0" />
    <name value="EnglandEpisodeFinalAction" />
    <title value="England Episode Final Action" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-11-21" />
    <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 CodeSystem used to specify the actions or events that should occur after the closure of an episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)." />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="4" />
    <concept>
        <code value="EC" />
        <display value="Short Term Recall(early clinic)" />
    </concept>
    <concept>
        <code value="MT" />
        <display value="Medical Treatment" />
    </concept>
    <concept>
        <code value="FP" />
        <display value="Follow-up" />
    </concept>
    <concept>
        <code value="RR" />
        <display value="Routine Call" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-EpisodeFinalAction",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-EpisodeFinalAction",
    "version": "0.1.0",
    "name": "EnglandEpisodeFinalAction",
    "title": "England Episode Final Action",
    "status": "draft",
    "experimental": false,
    "date": "2024-11-21",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem used to specify the actions or events that should occur after the closure of an 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 4,
    "concept":  [
        {
            "code": "EC",
            "display": "Short Term Recall(early clinic)"
        },
        {
            "code": "MT",
            "display": "Medical Treatment"
        },
        {
            "code": "FP",
            "display": "Follow-up"
        },
        {
            "code": "RR",
            "display": "Routine Call"
        }
    ]
}


CodeSystem-England-EpisodeType

Description

A CodeSystem used to indicate the type of screening episode that a subject has underwent. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
CCall
RRecall
EEarly Recall
HHigh-Risk
GGP Referral
SSelf Referral
THR ST recall

Table View

CodeSystem.id[0]England-EpisodeType
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-EpisodeType
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandEpisodeType
CodeSystem.title[0]England Episode Type
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-21
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate the type of screening episode that a subject has underwent. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]7
CodeSystem.concept[0].code[0]C
CodeSystem.concept[0].display[0]Call
CodeSystem.concept[1].code[0]R
CodeSystem.concept[1].display[0]Recall
CodeSystem.concept[2].code[0]E
CodeSystem.concept[2].display[0]Early Recall
CodeSystem.concept[3].code[0]H
CodeSystem.concept[3].display[0]High-Risk
CodeSystem.concept[4].code[0]G
CodeSystem.concept[4].display[0]GP Referral
CodeSystem.concept[5].code[0]S
CodeSystem.concept[5].display[0]Self Referral
CodeSystem.concept[6].code[0]T
CodeSystem.concept[6].display[0]HR ST recall

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-EpisodeType" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-EpisodeType" />
    <version value="0.1.0" />
    <name value="EnglandEpisodeType" />
    <title value="England Episode Type" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-11-21" />
    <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 CodeSystem used to indicate the type of screening episode that a subject has underwent. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="7" />
    <concept>
        <code value="C" />
        <display value="Call" />
    </concept>
    <concept>
        <code value="R" />
        <display value="Recall" />
    </concept>
    <concept>
        <code value="E" />
        <display value="Early Recall" />
    </concept>
    <concept>
        <code value="H" />
        <display value="High-Risk" />
    </concept>
    <concept>
        <code value="G" />
        <display value="GP Referral" />
    </concept>
    <concept>
        <code value="S" />
        <display value="Self Referral" />
    </concept>
    <concept>
        <code value="T" />
        <display value="HR ST recall" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-EpisodeType",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-EpisodeType",
    "version": "0.1.0",
    "name": "EnglandEpisodeType",
    "title": "England Episode Type",
    "status": "draft",
    "experimental": false,
    "date": "2024-11-21",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem used to indicate the type of screening episode that a subject has underwent. 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 7,
    "concept":  [
        {
            "code": "C",
            "display": "Call"
        },
        {
            "code": "R",
            "display": "Recall"
        },
        {
            "code": "E",
            "display": "Early Recall"
        },
        {
            "code": "H",
            "display": "High-Risk"
        },
        {
            "code": "G",
            "display": "GP Referral"
        },
        {
            "code": "S",
            "display": "Self Referral"
        },
        {
            "code": "T",
            "display": "HR ST recall"
        }
    ]
}

CodeSystem-England-ScreeningCategoryFlag

Description

A CodeSystem used to indicate the context of a flag for screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
subject-statusSubject Status
removal-reasonRemoval Reason
reason-for-ceasingReason For Ceasing
is-higher-riskIs Higher Risk
higher-risk-referral-reasonHigher Risk Referral Reason
ntdd-calculation-methodNTDD Calculation Method

Table View

CodeSystem.id[0]England-ScreeningCategoryFlag
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCategoryFlag
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningCategoryFlag
CodeSystem.title[0]England Screening Category Flag
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-21
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate the context of a flag for screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]6
CodeSystem.concept[0].code[0]subject-status
CodeSystem.concept[0].display[0]Subject Status
CodeSystem.concept[1].code[0]removal-reason
CodeSystem.concept[1].display[0]Removal Reason
CodeSystem.concept[2].code[0]reason-for-ceasing
CodeSystem.concept[2].display[0]Reason For Ceasing
CodeSystem.concept[3].code[0]is-higher-risk
CodeSystem.concept[3].display[0]Is Higher Risk
CodeSystem.concept[4].code[0]higher-risk-referral-reason
CodeSystem.concept[4].display[0]Higher Risk Referral Reason
CodeSystem.concept[5].code[0]ntdd-calculation-method
CodeSystem.concept[5].display[0]NTDD Calculation Method

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningCategoryFlag" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCategoryFlag" />
    <version value="0.1.0" />
    <name value="EnglandScreeningCategoryFlag" />
    <title value="England Screening Category Flag" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-11-21" />
    <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 CodeSystem used to indicate the context of a flag for screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="6" />
    <concept>
        <code value="subject-status" />
        <display value="Subject Status" />
    </concept>
    <concept>
        <code value="removal-reason" />
        <display value="Removal Reason" />
    </concept>
    <concept>
        <code value="reason-for-ceasing" />
        <display value="Reason For Ceasing" />
    </concept>
    <concept>
        <code value="is-higher-risk" />
        <display value="Is Higher Risk" />
    </concept>
    <concept>
        <code value="higher-risk-referral-reason" />
        <display value="Higher Risk Referral Reason" />
    </concept>
    <concept>
        <code value="ntdd-calculation-method" />
        <display value="NTDD Calculation Method" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningCategoryFlag",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCategoryFlag",
    "version": "0.1.0",
    "name": "EnglandScreeningCategoryFlag",
    "title": "England Screening Category Flag",
    "status": "draft",
    "experimental": false,
    "date": "2024-11-21",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem used to indicate the context of a flag for 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 6,
    "concept":  [
        {
            "code": "subject-status",
            "display": "Subject Status"
        },
        {
            "code": "removal-reason",
            "display": "Removal Reason"
        },
        {
            "code": "reason-for-ceasing",
            "display": "Reason For Ceasing"
        },
        {
            "code": "is-higher-risk",
            "display": "Is Higher Risk"
        },
        {
            "code": "higher-risk-referral-reason",
            "display": "Higher Risk Referral Reason"
        },
        {
            "code": "ntdd-calculation-method",
            "display": "NTDD Calculation Method"
        }
    ]
}


CodeSystem-England-ScreeningCeasedCode

Description

A CodeSystem used to classify the reason screening episode ceased. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
informed-subject-choiceInformed Subject Choice
bilateral-mastectomyBilateral Mastectomy
mental-capacity-actMental Capacity Act
personal-welfarePersonal Welfare

Table View

CodeSystem.id[0]England-ScreeningCeasedCode
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCeasedCode
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningCeasedCode
CodeSystem.title[0]England Screening Ceased Code
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-22
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to classify the reason screening episode ceased. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]4
CodeSystem.concept[0].code[0]informed-subject-choice
CodeSystem.concept[0].display[0]Informed Subject Choice
CodeSystem.concept[1].code[0]bilateral-mastectomy
CodeSystem.concept[1].display[0]Bilateral Mastectomy
CodeSystem.concept[2].code[0]mental-capacity-act
CodeSystem.concept[2].display[0]Mental Capacity Act
CodeSystem.concept[3].code[0]personal-welfare
CodeSystem.concept[3].display[0]Personal Welfare

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningCeasedCode" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCeasedCode" />
    <version value="0.1.0" />
    <name value="EnglandScreeningCeasedCode" />
    <title value="England Screening Ceased Code" />
    <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 CodeSystem used to classify the reason screening episode ceased. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="4" />
    <concept>
        <code value="informed-subject-choice" />
        <display value="Informed Subject Choice" />
    </concept>
    <concept>
        <code value="bilateral-mastectomy" />
        <display value="Bilateral Mastectomy" />
    </concept>
    <concept>
        <code value="mental-capacity-act" />
        <display value="Mental Capacity Act" />
    </concept>
    <concept>
        <code value="personal-welfare" />
        <display value="Personal Welfare" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningCeasedCode",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningCeasedCode",
    "version": "0.1.0",
    "name": "EnglandScreeningCeasedCode",
    "title": "England Screening Ceased Code",
    "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 CodeSystem used to classify the reason screening episode ceased. 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 4,
    "concept":  [
        {
            "code": "informed-subject-choice",
            "display": "Informed Subject Choice"
        },
        {
            "code": "bilateral-mastectomy",
            "display": "Bilateral Mastectomy"
        },
        {
            "code": "mental-capacity-act",
            "display": "Mental Capacity Act"
        },
        {
            "code": "personal-welfare",
            "display": "Personal Welfare"
        }
    ]
}


CodeSystem-England-ScreeningEndCode

Description

A CodeSystem used to indicate the reason a screening episode was closed. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
ARRandomised Out
BSBeing Screened
CPUnder Care Permanently
CTUnder Care Temporarily
DDDeceased DD
DEDefaulted
DNADid Not Attend
DNRDid Not Respond
DUDetails Unknown
FBClosed Being Screened
FCCeased
FDDeceased FD
FFFP69 Status
FMMoved Away
FPFPC Closed Prematurely
FSSuspended
FXWO Withdrawn
HROn Higher Risk
MVMoved
NANon Attender
NKNot Known At This Address
NRNon Responder
NSAttended, Not Screened
NTNo Transport
OPOpted Out Permanently
OTOpted Out Temporarily
PCPremature Closure Of Episode
RRoutine Closure
RSRecently Screened
SCScreening Complete
WBWithdrawn (Already Being Screened)
WCWithdrawn (Ceased From Call/Recall System)
WDWithdrawn (Died Since Included In Batch)
WFWithdrawn (FP69 Status)
WMWithdrawn (Moved)
WOWithdrawn (Other Reason)
WSWithdrawn (Randomised Out/Prev. Suspended)
XEpisode Closed, Other Reason

Table View

CodeSystem.id[0]England-ScreeningEndCode
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningEndCode
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningEndCode
CodeSystem.title[0]England Screening End Code
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-22
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate the reason a screening episode was closed. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]38
CodeSystem.concept[0].code[0]AR
CodeSystem.concept[0].display[0]Randomised Out
CodeSystem.concept[1].code[0]BS
CodeSystem.concept[1].display[0]Being Screened
CodeSystem.concept[2].code[0]CP
CodeSystem.concept[2].display[0]Under Care Permanently
CodeSystem.concept[3].code[0]CT
CodeSystem.concept[3].display[0]Under Care Temporarily
CodeSystem.concept[4].code[0]DD
CodeSystem.concept[4].display[0]Deceased DD
CodeSystem.concept[5].code[0]DE
CodeSystem.concept[5].display[0]Defaulted
CodeSystem.concept[6].code[0]DNA
CodeSystem.concept[6].display[0]Did Not Attend
CodeSystem.concept[7].code[0]DNR
CodeSystem.concept[7].display[0]Did Not Respond
CodeSystem.concept[8].code[0]DU
CodeSystem.concept[8].display[0]Details Unknown
CodeSystem.concept[9].code[0]FB
CodeSystem.concept[9].display[0]Closed Being Screened
CodeSystem.concept[10].code[0]FC
CodeSystem.concept[10].display[0]Ceased
CodeSystem.concept[11].code[0]FD
CodeSystem.concept[11].display[0]Deceased FD
CodeSystem.concept[12].code[0]FF
CodeSystem.concept[12].display[0]FP69 Status
CodeSystem.concept[13].code[0]FM
CodeSystem.concept[13].display[0]Moved Away
CodeSystem.concept[14].code[0]FP
CodeSystem.concept[14].display[0]FPC Closed Prematurely
CodeSystem.concept[15].code[0]FS
CodeSystem.concept[15].display[0]Suspended
CodeSystem.concept[16].code[0]FX
CodeSystem.concept[16].display[0]WO Withdrawn
CodeSystem.concept[17].code[0]HR
CodeSystem.concept[17].display[0]On Higher Risk
CodeSystem.concept[18].code[0]MV
CodeSystem.concept[18].display[0]Moved
CodeSystem.concept[19].code[0]NA
CodeSystem.concept[19].display[0]Non Attender
CodeSystem.concept[20].code[0]NK
CodeSystem.concept[20].display[0]Not Known At This Address
CodeSystem.concept[21].code[0]NR
CodeSystem.concept[21].display[0]Non Responder
CodeSystem.concept[22].code[0]NS
CodeSystem.concept[22].display[0]Attended, Not Screened
CodeSystem.concept[23].code[0]NT
CodeSystem.concept[23].display[0]No Transport
CodeSystem.concept[24].code[0]OP
CodeSystem.concept[24].display[0]Opted Out Permanently
CodeSystem.concept[25].code[0]OT
CodeSystem.concept[25].display[0]Opted Out Temporarily
CodeSystem.concept[26].code[0]PC
CodeSystem.concept[26].display[0]Premature Closure Of Episode
CodeSystem.concept[27].code[0]R
CodeSystem.concept[27].display[0]Routine Closure
CodeSystem.concept[28].code[0]RS
CodeSystem.concept[28].display[0]Recently Screened
CodeSystem.concept[29].code[0]SC
CodeSystem.concept[29].display[0]Screening Complete
CodeSystem.concept[30].code[0]WB
CodeSystem.concept[30].display[0]Withdrawn (Already Being Screened)
CodeSystem.concept[31].code[0]WC
CodeSystem.concept[31].display[0]Withdrawn (Ceased From Call/Recall System)
CodeSystem.concept[32].code[0]WD
CodeSystem.concept[32].display[0]Withdrawn (Died Since Included In Batch)
CodeSystem.concept[33].code[0]WF
CodeSystem.concept[33].display[0]Withdrawn (FP69 Status)
CodeSystem.concept[34].code[0]WM
CodeSystem.concept[34].display[0]Withdrawn (Moved)
CodeSystem.concept[35].code[0]WO
CodeSystem.concept[35].display[0]Withdrawn (Other Reason)
CodeSystem.concept[36].code[0]WS
CodeSystem.concept[36].display[0]Withdrawn (Randomised Out/Prev. Suspended)
CodeSystem.concept[37].code[0]X
CodeSystem.concept[37].display[0]Episode Closed, Other Reason

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningEndCode" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningEndCode" />
    <version value="0.1.0" />
    <name value="EnglandScreeningEndCode" />
    <title value="England Screening End Code" />
    <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 CodeSystem used to indicate the reason a screening episode was closed. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="38" />
    <concept>
        <code value="AR" />
        <display value="Randomised Out" />
    </concept>
    <concept>
        <code value="BS" />
        <display value="Being Screened" />
    </concept>
    <concept>
        <code value="CP" />
        <display value="Under Care Permanently" />
    </concept>
    <concept>
        <code value="CT" />
        <display value="Under Care Temporarily" />
    </concept>
    <concept>
        <code value="DD" />
        <display value="Deceased DD" />
    </concept>
    <concept>
        <code value="DE" />
        <display value="Defaulted" />
    </concept>
    <concept>
        <code value="DNA" />
        <display value="Did Not Attend" />
    </concept>
    <concept>
        <code value="DNR" />
        <display value="Did Not Respond" />
    </concept>
    <concept>
        <code value="DU" />
        <display value="Details Unknown" />
    </concept>
    <concept>
        <code value="FB" />
        <display value="Closed Being Screened" />
    </concept>
    <concept>
        <code value="FC" />
        <display value="Ceased" />
    </concept>
    <concept>
        <code value="FD" />
        <display value="Deceased FD" />
    </concept>
    <concept>
        <code value="FF" />
        <display value="FP69 Status" />
    </concept>
    <concept>
        <code value="FM" />
        <display value="Moved Away" />
    </concept>
    <concept>
        <code value="FP" />
        <display value="FPC Closed Prematurely" />
    </concept>
    <concept>
        <code value="FS" />
        <display value="Suspended" />
    </concept>
    <concept>
        <code value="FX" />
        <display value="WO Withdrawn" />
    </concept>
    <concept>
        <code value="HR" />
        <display value="On Higher Risk" />
    </concept>
    <concept>
        <code value="MV" />
        <display value="Moved" />
    </concept>
    <concept>
        <code value="NA" />
        <display value="Non Attender" />
    </concept>
    <concept>
        <code value="NK" />
        <display value="Not Known At This Address" />
    </concept>
    <concept>
        <code value="NR" />
        <display value="Non Responder" />
    </concept>
    <concept>
        <code value="NS" />
        <display value="Attended, Not Screened" />
    </concept>
    <concept>
        <code value="NT" />
        <display value="No Transport" />
    </concept>
    <concept>
        <code value="OP" />
        <display value="Opted Out Permanently" />
    </concept>
    <concept>
        <code value="OT" />
        <display value="Opted Out Temporarily" />
    </concept>
    <concept>
        <code value="PC" />
        <display value="Premature Closure Of Episode" />
    </concept>
    <concept>
        <code value="R" />
        <display value="Routine Closure" />
    </concept>
    <concept>
        <code value="RS" />
        <display value="Recently Screened" />
    </concept>
    <concept>
        <code value="SC" />
        <display value="Screening Complete" />
    </concept>
    <concept>
        <code value="WB" />
        <display value="Withdrawn (Already Being Screened)" />
    </concept>
    <concept>
        <code value="WC" />
        <display value="Withdrawn (Ceased From Call/Recall System)" />
    </concept>
    <concept>
        <code value="WD" />
        <display value="Withdrawn (Died Since Included In Batch)" />
    </concept>
    <concept>
        <code value="WF" />
        <display value="Withdrawn (FP69 Status)" />
    </concept>
    <concept>
        <code value="WM" />
        <display value="Withdrawn (Moved)" />
    </concept>
    <concept>
        <code value="WO" />
        <display value="Withdrawn (Other Reason)" />
    </concept>
    <concept>
        <code value="WS" />
        <display value="Withdrawn (Randomised Out/Prev. Suspended)" />
    </concept>
    <concept>
        <code value="X" />
        <display value="Episode Closed, Other Reason" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningEndCode",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningEndCode",
    "version": "0.1.0",
    "name": "EnglandScreeningEndCode",
    "title": "England Screening End Code",
    "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 CodeSystem used to indicate the reason a screening episode was closed. 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 38,
    "concept":  [
        {
            "code": "AR",
            "display": "Randomised Out"
        },
        {
            "code": "BS",
            "display": "Being Screened"
        },
        {
            "code": "CP",
            "display": "Under Care Permanently"
        },
        {
            "code": "CT",
            "display": "Under Care Temporarily"
        },
        {
            "code": "DD",
            "display": "Deceased DD"
        },
        {
            "code": "DE",
            "display": "Defaulted"
        },
        {
            "code": "DNA",
            "display": "Did Not Attend"
        },
        {
            "code": "DNR",
            "display": "Did Not Respond"
        },
        {
            "code": "DU",
            "display": "Details Unknown"
        },
        {
            "code": "FB",
            "display": "Closed Being Screened"
        },
        {
            "code": "FC",
            "display": "Ceased"
        },
        {
            "code": "FD",
            "display": "Deceased FD"
        },
        {
            "code": "FF",
            "display": "FP69 Status"
        },
        {
            "code": "FM",
            "display": "Moved Away"
        },
        {
            "code": "FP",
            "display": "FPC Closed Prematurely"
        },
        {
            "code": "FS",
            "display": "Suspended"
        },
        {
            "code": "FX",
            "display": "WO Withdrawn"
        },
        {
            "code": "HR",
            "display": "On Higher Risk"
        },
        {
            "code": "MV",
            "display": "Moved"
        },
        {
            "code": "NA",
            "display": "Non Attender"
        },
        {
            "code": "NK",
            "display": "Not Known At This Address"
        },
        {
            "code": "NR",
            "display": "Non Responder"
        },
        {
            "code": "NS",
            "display": "Attended, Not Screened"
        },
        {
            "code": "NT",
            "display": "No Transport"
        },
        {
            "code": "OP",
            "display": "Opted Out Permanently"
        },
        {
            "code": "OT",
            "display": "Opted Out Temporarily"
        },
        {
            "code": "PC",
            "display": "Premature Closure Of Episode"
        },
        {
            "code": "R",
            "display": "Routine Closure"
        },
        {
            "code": "RS",
            "display": "Recently Screened"
        },
        {
            "code": "SC",
            "display": "Screening Complete"
        },
        {
            "code": "WB",
            "display": "Withdrawn (Already Being Screened)"
        },
        {
            "code": "WC",
            "display": "Withdrawn (Ceased From Call/Recall System)"
        },
        {
            "code": "WD",
            "display": "Withdrawn (Died Since Included In Batch)"
        },
        {
            "code": "WF",
            "display": "Withdrawn (FP69 Status)"
        },
        {
            "code": "WM",
            "display": "Withdrawn (Moved)"
        },
        {
            "code": "WO",
            "display": "Withdrawn (Other Reason)"
        },
        {
            "code": "WS",
            "display": "Withdrawn (Randomised Out/Prev. Suspended)"
        },
        {
            "code": "X",
            "display": "Episode Closed, Other Reason"
        }
    ]
}


CodeSystem-England-ScreeningGeneCode

Description

A CodeSystem used to classify subjects with higher risk screening outcome. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
BRCA1BReast CAncer gene 1
BRCA2BReast CAncer gene 2
CDH1Cadherin-1/(E-Cadherin)
otherOther
PALB2Partner and Localizer of BRCA2
PTENPhosphatase and Tensin Homolog
STK11Serine/Threonine Kinase 11

Table View

CodeSystem.id[0]England-ScreeningGeneCode
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningGeneCode
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningGeneCode
CodeSystem.title[0]England Screening Gene Code
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-22
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to classify subjects with higher risk screening outcome. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]7
CodeSystem.concept[0].code[0]BRCA1
CodeSystem.concept[0].display[0]BReast CAncer gene 1
CodeSystem.concept[1].code[0]BRCA2
CodeSystem.concept[1].display[0]BReast CAncer gene 2
CodeSystem.concept[2].code[0]CDH1
CodeSystem.concept[2].display[0]Cadherin-1/(E-Cadherin)
CodeSystem.concept[3].code[0]other
CodeSystem.concept[3].display[0]Other
CodeSystem.concept[4].code[0]PALB2
CodeSystem.concept[4].display[0]Partner and Localizer of BRCA2
CodeSystem.concept[5].code[0]PTEN
CodeSystem.concept[5].display[0]Phosphatase and Tensin Homolog
CodeSystem.concept[6].code[0]STK11
CodeSystem.concept[6].display[0]Serine/Threonine Kinase 11

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningGeneCode" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningGeneCode" />
    <version value="0.1.0" />
    <name value="EnglandScreeningGeneCode" />
    <title value="England Screening Gene Code" />
    <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 CodeSystem used to classify subjects with higher risk screening outcome. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="7" />
    <concept>
        <code value="BRCA1" />
        <display value="BReast CAncer gene 1" />
    </concept>
    <concept>
        <code value="BRCA2" />
        <display value="BReast CAncer gene 2" />
    </concept>
    <concept>
        <code value="CDH1" />
        <display value="Cadherin-1/(E-Cadherin)" />
    </concept>
    <concept>
        <code value="other" />
        <display value="Other" />
    </concept>
    <concept>
        <code value="PALB2" />
        <display value="Partner and Localizer of BRCA2" />
    </concept>
    <concept>
        <code value="PTEN" />
        <display value="Phosphatase and Tensin Homolog" />
    </concept>
    <concept>
        <code value="STK11" />
        <display value="Serine/Threonine Kinase 11" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningGeneCode",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningGeneCode",
    "version": "0.1.0",
    "name": "EnglandScreeningGeneCode",
    "title": "England Screening Gene Code",
    "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 CodeSystem used to classify subjects with higher risk screening outcome. 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 7,
    "concept":  [
        {
            "code": "BRCA1",
            "display": "BReast CAncer gene 1"
        },
        {
            "code": "BRCA2",
            "display": "BReast CAncer gene 2"
        },
        {
            "code": "CDH1",
            "display": "Cadherin-1/(E-Cadherin)"
        },
        {
            "code": "other",
            "display": "Other"
        },
        {
            "code": "PALB2",
            "display": "Partner and Localizer of BRCA2"
        },
        {
            "code": "PTEN",
            "display": "Phosphatase and Tensin Homolog"
        },
        {
            "code": "STK11",
            "display": "Serine/Threonine Kinase 11"
        }
    ]
}


CodeSystem-England-ScreeningHighRiskReferralReason

Description

A CodeSystem used to indicate which higher risk codes are associated with a patient. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).

HTML View

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

CodeDisplay
AT-heterozygotesA-T Heterozygotes
AT-homozygotesA-T Homozygotes
BRCA-riskBRCA1/BRCA2/PALB2 (8% 10-Year Risk)
BRCA-testedBRCA1/BRCA2/PALB2 Tested
HR-gene-untestedHR Gene Untested
other-gene-mutationsOther Gene Mutations
radiotherapy-below-30Radiotherapy Below Aged 30
radiotherapy-lowerRadiotherapy To Breast Tissue Aged 10-19
radiotherapy-upperRadiotherapy To Breast Tissue Aged 20-35
risk-equivalentRisk Equivalent, Not Tested
TP53TP53 (Li-Fraumeni) Syndrome

Table View

CodeSystem.id[0]England-ScreeningHighRiskReferralReason
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningHighRiskReferralReason
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningHighRiskReferralReason
CodeSystem.title[0]England Screening High Risk Referral Reason
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-22
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate which higher risk codes are associated with a patient. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]11
CodeSystem.concept[0].code[0]AT-heterozygotes
CodeSystem.concept[0].display[0]A-T Heterozygotes
CodeSystem.concept[1].code[0]AT-homozygotes
CodeSystem.concept[1].display[0]A-T Homozygotes
CodeSystem.concept[2].code[0]BRCA-risk
CodeSystem.concept[2].display[0]BRCA1/BRCA2/PALB2 (8% 10-Year Risk)
CodeSystem.concept[3].code[0]BRCA-tested
CodeSystem.concept[3].display[0]BRCA1/BRCA2/PALB2 Tested
CodeSystem.concept[4].code[0]HR-gene-untested
CodeSystem.concept[4].display[0]HR Gene Untested
CodeSystem.concept[5].code[0]other-gene-mutations
CodeSystem.concept[5].display[0]Other Gene Mutations
CodeSystem.concept[6].code[0]radiotherapy-below-30
CodeSystem.concept[6].display[0]Radiotherapy Below Aged 30
CodeSystem.concept[7].code[0]radiotherapy-lower
CodeSystem.concept[7].display[0]Radiotherapy To Breast Tissue Aged 10-19
CodeSystem.concept[8].code[0]radiotherapy-upper
CodeSystem.concept[8].display[0]Radiotherapy To Breast Tissue Aged 20-35
CodeSystem.concept[9].code[0]risk-equivalent
CodeSystem.concept[9].display[0]Risk Equivalent, Not Tested
CodeSystem.concept[10].code[0]TP53
CodeSystem.concept[10].display[0]TP53 (Li-Fraumeni) Syndrome

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningHighRiskReferralReason" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningHighRiskReferralReason" />
    <version value="0.1.0" />
    <name value="EnglandScreeningHighRiskReferralReason" />
    <title value="England Screening High Risk Referral Reason" />
    <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 CodeSystem used to indicate which higher risk codes are associated with a patient. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)." />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="11" />
    <concept>
        <code value="AT-heterozygotes" />
        <display value="A-T Heterozygotes" />
    </concept>
    <concept>
        <code value="AT-homozygotes" />
        <display value="A-T Homozygotes" />
    </concept>
    <concept>
        <code value="BRCA-risk" />
        <display value="BRCA1/BRCA2/PALB2 (8% 10-Year Risk)" />
    </concept>
    <concept>
        <code value="BRCA-tested" />
        <display value="BRCA1/BRCA2/PALB2 Tested" />
    </concept>
    <concept>
        <code value="HR-gene-untested" />
        <display value="HR Gene Untested" />
    </concept>
    <concept>
        <code value="other-gene-mutations" />
        <display value="Other Gene Mutations" />
    </concept>
    <concept>
        <code value="radiotherapy-below-30" />
        <display value="Radiotherapy Below Aged 30" />
    </concept>
    <concept>
        <code value="radiotherapy-lower" />
        <display value="Radiotherapy To Breast Tissue Aged 10-19" />
    </concept>
    <concept>
        <code value="radiotherapy-upper" />
        <display value="Radiotherapy To Breast Tissue Aged 20-35" />
    </concept>
    <concept>
        <code value="risk-equivalent" />
        <display value="Risk Equivalent, Not Tested" />
    </concept>
    <concept>
        <code value="TP53" />
        <display value="TP53 (Li-Fraumeni) Syndrome" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningHighRiskReferralReason",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningHighRiskReferralReason",
    "version": "0.1.0",
    "name": "EnglandScreeningHighRiskReferralReason",
    "title": "England Screening High Risk Referral Reason",
    "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 CodeSystem used to indicate which higher risk codes are associated with a patient. 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 11,
    "concept":  [
        {
            "code": "AT-heterozygotes",
            "display": "A-T Heterozygotes"
        },
        {
            "code": "AT-homozygotes",
            "display": "A-T Homozygotes"
        },
        {
            "code": "BRCA-risk",
            "display": "BRCA1/BRCA2/PALB2 (8% 10-Year Risk)"
        },
        {
            "code": "BRCA-tested",
            "display": "BRCA1/BRCA2/PALB2 Tested"
        },
        {
            "code": "HR-gene-untested",
            "display": "HR Gene Untested"
        },
        {
            "code": "other-gene-mutations",
            "display": "Other Gene Mutations"
        },
        {
            "code": "radiotherapy-below-30",
            "display": "Radiotherapy Below Aged 30"
        },
        {
            "code": "radiotherapy-lower",
            "display": "Radiotherapy To Breast Tissue Aged 10-19"
        },
        {
            "code": "radiotherapy-upper",
            "display": "Radiotherapy To Breast Tissue Aged 20-35"
        },
        {
            "code": "risk-equivalent",
            "display": "Risk Equivalent, Not Tested"
        },
        {
            "code": "TP53",
            "display": "TP53 (Li-Fraumeni) Syndrome"
        }
    ]
}


CodeSystem-England-ScreeningNTDDCalculationMethod

Description

A CodeSystem used to indicate which NTDD calculation method applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)

HTML View

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

CodeDisplay
routine-calculationRoutine Calculation
trial-calculationTrial Calculation

Table View

CodeSystem.id[0]England-ScreeningNTDDCalculationMethod
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningNTDDCalculationMethod
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningNTDDCalculationMethod
CodeSystem.title[0]England Screening NTDD Calculation Method
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-21
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate which NTDD calculation method applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]2
CodeSystem.concept[0].code[0]routine-calculation
CodeSystem.concept[0].display[0]Routine Calculation
CodeSystem.concept[1].code[0]trial-calculation
CodeSystem.concept[1].display[0]Trial Calculation

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningNTDDCalculationMethod" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningNTDDCalculationMethod" />
    <version value="0.1.0" />
    <name value="EnglandScreeningNTDDCalculationMethod" />
    <title value="England Screening NTDD Calculation Method" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-11-21" />
    <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 CodeSystem used to indicate which NTDD calculation method applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)" />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \&quot;License\&quot;); 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 \&quot;AS IS\&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="2" />
    <concept>
        <code value="routine-calculation" />
        <display value="Routine Calculation" />
    </concept>
    <concept>
        <code value="trial-calculation" />
        <display value="Trial Calculation" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningNTDDCalculationMethod",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningNTDDCalculationMethod",
    "version": "0.1.0",
    "name": "EnglandScreeningNTDDCalculationMethod",
    "title": "England Screening NTDD Calculation Method",
    "status": "draft",
    "experimental": false,
    "date": "2024-11-21",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem used to indicate which NTDD calculation method applies to 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 2,
    "concept":  [
        {
            "code": "routine-calculation",
            "display": "Routine Calculation"
        },
        {
            "code": "trial-calculation",
            "display": "Trial Calculation"
        }
    ]
}


CodeSystem-England-ScreeningRemovalReason

Description

A CodeSystem used to indicate which removal reason applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).

HTML View

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

CodeDisplay
deathDeath
embarkationEmbarkation
adoptionAdoption
removalRemoval
removal-same-GPRemoval Same GP
registration-cancelledRegistration Cancelled
FP69-expiryRemoval Following FP69
other-reasonOther Reason
GP-requestRemoval At Doctor's Request
subject-requestRemoval At Patient's Request
servicesExited Into The Armed Services (DMS)
service-dependentExited To Be A Service Dependent Under DMS
mental-hospitalMental Hospital
AFLArmed Forces Enlistment (Notified Locally)
AFNArmed Forces Enlistment (Notified By AF)
CGAGone Away - Address Not Known/FP69
DISPractice Dissolution
LDNLogical Deletion
NITTransferred To Northern Ireland
OPAAddress Out Of Practice Area
RDIPractice Request Immediate Removal
RDRPractice Request
RFIRemoval From Residential Institute
SCTTransferred To Scotland
SDLServices Dependent (Notified Locally)
SDNServices Dependent (Notified By SMO)
TRATemporary Resident Not Returned
not-providedNot Provided
uncertified-deathUncertified Death

Table View

CodeSystem.id[0]England-ScreeningRemovalReason
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ScreeningRemovalReason
CodeSystem.version[0]0.1.0
CodeSystem.name[0]EnglandScreeningRemovalReason
CodeSystem.title[0]England Screening Removal Reason
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-11-22
CodeSystem.publisher[0]NHS England
CodeSystem.contact[0].name[0]NHS England
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A CodeSystem used to indicate which removal reason applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select).
CodeSystem.copyright[0]Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.count[0]29
CodeSystem.concept[0].code[0]death
CodeSystem.concept[0].display[0]Death
CodeSystem.concept[1].code[0]embarkation
CodeSystem.concept[1].display[0]Embarkation
CodeSystem.concept[2].code[0]adoption
CodeSystem.concept[2].display[0]Adoption
CodeSystem.concept[3].code[0]removal
CodeSystem.concept[3].display[0]Removal
CodeSystem.concept[4].code[0]removal-same-GP
CodeSystem.concept[4].display[0]Removal Same GP
CodeSystem.concept[5].code[0]registration-cancelled
CodeSystem.concept[5].display[0]Registration Cancelled
CodeSystem.concept[6].code[0]FP69-expiry
CodeSystem.concept[6].display[0]Removal Following FP69
CodeSystem.concept[7].code[0]other-reason
CodeSystem.concept[7].display[0]Other Reason
CodeSystem.concept[8].code[0]GP-request
CodeSystem.concept[8].display[0]Removal At Doctor's Request
CodeSystem.concept[9].code[0]subject-request
CodeSystem.concept[9].display[0]Removal At Patient's Request
CodeSystem.concept[10].code[0]services
CodeSystem.concept[10].display[0]Exited Into The Armed Services (DMS)
CodeSystem.concept[11].code[0]service-dependent
CodeSystem.concept[11].display[0]Exited To Be A Service Dependent Under DMS
CodeSystem.concept[12].code[0]mental-hospital
CodeSystem.concept[12].display[0]Mental Hospital
CodeSystem.concept[13].code[0]AFL
CodeSystem.concept[13].display[0]Armed Forces Enlistment (Notified Locally)
CodeSystem.concept[14].code[0]AFN
CodeSystem.concept[14].display[0]Armed Forces Enlistment (Notified By AF)
CodeSystem.concept[15].code[0]CGA
CodeSystem.concept[15].display[0]Gone Away - Address Not Known/FP69
CodeSystem.concept[16].code[0]DIS
CodeSystem.concept[16].display[0]Practice Dissolution
CodeSystem.concept[17].code[0]LDN
CodeSystem.concept[17].display[0]Logical Deletion
CodeSystem.concept[18].code[0]NIT
CodeSystem.concept[18].display[0]Transferred To Northern Ireland
CodeSystem.concept[19].code[0]OPA
CodeSystem.concept[19].display[0]Address Out Of Practice Area
CodeSystem.concept[20].code[0]RDI
CodeSystem.concept[20].display[0]Practice Request Immediate Removal
CodeSystem.concept[21].code[0]RDR
CodeSystem.concept[21].display[0]Practice Request
CodeSystem.concept[22].code[0]RFI
CodeSystem.concept[22].display[0]Removal From Residential Institute
CodeSystem.concept[23].code[0]SCT
CodeSystem.concept[23].display[0]Transferred To Scotland
CodeSystem.concept[24].code[0]SDL
CodeSystem.concept[24].display[0]Services Dependent (Notified Locally)
CodeSystem.concept[25].code[0]SDN
CodeSystem.concept[25].display[0]Services Dependent (Notified By SMO)
CodeSystem.concept[26].code[0]TRA
CodeSystem.concept[26].display[0]Temporary Resident Not Returned
CodeSystem.concept[27].code[0]not-provided
CodeSystem.concept[27].display[0]Not Provided
CodeSystem.concept[28].code[0]uncertified-death
CodeSystem.concept[28].display[0]Uncertified Death

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ScreeningRemovalReason" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ScreeningRemovalReason" />
    <version value="0.1.0" />
    <name value="EnglandScreeningRemovalReason" />
    <title value="England Screening Removal Reason" />
    <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 CodeSystem used to indicate which removal reason applies to a screening episode. The codes and their description are datasets definition from the Breast Screening Service(BS-Select)." />
    <copyright value="Copyright &#169; 2024+ NHS England Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 &quot;AS IS&quot; 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&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; 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="29" />
    <concept>
        <code value="death" />
        <display value="Death" />
    </concept>
    <concept>
        <code value="embarkation" />
        <display value="Embarkation" />
    </concept>
    <concept>
        <code value="adoption" />
        <display value="Adoption" />
    </concept>
    <concept>
        <code value="removal" />
        <display value="Removal" />
    </concept>
    <concept>
        <code value="removal-same-GP" />
        <display value="Removal Same GP" />
    </concept>
    <concept>
        <code value="registration-cancelled" />
        <display value="Registration Cancelled" />
    </concept>
    <concept>
        <code value="FP69-expiry" />
        <display value="Removal Following FP69" />
    </concept>
    <concept>
        <code value="other-reason" />
        <display value="Other Reason" />
    </concept>
    <concept>
        <code value="GP-request" />
        <display value="Removal At Doctor&#39;s Request" />
    </concept>
    <concept>
        <code value="subject-request" />
        <display value="Removal At Patient&#39;s Request" />
    </concept>
    <concept>
        <code value="services" />
        <display value="Exited Into The Armed Services (DMS)" />
    </concept>
    <concept>
        <code value="service-dependent" />
        <display value="Exited To Be A Service Dependent Under DMS" />
    </concept>
    <concept>
        <code value="mental-hospital" />
        <display value="Mental Hospital" />
    </concept>
    <concept>
        <code value="AFL" />
        <display value="Armed Forces Enlistment (Notified Locally)" />
    </concept>
    <concept>
        <code value="AFN" />
        <display value="Armed Forces Enlistment (Notified By AF)" />
    </concept>
    <concept>
        <code value="CGA" />
        <display value="Gone Away - Address Not Known/FP69" />
    </concept>
    <concept>
        <code value="DIS" />
        <display value="Practice Dissolution" />
    </concept>
    <concept>
        <code value="LDN" />
        <display value="Logical Deletion" />
    </concept>
    <concept>
        <code value="NIT" />
        <display value="Transferred To Northern Ireland" />
    </concept>
    <concept>
        <code value="OPA" />
        <display value="Address Out Of Practice Area" />
    </concept>
    <concept>
        <code value="RDI" />
        <display value="Practice Request Immediate Removal" />
    </concept>
    <concept>
        <code value="RDR" />
        <display value="Practice Request" />
    </concept>
    <concept>
        <code value="RFI" />
        <display value="Removal From Residential Institute" />
    </concept>
    <concept>
        <code value="SCT" />
        <display value="Transferred To Scotland" />
    </concept>
    <concept>
        <code value="SDL" />
        <display value="Services Dependent (Notified Locally)" />
    </concept>
    <concept>
        <code value="SDN" />
        <display value="Services Dependent (Notified By SMO)" />
    </concept>
    <concept>
        <code value="TRA" />
        <display value="Temporary Resident Not Returned" />
    </concept>
    <concept>
        <code value="not-provided" />
        <display value="Not Provided" />
    </concept>
    <concept>
        <code value="uncertified-death" />
        <display value="Uncertified Death" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ScreeningRemovalReason",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ScreeningRemovalReason",
    "version": "0.1.0",
    "name": "EnglandScreeningRemovalReason",
    "title": "England Screening Removal Reason",
    "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 CodeSystem used to indicate which removal reason applies to 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.",
    "caseSensitive": true,
    "content": "complete",
    "count": 29,
    "concept":  [
        {
            "code": "death",
            "display": "Death"
        },
        {
            "code": "embarkation",
            "display": "Embarkation"
        },
        {
            "code": "adoption",
            "display": "Adoption"
        },
        {
            "code": "removal",
            "display": "Removal"
        },
        {
            "code": "removal-same-GP",
            "display": "Removal Same GP"
        },
        {
            "code": "registration-cancelled",
            "display": "Registration Cancelled"
        },
        {
            "code": "FP69-expiry",
            "display": "Removal Following FP69"
        },
        {
            "code": "other-reason",
            "display": "Other Reason"
        },
        {
            "code": "GP-request",
            "display": "Removal At Doctor's Request"
        },
        {
            "code": "subject-request",
            "display": "Removal At Patient's Request"
        },
        {
            "code": "services",
            "display": "Exited Into The Armed Services (DMS)"
        },
        {
            "code": "service-dependent",
            "display": "Exited To Be A Service Dependent Under DMS"
        },
        {
            "code": "mental-hospital",
            "display": "Mental Hospital"
        },
        {
            "code": "AFL",
            "display": "Armed Forces Enlistment (Notified Locally)"
        },
        {
            "code": "AFN",
            "display": "Armed Forces Enlistment (Notified By AF)"
        },
        {
            "code": "CGA",
            "display": "Gone Away - Address Not Known/FP69"
        },
        {
            "code": "DIS",
            "display": "Practice Dissolution"
        },
        {
            "code": "LDN",
            "display": "Logical Deletion"
        },
        {
            "code": "NIT",
            "display": "Transferred To Northern Ireland"
        },
        {
            "code": "OPA",
            "display": "Address Out Of Practice Area"
        },
        {
            "code": "RDI",
            "display": "Practice Request Immediate Removal"
        },
        {
            "code": "RDR",
            "display": "Practice Request"
        },
        {
            "code": "RFI",
            "display": "Removal From Residential Institute"
        },
        {
            "code": "SCT",
            "display": "Transferred To Scotland"
        },
        {
            "code": "SDL",
            "display": "Services Dependent (Notified Locally)"
        },
        {
            "code": "SDN",
            "display": "Services Dependent (Notified By SMO)"
        },
        {
            "code": "TRA",
            "display": "Temporary Resident Not Returned"
        },
        {
            "code": "not-provided",
            "display": "Not Provided"
        },
        {
            "code": "uncertified-death",
            "display": "Uncertified Death"
        }
    ]
}