England Condition Category RA

Description

A CodeSystem to identify the category of a condition within Reasonable Adjustments.

HTML View

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

CodeDisplay
problem-list-itemProblem List Item
encounter-diagnosisEncounter Diagnosis
presenting-complaintPresenting Complaint
co-morbidityCo-morbidity
issueIssue

Table View

CodeSystem.id[0]England-ConditionCategoryRA
CodeSystem.text[0].status[0]generated
CodeSystem.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://fhir.nhs.uk/England/CodeSystem/RA-ConditionCategory</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">problem-list-item<a name="RA-ConditionCategory-problem-list-item"></a></td><td>Problem List Item</td></tr><tr><td style="white-space:nowrap">encounter-diagnosis<a name="RA-ConditionCategory-encounter-diagnosis"></a></td><td>Encounter Diagnosis</td></tr><tr><td style="white-space:nowrap">presenting-complaint<a name="RA-ConditionCategory-presenting-complaint"></a></td><td>Presenting Complaint</td></tr><tr><td style="white-space:nowrap">co-morbidity<a name="RA-ConditionCategory-co-morbidity"></a></td><td>Co-morbidity</td></tr><tr><td style="white-space:nowrap">issue<a name="RA-ConditionCategory-issue"></a></td><td>Issue</td></tr></table></div>
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ConditionCategoryRA
CodeSystem.version[0]0.4.0
CodeSystem.name[0]EnglandConditionCategoryRA
CodeSystem.title[0]England Condition Category RA
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-02-14
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 to identify the category of a condition within Reasonable Adjustments.
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]5
CodeSystem.concept[0].code[0]problem-list-item
CodeSystem.concept[0].display[0]Problem List Item
CodeSystem.concept[1].code[0]encounter-diagnosis
CodeSystem.concept[1].display[0]Encounter Diagnosis
CodeSystem.concept[2].code[0]presenting-complaint
CodeSystem.concept[2].display[0]Presenting Complaint
CodeSystem.concept[3].code[0]co-morbidity
CodeSystem.concept[3].display[0]Co-morbidity
CodeSystem.concept[4].code[0]issue
CodeSystem.concept[4].display[0]Issue

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ConditionCategoryRA" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ConditionCategoryRA" />
    <version value="0.4.0" />
    <name value="EnglandConditionCategoryRA" />
    <title value="England Condition Category RA" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-02-14" />
    <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 to identify the category of a condition within Reasonable Adjustments." />
    <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="5" />
    <concept>
        <code value="problem-list-item" />
        <display value="Problem List Item" />
    </concept>
    <concept>
        <code value="encounter-diagnosis" />
        <display value="Encounter Diagnosis" />
    </concept>
    <concept>
        <code value="presenting-complaint" />
        <display value="Presenting Complaint" />
    </concept>
    <concept>
        <code value="co-morbidity" />
        <display value="Co-morbidity" />
    </concept>
    <concept>
        <code value="issue" />
        <display value="Issue" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ConditionCategoryRA",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ConditionCategoryRA",
    "version": "0.4.0",
    "name": "EnglandConditionCategoryRA",
    "title": "England Condition Category RA",
    "status": "draft",
    "experimental": false,
    "date": "2024-02-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem to identify the category of a condition within Reasonable Adjustments.",
    "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": 5,
    "concept":  [
        {
            "code": "problem-list-item",
            "display": "Problem List Item"
        },
        {
            "code": "encounter-diagnosis",
            "display": "Encounter Diagnosis"
        },
        {
            "code": "presenting-complaint",
            "display": "Presenting Complaint"
        },
        {
            "code": "co-morbidity",
            "display": "Co-morbidity"
        },
        {
            "code": "issue",
            "display": "Issue"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-ConditionCategoryRA, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,


England Condition Code RA

Description

A CodeSystem to identify the SNOMED-CT concept representing an Impairment recorded as part of a Reasonable Adjustment

HTML View

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

CodeDisplay
visionVision (for example blindness or partial sight)
hearingHearing (for example deafness or partial hearing)
mobilityMobility (for example walking short distances or climbing stairs)
dexterityDexterity (for example lifting and carrying objects, using a keyboard)
learningLearning or understanding or concentrating
memoryMemory
mental-healthMental health
staminaStamina or breathing or fatigue
socialSocial or behavioural (for example associated with autism spectrum disorder (ASD) which includes Asperger’s, or attention deficit hyperactivity disorder (ADHD))
otherOther (please specify)
patient-would-prefer-not-to-sayPatient would prefer not to say

Table View

CodeSystem.id[0]England-ConditionCodeRA
CodeSystem.text[0].status[0]generated
CodeSystem.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://fhir.nhs.uk/England/CodeSystem/RA-ConditionCode</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">1<a name="RA-ConditionCode-1"></a></td><td>Vision (for example blindness or partial sight)</td></tr><tr><td style="white-space:nowrap">2<a name="RA-ConditionCode-2"></a></td><td>Hearing (for example deafness or partial hearing)</td></tr><tr><td style="white-space:nowrap">3<a name="RA-ConditionCode-3"></a></td><td>Mobility (for example walking short distances or climbing stairs)</td></tr><tr><td style="white-space:nowrap">4<a name="RA-ConditionCode-4"></a></td><td>Dexterity (for example lifting and carrying objects, using a keyboard)</td></tr><tr><td style="white-space:nowrap">5<a name="RA-ConditionCode-5"></a></td><td>Learning or understanding or concentrating</td></tr><tr><td style="white-space:nowrap">6<a name="RA-ConditionCode-6"></a></td><td>Memory</td></tr><tr><td style="white-space:nowrap">7<a name="RA-ConditionCode-7"></a></td><td>Mental health</td></tr><tr><td style="white-space:nowrap">8<a name="RA-ConditionCode-8"></a></td><td>Stamina or breathing or fatigue</td></tr><tr><td style="white-space:nowrap">9<a name="RA-ConditionCode-9"></a></td><td>Social or behavioural (for example associated with autism spectrum disorder (ASD) which includes Asperger’s, or attention deficit hyperactivity disorder (ADHD))</td></tr><tr><td style="white-space:nowrap">10<a name="RA-ConditionCode-10"></a></td><td>Other (please specify)</td></tr><tr><td style="white-space:nowrap">12<a name="RA-ConditionCode-12"></a></td><td>Patient would prefer not to say</td></tr></table></div>
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ConditionCodeRA
CodeSystem.version[0]0.4.0
CodeSystem.name[0]EnglandConditionCodeRA
CodeSystem.title[0]England Condition Code RA
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-02-14
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 to identify the SNOMED-CT concept representing an Impairment recorded as part of a Reasonable Adjustment
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]vision
CodeSystem.concept[0].display[0]Vision (for example blindness or partial sight)
CodeSystem.concept[1].code[0]hearing
CodeSystem.concept[1].display[0]Hearing (for example deafness or partial hearing)
CodeSystem.concept[2].code[0]mobility
CodeSystem.concept[2].display[0]Mobility (for example walking short distances or climbing stairs)
CodeSystem.concept[3].code[0]dexterity
CodeSystem.concept[3].display[0]Dexterity (for example lifting and carrying objects, using a keyboard)
CodeSystem.concept[4].code[0]learning
CodeSystem.concept[4].display[0]Learning or understanding or concentrating
CodeSystem.concept[5].code[0]memory
CodeSystem.concept[5].display[0]Memory
CodeSystem.concept[6].code[0]mental-health
CodeSystem.concept[6].display[0]Mental health
CodeSystem.concept[7].code[0]stamina
CodeSystem.concept[7].display[0]Stamina or breathing or fatigue
CodeSystem.concept[8].code[0]social
CodeSystem.concept[8].display[0]Social or behavioural (for example associated with autism spectrum disorder (ASD) which includes Asperger’s, or attention deficit hyperactivity disorder (ADHD))
CodeSystem.concept[9].code[0]other
CodeSystem.concept[9].display[0]Other (please specify)
CodeSystem.concept[10].code[0]patient-would-prefer-not-to-say
CodeSystem.concept[10].display[0]Patient would prefer not to say

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ConditionCodeRA" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ConditionCodeRA" />
    <version value="0.4.0" />
    <name value="EnglandConditionCodeRA" />
    <title value="England Condition Code RA" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-02-14" />
    <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 to identify the SNOMED-CT concept representing an Impairment recorded as part of a Reasonable Adjustment" />
    <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="vision" />
        <display value="Vision (for example blindness or partial sight)" />
    </concept>
    <concept>
        <code value="hearing" />
        <display value="Hearing (for example deafness or partial hearing)" />
    </concept>
    <concept>
        <code value="mobility" />
        <display value="Mobility (for example walking short distances or climbing stairs)" />
    </concept>
    <concept>
        <code value="dexterity" />
        <display value="Dexterity (for example lifting and carrying objects, using a keyboard)" />
    </concept>
    <concept>
        <code value="learning" />
        <display value="Learning or understanding or concentrating" />
    </concept>
    <concept>
        <code value="memory" />
        <display value="Memory" />
    </concept>
    <concept>
        <code value="mental-health" />
        <display value="Mental health" />
    </concept>
    <concept>
        <code value="stamina" />
        <display value="Stamina or breathing or fatigue" />
    </concept>
    <concept>
        <code value="social" />
        <display value="Social or behavioural (for example associated with autism spectrum disorder (ASD) which includes Asperger’s, or attention deficit hyperactivity disorder (ADHD))" />
    </concept>
    <concept>
        <code value="other" />
        <display value="Other (please specify)" />
    </concept>
    <concept>
        <code value="patient-would-prefer-not-to-say" />
        <display value="Patient would prefer not to say" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ConditionCodeRA",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ConditionCodeRA",
    "version": "0.4.0",
    "name": "EnglandConditionCodeRA",
    "title": "England Condition Code RA",
    "status": "draft",
    "experimental": false,
    "date": "2024-02-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem to identify the SNOMED-CT concept representing an Impairment recorded as part of a Reasonable Adjustment",
    "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": "vision",
            "display": "Vision (for example blindness or partial sight)"
        },
        {
            "code": "hearing",
            "display": "Hearing (for example deafness or partial hearing)"
        },
        {
            "code": "mobility",
            "display": "Mobility (for example walking short distances or climbing stairs)"
        },
        {
            "code": "dexterity",
            "display": "Dexterity (for example lifting and carrying objects, using a keyboard)"
        },
        {
            "code": "learning",
            "display": "Learning or understanding or concentrating"
        },
        {
            "code": "memory",
            "display": "Memory"
        },
        {
            "code": "mental-health",
            "display": "Mental health"
        },
        {
            "code": "stamina",
            "display": "Stamina or breathing or fatigue"
        },
        {
            "code": "social",
            "display": "Social or behavioural (for example associated with autism spectrum disorder (ASD) which includes Asperger’s, or attention deficit hyperactivity disorder (ADHD))"
        },
        {
            "code": "other",
            "display": "Other (please specify)"
        },
        {
            "code": "patient-would-prefer-not-to-say",
            "display": "Patient would prefer not to say"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-ConditionCodeRA, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,


England Flag Category Patient

Description

A CodeSystem to identify the type/category of Flag.

HTML View

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

CodeDisplay
national-reasonable-adjustment-flagNational Reasonable Adjustment Flag
female-genital-mutilation-flagFemale Genital Mutilation Flag

Table View

CodeSystem.id[0]England-FlagCategoryPatient
CodeSystem.text[0].status[0]generated
CodeSystem.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">NRAF<a name="England-FlagCategoryPatient-NRAF"></a></td><td>National Reasonable Adjustments Flag</td></tr><tr><td style="white-space:nowrap">FGM<a name="England-FlagCategoryPatient-FGM"></a></td><td>Female Genital Mutilation Flag</td></tr></table></div>
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient
CodeSystem.version[0]0.4.0
CodeSystem.name[0]EnglandFlagCategoryPatient
CodeSystem.title[0]England Flag Category Patient
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-02-14
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 to identify the type/category of Flag.
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]national-reasonable-adjustment-flag
CodeSystem.concept[0].display[0]National Reasonable Adjustment Flag
CodeSystem.concept[1].code[0]female-genital-mutilation-flag
CodeSystem.concept[1].display[0]Female Genital Mutilation Flag

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-FlagCategoryPatient" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient" />
    <version value="0.4.0" />
    <name value="EnglandFlagCategoryPatient" />
    <title value="England Flag Category Patient" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-02-14" />
    <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 to identify the type/category of Flag." />
    <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="national-reasonable-adjustment-flag" />
        <display value="National Reasonable Adjustment Flag" />
    </concept>
    <concept>
        <code value="female-genital-mutilation-flag" />
        <display value="Female Genital Mutilation Flag" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-FlagCategoryPatient",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryPatient",
    "version": "0.4.0",
    "name": "EnglandFlagCategoryPatient",
    "title": "England Flag Category Patient",
    "status": "draft",
    "experimental": false,
    "date": "2024-02-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem to identify the type/category of Flag.",
    "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": "national-reasonable-adjustment-flag",
            "display": "National Reasonable Adjustment Flag"
        },
        {
            "code": "female-genital-mutilation-flag",
            "display": "Female Genital Mutilation Flag"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-FlagCategoryPatient, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,


England Flag Category RA

Description

A CodeSystem to identify the category of the adjustments required

HTML View

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

CodeDisplay
communication-supportCommunication support
requires-communication-professionalRequires communication professional
requires-specific-contact-methodRequires specific contact method
requires-specific-information-formatRequires specific information format
additional-communication-needs-and-supportAdditional communication needs and support
community-language-supportCommunity Language Support
adjustments-for-providing-additional-support-to-patientsAdjustments for providing Additional Support to patients
adjustments-for-individual-care-requirementsAdjustments for Individual Care Requirements
adjustments-in-relation-to-the-environment-of-careAdjustments in relation to the environment of care
adjustments-to-support-additional-needsAdjustments to support Additional needs
bespoke-reasonable-adjustmentsBespoke Reasonable adjustments

Table View

CodeSystem.id[0]England-FlagCategoryRA
CodeSystem.text[0].status[0]generated
CodeSystem.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>https://fhir.nhs.uk/England/CodeSystem/RA-FlagCategory</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">001<a name="RA-FlagCategory-001"></a></td><td>Communication support</td></tr><tr><td style="white-space:nowrap">002<a name="RA-FlagCategory-002"></a></td><td>Requires communication professional</td></tr><tr><td style="white-space:nowrap">003<a name="RA-FlagCategory-003"></a></td><td>Requires specific contact method</td></tr><tr><td style="white-space:nowrap">004<a name="RA-FlagCategory-004"></a></td><td>Requires specific information format</td></tr><tr><td style="white-space:nowrap">005<a name="RA-FlagCategory-005"></a></td><td>Additional communication needs and support</td></tr><tr><td style="white-space:nowrap">006<a name="RA-FlagCategory-006"></a></td><td>Community Language Support</td></tr><tr><td style="white-space:nowrap">007<a name="RA-FlagCategory-007"></a></td><td>Adjustments for providing Additional Support to patients</td></tr><tr><td style="white-space:nowrap">008<a name="RA-FlagCategory-008"></a></td><td>Adjustments for Individual Care Requirements</td></tr><tr><td style="white-space:nowrap">009<a name="RA-FlagCategory-009"></a></td><td>Adjustments in relation to the environment of care</td></tr><tr><td style="white-space:nowrap">010<a name="RA-FlagCategory-010"></a></td><td>Adjustments to support Additional needs</td></tr><tr><td style="white-space:nowrap">011<a name="RA-FlagCategory-011"></a></td><td>Bespoke Reasonable adjustments</td></tr></table></div>
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryRA
CodeSystem.version[0]0.4.0
CodeSystem.name[0]EnglandFlagCategoryRA
CodeSystem.title[0]England Flag Category RA
CodeSystem.status[0]draft
CodeSystem.experimental[0]False
CodeSystem.date[0]2024-02-14
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 to identify the category of the adjustments required
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]communication-support
CodeSystem.concept[0].display[0]Communication support
CodeSystem.concept[1].code[0]requires-communication-professional
CodeSystem.concept[1].display[0]Requires communication professional
CodeSystem.concept[2].code[0]requires-specific-contact-method
CodeSystem.concept[2].display[0]Requires specific contact method
CodeSystem.concept[3].code[0]requires-specific-information-format
CodeSystem.concept[3].display[0]Requires specific information format
CodeSystem.concept[4].code[0]additional-communication-needs-and-support
CodeSystem.concept[4].display[0]Additional communication needs and support
CodeSystem.concept[5].code[0]community-language-support
CodeSystem.concept[5].display[0]Community Language Support
CodeSystem.concept[6].code[0]adjustments-for-providing-additional-support-to-patients
CodeSystem.concept[6].display[0]Adjustments for providing Additional Support to patients
CodeSystem.concept[7].code[0]adjustments-for-individual-care-requirements
CodeSystem.concept[7].display[0]Adjustments for Individual Care Requirements
CodeSystem.concept[8].code[0]adjustments-in-relation-to-the-environment-of-care
CodeSystem.concept[8].display[0]Adjustments in relation to the environment of care
CodeSystem.concept[9].code[0]adjustments-to-support-additional-needs
CodeSystem.concept[9].display[0]Adjustments to support Additional needs
CodeSystem.concept[10].code[0]bespoke-reasonable-adjustments
CodeSystem.concept[10].display[0]Bespoke Reasonable adjustments

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-FlagCategoryRA" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryRA" />
    <version value="0.4.0" />
    <name value="EnglandFlagCategoryRA" />
    <title value="England Flag Category RA" />
    <status value="draft" />
    <experimental value="false" />
    <date value="2024-02-14" />
    <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 to identify the category of the adjustments required" />
    <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="communication-support" />
        <display value="Communication support" />
    </concept>
    <concept>
        <code value="requires-communication-professional" />
        <display value="Requires communication professional" />
    </concept>
    <concept>
        <code value="requires-specific-contact-method" />
        <display value="Requires specific contact method" />
    </concept>
    <concept>
        <code value="requires-specific-information-format" />
        <display value="Requires specific information format" />
    </concept>
    <concept>
        <code value="additional-communication-needs-and-support" />
        <display value="Additional communication needs and support" />
    </concept>
    <concept>
        <code value="community-language-support" />
        <display value="Community Language Support" />
    </concept>
    <concept>
        <code value="adjustments-for-providing-additional-support-to-patients" />
        <display value="Adjustments for providing Additional Support to patients" />
    </concept>
    <concept>
        <code value="adjustments-for-individual-care-requirements" />
        <display value="Adjustments for Individual Care Requirements" />
    </concept>
    <concept>
        <code value="adjustments-in-relation-to-the-environment-of-care" />
        <display value="Adjustments in relation to the environment of care" />
    </concept>
    <concept>
        <code value="adjustments-to-support-additional-needs" />
        <display value="Adjustments to support Additional needs" />
    </concept>
    <concept>
        <code value="bespoke-reasonable-adjustments" />
        <display value="Bespoke Reasonable adjustments" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-FlagCategoryRA",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-FlagCategoryRA",
    "version": "0.4.0",
    "name": "EnglandFlagCategoryRA",
    "title": "England Flag Category RA",
    "status": "draft",
    "experimental": false,
    "date": "2024-02-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A CodeSystem to identify the category of the adjustments required",
    "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": "communication-support",
            "display": "Communication support"
        },
        {
            "code": "requires-communication-professional",
            "display": "Requires communication professional"
        },
        {
            "code": "requires-specific-contact-method",
            "display": "Requires specific contact method"
        },
        {
            "code": "requires-specific-information-format",
            "display": "Requires specific information format"
        },
        {
            "code": "additional-communication-needs-and-support",
            "display": "Additional communication needs and support"
        },
        {
            "code": "community-language-support",
            "display": "Community Language Support"
        },
        {
            "code": "adjustments-for-providing-additional-support-to-patients",
            "display": "Adjustments for providing Additional Support to patients"
        },
        {
            "code": "adjustments-for-individual-care-requirements",
            "display": "Adjustments for Individual Care Requirements"
        },
        {
            "code": "adjustments-in-relation-to-the-environment-of-care",
            "display": "Adjustments in relation to the environment of care"
        },
        {
            "code": "adjustments-to-support-additional-needs",
            "display": "Adjustments to support Additional needs"
        },
        {
            "code": "bespoke-reasonable-adjustments",
            "display": "Bespoke Reasonable adjustments"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-FlagCategoryRA, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,