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"
        }
    ]
}