All CodeSystems

England FGM Removal Reason

Description

A set of codes that define the reason a FGM Flag was removed.

HTML View

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

CodeDisplay
0Added in error - this child does not have a family history of FGM
2No longer required - this child has had FGM

Table View

CodeSystem.id[0]England-FGMRemovalReason
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-FGMRemovalReason
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandFGMRemovalReason
CodeSystem.title[0]England FGM Removal Reason
CodeSystem.status[0]active
CodeSystem.date[0]2023-11-09
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 set of codes that define the reason a FGM Flag was removed.
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]0
CodeSystem.concept[0].display[0]Added in error - this child does not have a family history of FGM
CodeSystem.concept[1].code[0]2
CodeSystem.concept[1].display[0]No longer required - this child has had FGM

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-FGMRemovalReason" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-FGMRemovalReason" />
    <version value="1.0.0" />
    <name value="EnglandFGMRemovalReason" />
    <title value="England FGM Removal Reason" />
    <status value="active" />
    <date value="2023-11-09" />
    <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 set of codes that define the reason a FGM Flag was removed." />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="0" />
        <display value="Added in error - this child does not have a family history of FGM" />
    </concept>
    <concept>
        <code value="2" />
        <display value="No longer required - this child has had FGM" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-FGMRemovalReason",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-FGMRemovalReason",
    "version": "1.0.0",
    "name": "EnglandFGMRemovalReason",
    "title": "England FGM Removal Reason",
    "status": "active",
    "date": "2023-11-09",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the reason a FGM Flag was removed.",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "0",
            "display": "Added in error - this child does not have a family history of FGM"
        },
        {
            "code": "2",
            "display": "No longer required - this child has had FGM"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-FGMRemovalReason, , , , , , , , , , , , , , , , , , , , , , , ,


England HTTP Error Codes

Description

A set of codes that identifies the HTTP Error Codes in response to a request.

HTML View

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

CodeDisplayDefinition
SEND_BAD_REQUEST400: The API was unable to process the request.The API has given a 400 response to the Senders request.
REC_BAD_REQUEST400: The Receiver was unable to process the request.The Receiver has given a 400 response to the Senders request.
PROXY_BAD_REQUEST400: The Proxy was unable to process the request.The Proxy has given a 400 response internally to the Senders request.
BAD_REQUEST400: The Server was unable to process the request.The Server has given a 400 response to the Senders request.
SEND_UNAUTHORIZED401: The API deemed you unauthorized to make this request.The API has given a 401 response to the Senders request.
REC_UNAUTHORIZED401: The Receiver deemed you unauthorized to make this request.The Receiver has given a 401 response to the Senders request.
PROXY_UNAUTHORIZED401: The Proxy deemed you unauthorized to make this request.The Proxy has given a 401 response internally to the Senders request.
UNAUTHORIZED401: The Server deemed you unauthorized to make this request.The Server has given a 401 response to the Senders request.
SEND_FORBIDDEN403: Failed to authenticate with the API.The API has given a 403 response to the Senders request.
REC_FORBIDDEN403: Failed to authenticate with the Receiver.The Receiver has given a 403 response to the Senders request.
PROXY_FORBIDDEN403: Failed to authenticate with the Receiver.The Proxy has given a 403 response to the Senders request.
FORBIDDEN403: Failed to Authenticate with the Server.The Server has given a 403 response to the Senders request.
PROXY_NOT_FOUND404: The Proxy was unable to find the specified resource.The Proxy has given a 404 response to the Senders request.
REC_NOT_FOUND404: The Receiver was unable to find the specified resource.The Receiver has given a 404 response to the Senders request.
NOT_FOUND404: The Server was unable to find the specified resource.The Server has given a 404 response to the Senders request.
SEND_METHOD_NOT_ALLOWED405: This API doesnt allow this method.The API has given a 405 response to the Senders request.
REC_METHOD_NOT_ALLOWED405: The Receiver doesnt allow this method.The Receiver has given a 405 response to the Senders request.
PROXY_METHOD_NOT_ALLOWED405: The Proxy doesnt allow this method.The Proxy has given a 405 response to the Senders request.
METHOD_NOT_ALLOWED405: This method is not allowed.The Server has given a 405 response to the Senders request.
SEND_NOT_ACCEPTABLE406: Senders message had an incorrect content type defined for a response.The API has given a 406 response to the Senders request.
REC_NOT_ACCEPTABLE406: Message had an incorrect content type defined for a response.The Server has given a 406 response to the Senders request.
NOT_ACCEPTABLE406: Senders message had an incorrect content type defined for a response.The Server has given a 406 response to the Senders request.
REC_TIMEOUT408: The request timed out to the receiver.The Receiver has given a 408 resonse to the Senders request
PROXY_TIMEOUT408: The request timed out internally.The Proxy has given a 408 response internally to the Senders request.
TIMEOUT408: The request timed out.The Server has given a 408 response to the Senders request.
SEND_CONFLICT409: The API identified a conflict.The API has given a 409 response to the Senders request.
REC_CONFLICT409: The Receiver identified a conflict.The Receiver has given a 409 response to the Senders request.
PROXY_CONFLICT409: The Proxy identified a conflict.The Proxy has given a 409 response to the Senders request.
CONFLICT409: The Server identified a conflict.The Server has given a 409 response to the Senders request.
REC_UNSUPPORTED_MEDIA_TYPE415: The request is in an unsupported format.The Receiver has given a 415 response to the Senders request.
UNSUPPORTED_MEDIA_TYPE415: The request is in an unsupported format.The Receiver has given a 415 response to the Senders request.
SEND_UNPROCESSABLE_ENTITY422: Message was not malformed but deemed unprocessable by the API.The API has given a 422 response to the Senders request.
REC_UNPROCESSABLE_ENTITY422: Message was not malformed but deemed unprocessable by the Receiver.The Receiver has given a 422 response to the Senders request.
PROXY_UNPROCESSABLE_ENTITY422: Message was not malformed but deemed unprocessable by the Proxy.The Proxy has given a 422 response to the Senders request.
UNPROCESSABLE_ENTITY422: Message was not malformed but deemed unprocessable by the server.The Server has given a 422 response to the Senders request.
PROXY_TOO_MANY_REQUESTS429: Too many requests have been made by this source to the Proxy in a given amount of time.The Proxy has given a 429 response internally to the Senders request.
SEND_TOO_MANY_REQUESTS429: Too many requests have been made by this source to the API in a given amount of time.The API has given a 429 response to the Senders request.
TOO_MANY_REQUESTS429: Too many requests have been made by this source in a given amount of time.The Server has given a 429 response to the Senders request.
REC_SERVER_ERROR500: The Receiver has encountered an error processing the request.The Receiver has given a 500 response to the Senders request.
PROXY_SERVER_ERROR500: The Proxy has encountered an error processing the request.The Proxy has given a 500 response to the Senders request.
SERVER_ERROR500: The Server has encountered an error processing the request.The Server has given a 500 response to the Senders request.
SEND_NOT_IMPLEMENTED501:The Request was not recognized by the API.The API has given a 501 response to the Senders request.
REC_NOT_IMPLEMENTED501: The Request was not recognized by the Receiver.The Receiver has given a 501 response to the Senders request.
PROXY_NOT_IMPLEMENTED501: The Request was not recognized by the Proxy.The Proxy has given a 501 response to the Senders request.
NOT_IMPLEMENTED501: The Request was not recognized by the server.The Server has given a 501 response to the Senders request.
PROXY_UNAVAILABLE503: An internal component is unavailableThe Proxy has given a 503 response internally to the Senders request.
REC_UNAVAILABLE503: The Receiver is currently unavailable.The Receiver has given a 503 response to the Senders request.
UNAVAILABLE503: The Server is currently unavailable.The Receiver has given a 503 response to the Senders request.

Table View

CodeSystem.id[0]England-HTTPErrorCodes
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/http-error-codes
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandHTTPErrorCodes
CodeSystem.title[0]England HTTP Error Codes
CodeSystem.status[0]draft
CodeSystem.date[0]2024-06-13
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 set of codes that identifies the HTTP Error Codes in response to a request.
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]SEND_BAD_REQUEST
CodeSystem.concept[0].display[0]400: The API was unable to process the request.
CodeSystem.concept[0].definition[0]The API has given a 400 response to the Senders request.
CodeSystem.concept[1].code[0]REC_BAD_REQUEST
CodeSystem.concept[1].display[0]400: The Receiver was unable to process the request.
CodeSystem.concept[1].definition[0]The Receiver has given a 400 response to the Senders request.
CodeSystem.concept[2].code[0]PROXY_BAD_REQUEST
CodeSystem.concept[2].display[0]400: The Proxy was unable to process the request.
CodeSystem.concept[2].definition[0]The Proxy has given a 400 response internally to the Senders request.
CodeSystem.concept[3].code[0]BAD_REQUEST
CodeSystem.concept[3].display[0]400: The Server was unable to process the request.
CodeSystem.concept[3].definition[0]The Server has given a 400 response to the Senders request.
CodeSystem.concept[4].code[0]SEND_UNAUTHORIZED
CodeSystem.concept[4].display[0]401: The API deemed you unauthorized to make this request.
CodeSystem.concept[4].definition[0]The API has given a 401 response to the Senders request.
CodeSystem.concept[5].code[0]REC_UNAUTHORIZED
CodeSystem.concept[5].display[0]401: The Receiver deemed you unauthorized to make this request.
CodeSystem.concept[5].definition[0]The Receiver has given a 401 response to the Senders request.
CodeSystem.concept[6].code[0]PROXY_UNAUTHORIZED
CodeSystem.concept[6].display[0]401: The Proxy deemed you unauthorized to make this request.
CodeSystem.concept[6].definition[0]The Proxy has given a 401 response internally to the Senders request.
CodeSystem.concept[7].code[0]UNAUTHORIZED
CodeSystem.concept[7].display[0]401: The Server deemed you unauthorized to make this request.
CodeSystem.concept[7].definition[0]The Server has given a 401 response to the Senders request.
CodeSystem.concept[8].code[0]SEND_FORBIDDEN
CodeSystem.concept[8].display[0]403: Failed to authenticate with the API.
CodeSystem.concept[8].definition[0]The API has given a 403 response to the Senders request.
CodeSystem.concept[9].code[0]REC_FORBIDDEN
CodeSystem.concept[9].display[0]403: Failed to authenticate with the Receiver.
CodeSystem.concept[9].definition[0]The Receiver has given a 403 response to the Senders request.
CodeSystem.concept[10].code[0]PROXY_FORBIDDEN
CodeSystem.concept[10].display[0]403: Failed to authenticate with the Receiver.
CodeSystem.concept[10].definition[0]The Proxy has given a 403 response to the Senders request.
CodeSystem.concept[11].code[0]FORBIDDEN
CodeSystem.concept[11].display[0]403: Failed to Authenticate with the Server.
CodeSystem.concept[11].definition[0]The Server has given a 403 response to the Senders request.
CodeSystem.concept[12].code[0]PROXY_NOT_FOUND
CodeSystem.concept[12].display[0]404: The Proxy was unable to find the specified resource.
CodeSystem.concept[12].definition[0]The Proxy has given a 404 response to the Senders request.
CodeSystem.concept[13].code[0]REC_NOT_FOUND
CodeSystem.concept[13].display[0]404: The Receiver was unable to find the specified resource.
CodeSystem.concept[13].definition[0]The Receiver has given a 404 response to the Senders request.
CodeSystem.concept[14].code[0]NOT_FOUND
CodeSystem.concept[14].display[0]404: The Server was unable to find the specified resource.
CodeSystem.concept[14].definition[0]The Server has given a 404 response to the Senders request.
CodeSystem.concept[15].code[0]SEND_METHOD_NOT_ALLOWED
CodeSystem.concept[15].display[0]405: This API doesnt allow this method.
CodeSystem.concept[15].definition[0]The API has given a 405 response to the Senders request.
CodeSystem.concept[16].code[0]REC_METHOD_NOT_ALLOWED
CodeSystem.concept[16].display[0]405: The Receiver doesnt allow this method.
CodeSystem.concept[16].definition[0]The Receiver has given a 405 response to the Senders request.
CodeSystem.concept[17].code[0]PROXY_METHOD_NOT_ALLOWED
CodeSystem.concept[17].display[0]405: The Proxy doesnt allow this method.
CodeSystem.concept[17].definition[0]The Proxy has given a 405 response to the Senders request.
CodeSystem.concept[18].code[0]METHOD_NOT_ALLOWED
CodeSystem.concept[18].display[0]405: This method is not allowed.
CodeSystem.concept[18].definition[0]The Server has given a 405 response to the Senders request.
CodeSystem.concept[19].code[0]SEND_NOT_ACCEPTABLE
CodeSystem.concept[19].display[0]406: Senders message had an incorrect content type defined for a response.
CodeSystem.concept[19].definition[0]The API has given a 406 response to the Senders request.
CodeSystem.concept[20].code[0]REC_NOT_ACCEPTABLE
CodeSystem.concept[20].display[0]406: Message had an incorrect content type defined for a response.
CodeSystem.concept[20].definition[0]The Server has given a 406 response to the Senders request.
CodeSystem.concept[21].code[0]NOT_ACCEPTABLE
CodeSystem.concept[21].display[0]406: Senders message had an incorrect content type defined for a response.
CodeSystem.concept[21].definition[0]The Server has given a 406 response to the Senders request.
CodeSystem.concept[22].code[0]REC_TIMEOUT
CodeSystem.concept[22].display[0]408: The request timed out to the receiver.
CodeSystem.concept[22].definition[0]The Receiver has given a 408 resonse to the Senders request
CodeSystem.concept[23].code[0]PROXY_TIMEOUT
CodeSystem.concept[23].display[0]408: The request timed out internally.
CodeSystem.concept[23].definition[0]The Proxy has given a 408 response internally to the Senders request.
CodeSystem.concept[24].code[0]TIMEOUT
CodeSystem.concept[24].display[0]408: The request timed out.
CodeSystem.concept[24].definition[0]The Server has given a 408 response to the Senders request.
CodeSystem.concept[25].code[0]SEND_CONFLICT
CodeSystem.concept[25].display[0]409: The API identified a conflict.
CodeSystem.concept[25].definition[0]The API has given a 409 response to the Senders request.
CodeSystem.concept[26].code[0]REC_CONFLICT
CodeSystem.concept[26].display[0]409: The Receiver identified a conflict.
CodeSystem.concept[26].definition[0]The Receiver has given a 409 response to the Senders request.
CodeSystem.concept[27].code[0]PROXY_CONFLICT
CodeSystem.concept[27].display[0]409: The Proxy identified a conflict.
CodeSystem.concept[27].definition[0]The Proxy has given a 409 response to the Senders request.
CodeSystem.concept[28].code[0]CONFLICT
CodeSystem.concept[28].display[0]409: The Server identified a conflict.
CodeSystem.concept[28].definition[0]The Server has given a 409 response to the Senders request.
CodeSystem.concept[29].code[0]REC_UNSUPPORTED_MEDIA_TYPE
CodeSystem.concept[29].display[0]415: The request is in an unsupported format.
CodeSystem.concept[29].definition[0]The Receiver has given a 415 response to the Senders request.
CodeSystem.concept[30].code[0]UNSUPPORTED_MEDIA_TYPE
CodeSystem.concept[30].display[0]415: The request is in an unsupported format.
CodeSystem.concept[30].definition[0]The Receiver has given a 415 response to the Senders request.
CodeSystem.concept[31].code[0]SEND_UNPROCESSABLE_ENTITY
CodeSystem.concept[31].display[0]422: Message was not malformed but deemed unprocessable by the API.
CodeSystem.concept[31].definition[0]The API has given a 422 response to the Senders request.
CodeSystem.concept[32].code[0]REC_UNPROCESSABLE_ENTITY
CodeSystem.concept[32].display[0]422: Message was not malformed but deemed unprocessable by the Receiver.
CodeSystem.concept[32].definition[0]The Receiver has given a 422 response to the Senders request.
CodeSystem.concept[33].code[0]PROXY_UNPROCESSABLE_ENTITY
CodeSystem.concept[33].display[0]422: Message was not malformed but deemed unprocessable by the Proxy.
CodeSystem.concept[33].definition[0]The Proxy has given a 422 response to the Senders request.
CodeSystem.concept[34].code[0]UNPROCESSABLE_ENTITY
CodeSystem.concept[34].display[0]422: Message was not malformed but deemed unprocessable by the server.
CodeSystem.concept[34].definition[0]The Server has given a 422 response to the Senders request.
CodeSystem.concept[35].code[0]PROXY_TOO_MANY_REQUESTS
CodeSystem.concept[35].display[0]429: Too many requests have been made by this source to the Proxy in a given amount of time.
CodeSystem.concept[35].definition[0]The Proxy has given a 429 response internally to the Senders request.
CodeSystem.concept[36].code[0]SEND_TOO_MANY_REQUESTS
CodeSystem.concept[36].display[0]429: Too many requests have been made by this source to the API in a given amount of time.
CodeSystem.concept[36].definition[0]The API has given a 429 response to the Senders request.
CodeSystem.concept[37].code[0]TOO_MANY_REQUESTS
CodeSystem.concept[37].display[0]429: Too many requests have been made by this source in a given amount of time.
CodeSystem.concept[37].definition[0]The Server has given a 429 response to the Senders request.
CodeSystem.concept[38].code[0]REC_SERVER_ERROR
CodeSystem.concept[38].display[0]500: The Receiver has encountered an error processing the request.
CodeSystem.concept[38].definition[0]The Receiver has given a 500 response to the Senders request.
CodeSystem.concept[39].code[0]PROXY_SERVER_ERROR
CodeSystem.concept[39].display[0]500: The Proxy has encountered an error processing the request.
CodeSystem.concept[39].definition[0]The Proxy has given a 500 response to the Senders request.
CodeSystem.concept[40].code[0]SERVER_ERROR
CodeSystem.concept[40].display[0]500: The Server has encountered an error processing the request.
CodeSystem.concept[40].definition[0]The Server has given a 500 response to the Senders request.
CodeSystem.concept[41].code[0]SEND_NOT_IMPLEMENTED
CodeSystem.concept[41].display[0]501:The Request was not recognized by the API.
CodeSystem.concept[41].definition[0]The API has given a 501 response to the Senders request.
CodeSystem.concept[42].code[0]REC_NOT_IMPLEMENTED
CodeSystem.concept[42].display[0]501: The Request was not recognized by the Receiver.
CodeSystem.concept[42].definition[0]The Receiver has given a 501 response to the Senders request.
CodeSystem.concept[43].code[0]PROXY_NOT_IMPLEMENTED
CodeSystem.concept[43].display[0]501: The Request was not recognized by the Proxy.
CodeSystem.concept[43].definition[0]The Proxy has given a 501 response to the Senders request.
CodeSystem.concept[44].code[0]NOT_IMPLEMENTED
CodeSystem.concept[44].display[0]501: The Request was not recognized by the server.
CodeSystem.concept[44].definition[0]The Server has given a 501 response to the Senders request.
CodeSystem.concept[45].code[0]PROXY_UNAVAILABLE
CodeSystem.concept[45].display[0]503: An internal component is unavailable
CodeSystem.concept[45].definition[0]The Proxy has given a 503 response internally to the Senders request.
CodeSystem.concept[46].code[0]REC_UNAVAILABLE
CodeSystem.concept[46].display[0]503: The Receiver is currently unavailable.
CodeSystem.concept[46].definition[0]The Receiver has given a 503 response to the Senders request.
CodeSystem.concept[47].code[0]UNAVAILABLE
CodeSystem.concept[47].display[0]503: The Server is currently unavailable.
CodeSystem.concept[47].definition[0]The Receiver has given a 503 response to the Senders request.

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-HTTPErrorCodes" />
    <url value="https://fhir.nhs.uk/CodeSystem/http-error-codes" />
    <version value="1.0.0" />
    <name value="EnglandHTTPErrorCodes" />
    <title value="England HTTP Error Codes" />
    <status value="draft" />
    <date value="2024-06-13" />
    <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 set of codes that identifies the HTTP Error Codes in response to a request." />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="SEND_BAD_REQUEST" />
        <display value="400: The API was unable to process the request." />
        <definition value="The API has given a 400 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_BAD_REQUEST" />
        <display value="400: The Receiver was unable to process the request." />
        <definition value="The Receiver has given a 400 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_BAD_REQUEST" />
        <display value="400: The Proxy was unable to process the request." />
        <definition value="The Proxy has given a 400 response internally to the Senders request." />
    </concept>
    <concept>
        <code value="BAD_REQUEST" />
        <display value="400: The Server was unable to process the request." />
        <definition value="The Server has given a 400 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_UNAUTHORIZED" />
        <display value="401: The API deemed you unauthorized to make this request." />
        <definition value="The API has given a 401 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_UNAUTHORIZED" />
        <display value="401: The Receiver deemed you unauthorized to make this request." />
        <definition value="The Receiver has given a 401 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_UNAUTHORIZED" />
        <display value="401: The Proxy deemed you unauthorized to make this request." />
        <definition value="The Proxy has given a 401 response internally to the Senders request." />
    </concept>
    <concept>
        <code value="UNAUTHORIZED" />
        <display value="401: The Server deemed you unauthorized to make this request." />
        <definition value="The Server has given a 401 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_FORBIDDEN" />
        <display value="403: Failed to authenticate with the API." />
        <definition value="The API has given a 403 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_FORBIDDEN" />
        <display value="403: Failed to authenticate with the Receiver." />
        <definition value="The Receiver has given a 403 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_FORBIDDEN" />
        <display value="403: Failed to authenticate with the Receiver." />
        <definition value="The Proxy has given a 403 response to the Senders request." />
    </concept>
    <concept>
        <code value="FORBIDDEN" />
        <display value="403: Failed to Authenticate with the Server." />
        <definition value="The Server has given a 403 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_NOT_FOUND" />
        <display value="404: The Proxy was unable to find the specified resource." />
        <definition value="The Proxy has given a 404 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_NOT_FOUND" />
        <display value="404: The Receiver was unable to find the specified resource." />
        <definition value="The Receiver has given a 404 response to the Senders request." />
    </concept>
    <concept>
        <code value="NOT_FOUND" />
        <display value="404: The Server was unable to find the specified resource." />
        <definition value="The Server has given a 404 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_METHOD_NOT_ALLOWED" />
        <display value="405: This API doesnt allow this method." />
        <definition value="The API has given a 405 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_METHOD_NOT_ALLOWED" />
        <display value="405: The Receiver doesnt allow this method." />
        <definition value="The Receiver has given a 405 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_METHOD_NOT_ALLOWED" />
        <display value="405: The Proxy doesnt allow this method." />
        <definition value="The Proxy has given a 405 response to the Senders request." />
    </concept>
    <concept>
        <code value="METHOD_NOT_ALLOWED" />
        <display value="405: This method is not allowed." />
        <definition value="The Server has given a 405 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_NOT_ACCEPTABLE" />
        <display value="406: Senders message had an incorrect content type defined for a response." />
        <definition value="The API has given a 406 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_NOT_ACCEPTABLE" />
        <display value="406: Message had an incorrect content type defined for a response." />
        <definition value="The Server has given a 406 response to the Senders request." />
    </concept>
    <concept>
        <code value="NOT_ACCEPTABLE" />
        <display value="406: Senders message had an incorrect content type defined for a response." />
        <definition value="The Server has given a 406 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_TIMEOUT" />
        <display value="408: The request timed out to the receiver." />
        <definition value="The Receiver has given a 408 resonse to the Senders request" />
    </concept>
    <concept>
        <code value="PROXY_TIMEOUT" />
        <display value="408: The request timed out internally." />
        <definition value="The Proxy has given a 408 response internally to the Senders request." />
    </concept>
    <concept>
        <code value="TIMEOUT" />
        <display value="408: The request timed out." />
        <definition value="The Server has given a 408 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_CONFLICT" />
        <display value="409: The API identified a conflict." />
        <definition value="The API has given a 409 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_CONFLICT" />
        <display value="409: The Receiver identified a conflict." />
        <definition value="The Receiver has given a 409 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_CONFLICT" />
        <display value="409: The Proxy identified a conflict." />
        <definition value="The Proxy has given a 409 response to the Senders request." />
    </concept>
    <concept>
        <code value="CONFLICT" />
        <display value="409: The Server identified a conflict." />
        <definition value="The Server has given a 409 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_UNSUPPORTED_MEDIA_TYPE" />
        <display value="415: The request is in an unsupported format." />
        <definition value="The Receiver has given a 415 response to the Senders request." />
    </concept>
    <concept>
        <code value="UNSUPPORTED_MEDIA_TYPE" />
        <display value="415: The request is in an unsupported format." />
        <definition value="The Receiver has given a 415 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_UNPROCESSABLE_ENTITY" />
        <display value="422: Message was not malformed but deemed unprocessable by the API." />
        <definition value="The API has given a 422 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_UNPROCESSABLE_ENTITY" />
        <display value="422: Message was not malformed but deemed unprocessable by the Receiver." />
        <definition value="The Receiver has given a 422 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_UNPROCESSABLE_ENTITY" />
        <display value="422: Message was not malformed but deemed unprocessable by the Proxy." />
        <definition value="The Proxy has given a 422 response to the Senders request." />
    </concept>
    <concept>
        <code value="UNPROCESSABLE_ENTITY" />
        <display value="422: Message was not malformed but deemed unprocessable by the server." />
        <definition value="The Server has given a 422 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_TOO_MANY_REQUESTS" />
        <display value="429: Too many requests have been made by this source to the Proxy in a given amount of time." />
        <definition value="The Proxy has given a 429 response internally to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_TOO_MANY_REQUESTS" />
        <display value="429: Too many requests have been made by this source to the API in a given amount of time." />
        <definition value="The API has given a 429 response to the Senders request." />
    </concept>
    <concept>
        <code value="TOO_MANY_REQUESTS" />
        <display value="429: Too many requests have been made by this source in a given amount of time." />
        <definition value="The Server has given a 429 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_SERVER_ERROR" />
        <display value="500: The Receiver has encountered an error processing the request." />
        <definition value="The Receiver has given a 500 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_SERVER_ERROR" />
        <display value="500: The Proxy has encountered an error processing the request." />
        <definition value="The Proxy has given a 500 response to the Senders request." />
    </concept>
    <concept>
        <code value="SERVER_ERROR" />
        <display value="500: The Server has encountered an error processing the request." />
        <definition value="The Server has given a 500 response to the Senders request." />
    </concept>
    <concept>
        <code value="SEND_NOT_IMPLEMENTED" />
        <display value="501:The Request was not recognized by the API." />
        <definition value="The API has given a 501 response to the Senders request." />
    </concept>
    <concept>
        <code value="REC_NOT_IMPLEMENTED" />
        <display value="501: The Request was not recognized by the Receiver." />
        <definition value="The Receiver has given a 501 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_NOT_IMPLEMENTED" />
        <display value="501: The Request was not recognized by the Proxy." />
        <definition value="The Proxy has given a 501 response to the Senders request." />
    </concept>
    <concept>
        <code value="NOT_IMPLEMENTED" />
        <display value="501: The Request was not recognized by the server." />
        <definition value="The Server has given a 501 response to the Senders request." />
    </concept>
    <concept>
        <code value="PROXY_UNAVAILABLE" />
        <display value="503: An internal component is unavailable" />
        <definition value="The Proxy has given a 503 response internally to the Senders request." />
    </concept>
    <concept>
        <code value="REC_UNAVAILABLE" />
        <display value="503: The Receiver is currently unavailable." />
        <definition value="The Receiver has given a 503 response to the Senders request." />
    </concept>
    <concept>
        <code value="UNAVAILABLE" />
        <display value="503: The Server is currently unavailable." />
        <definition value="The Receiver has given a 503 response to the Senders request." />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-HTTPErrorCodes",
    "url": "https://fhir.nhs.uk/CodeSystem/http-error-codes",
    "version": "1.0.0",
    "name": "EnglandHTTPErrorCodes",
    "title": "England HTTP Error Codes",
    "status": "draft",
    "date": "2024-06-13",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that identifies the HTTP Error Codes in response to a request.",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "SEND_BAD_REQUEST",
            "display": "400: The API was unable to process the request.",
            "definition": "The API has given a 400 response to the Senders request."
        },
        {
            "code": "REC_BAD_REQUEST",
            "display": "400: The Receiver was unable to process the request.",
            "definition": "The Receiver has given a 400 response to the Senders request."
        },
        {
            "code": "PROXY_BAD_REQUEST",
            "display": "400: The Proxy was unable to process the request.",
            "definition": "The Proxy has given a 400 response internally to the Senders request."
        },
        {
            "code": "BAD_REQUEST",
            "display": "400: The Server was unable to process the request.",
            "definition": "The Server has given a 400 response to the Senders request."
        },
        {
            "code": "SEND_UNAUTHORIZED",
            "display": "401: The API deemed you unauthorized to make this request.",
            "definition": "The API has given a 401 response to the Senders request."
        },
        {
            "code": "REC_UNAUTHORIZED",
            "display": "401: The Receiver deemed you unauthorized to make this request.",
            "definition": "The Receiver has given a 401 response to the Senders request."
        },
        {
            "code": "PROXY_UNAUTHORIZED",
            "display": "401: The Proxy deemed you unauthorized to make this request.",
            "definition": "The Proxy has given a 401 response internally to the Senders request."
        },
        {
            "code": "UNAUTHORIZED",
            "display": "401: The Server deemed you unauthorized to make this request.",
            "definition": "The Server has given a 401 response to the Senders request."
        },
        {
            "code": "SEND_FORBIDDEN",
            "display": "403: Failed to authenticate with the API.",
            "definition": "The API has given a 403 response to the Senders request."
        },
        {
            "code": "REC_FORBIDDEN",
            "display": "403: Failed to authenticate with the Receiver.",
            "definition": "The Receiver has given a 403 response to the Senders request."
        },
        {
            "code": "PROXY_FORBIDDEN",
            "display": "403: Failed to authenticate with the Receiver.",
            "definition": "The Proxy has given a 403 response to the Senders request."
        },
        {
            "code": "FORBIDDEN",
            "display": "403: Failed to Authenticate with the Server.",
            "definition": "The Server has given a 403 response to the Senders request."
        },
        {
            "code": "PROXY_NOT_FOUND",
            "display": "404: The Proxy was unable to find the specified resource.",
            "definition": "The Proxy has given a 404 response to the Senders request."
        },
        {
            "code": "REC_NOT_FOUND",
            "display": "404: The Receiver was unable to find the specified resource.",
            "definition": "The Receiver has given a 404 response to the Senders request."
        },
        {
            "code": "NOT_FOUND",
            "display": "404: The Server was unable to find the specified resource.",
            "definition": "The Server has given a 404 response to the Senders request."
        },
        {
            "code": "SEND_METHOD_NOT_ALLOWED",
            "display": "405: This API doesnt allow this method.",
            "definition": "The API has given a 405 response to the Senders request."
        },
        {
            "code": "REC_METHOD_NOT_ALLOWED",
            "display": "405: The Receiver doesnt allow this method.",
            "definition": "The Receiver has given a 405 response to the Senders request."
        },
        {
            "code": "PROXY_METHOD_NOT_ALLOWED",
            "display": "405: The Proxy doesnt allow this method.",
            "definition": "The Proxy has given a 405 response to the Senders request."
        },
        {
            "code": "METHOD_NOT_ALLOWED",
            "display": "405: This method is not allowed.",
            "definition": "The Server has given a 405 response to the Senders request."
        },
        {
            "code": "SEND_NOT_ACCEPTABLE",
            "display": "406: Senders message had an incorrect content type defined for a response.",
            "definition": "The API has given a 406 response to the Senders request."
        },
        {
            "code": "REC_NOT_ACCEPTABLE",
            "display": "406: Message had an incorrect content type defined for a response.",
            "definition": "The Server has given a 406 response to the Senders request."
        },
        {
            "code": "NOT_ACCEPTABLE",
            "display": "406: Senders message had an incorrect content type defined for a response.",
            "definition": "The Server has given a 406 response to the Senders request."
        },
        {
            "code": "REC_TIMEOUT",
            "display": "408: The request timed out to the receiver.",
            "definition": "The Receiver has given a 408 resonse to the Senders request"
        },
        {
            "code": "PROXY_TIMEOUT",
            "display": "408: The request timed out internally.",
            "definition": "The Proxy has given a 408 response internally to the Senders request."
        },
        {
            "code": "TIMEOUT",
            "display": "408: The request timed out.",
            "definition": "The Server has given a 408 response to the Senders request."
        },
        {
            "code": "SEND_CONFLICT",
            "display": "409: The API identified a conflict.",
            "definition": "The API has given a 409 response to the Senders request."
        },
        {
            "code": "REC_CONFLICT",
            "display": "409: The Receiver identified a conflict.",
            "definition": "The Receiver has given a 409 response to the Senders request."
        },
        {
            "code": "PROXY_CONFLICT",
            "display": "409: The Proxy identified a conflict.",
            "definition": "The Proxy has given a 409 response to the Senders request."
        },
        {
            "code": "CONFLICT",
            "display": "409: The Server identified a conflict.",
            "definition": "The Server has given a 409 response to the Senders request."
        },
        {
            "code": "REC_UNSUPPORTED_MEDIA_TYPE",
            "display": "415: The request is in an unsupported format.",
            "definition": "The Receiver has given a 415 response to the Senders request."
        },
        {
            "code": "UNSUPPORTED_MEDIA_TYPE",
            "display": "415: The request is in an unsupported format.",
            "definition": "The Receiver has given a 415 response to the Senders request."
        },
        {
            "code": "SEND_UNPROCESSABLE_ENTITY",
            "display": "422: Message was not malformed but deemed unprocessable by the API.",
            "definition": "The API has given a 422 response to the Senders request."
        },
        {
            "code": "REC_UNPROCESSABLE_ENTITY",
            "display": "422: Message was not malformed but deemed unprocessable by the Receiver.",
            "definition": "The Receiver has given a 422 response to the Senders request."
        },
        {
            "code": "PROXY_UNPROCESSABLE_ENTITY",
            "display": "422: Message was not malformed but deemed unprocessable by the Proxy.",
            "definition": "The Proxy has given a 422 response to the Senders request."
        },
        {
            "code": "UNPROCESSABLE_ENTITY",
            "display": "422: Message was not malformed but deemed unprocessable by the server.",
            "definition": "The Server has given a 422 response to the Senders request."
        },
        {
            "code": "PROXY_TOO_MANY_REQUESTS",
            "display": "429: Too many requests have been made by this source to the Proxy in a given amount of time.",
            "definition": "The Proxy has given a 429 response internally to the Senders request."
        },
        {
            "code": "SEND_TOO_MANY_REQUESTS",
            "display": "429: Too many requests have been made by this source to the API in a given amount of time.",
            "definition": "The API has given a 429 response to the Senders request."
        },
        {
            "code": "TOO_MANY_REQUESTS",
            "display": "429: Too many requests have been made by this source in a given amount of time.",
            "definition": "The Server has given a 429 response to the Senders request."
        },
        {
            "code": "REC_SERVER_ERROR",
            "display": "500: The Receiver has encountered an error processing the request.",
            "definition": "The Receiver has given a 500 response to the Senders request."
        },
        {
            "code": "PROXY_SERVER_ERROR",
            "display": "500: The Proxy has encountered an error processing the request.",
            "definition": "The Proxy has given a 500 response to the Senders request."
        },
        {
            "code": "SERVER_ERROR",
            "display": "500: The Server has encountered an error processing the request.",
            "definition": "The Server has given a 500 response to the Senders request."
        },
        {
            "code": "SEND_NOT_IMPLEMENTED",
            "display": "501:The Request was not recognized by the API.",
            "definition": "The API has given a 501 response to the Senders request."
        },
        {
            "code": "REC_NOT_IMPLEMENTED",
            "display": "501: The Request was not recognized by the Receiver.",
            "definition": "The Receiver has given a 501 response to the Senders request."
        },
        {
            "code": "PROXY_NOT_IMPLEMENTED",
            "display": "501: The Request was not recognized by the Proxy.",
            "definition": "The Proxy has given a 501 response to the Senders request."
        },
        {
            "code": "NOT_IMPLEMENTED",
            "display": "501: The Request was not recognized by the server.",
            "definition": "The Server has given a 501 response to the Senders request."
        },
        {
            "code": "PROXY_UNAVAILABLE",
            "display": "503: An internal component is unavailable",
            "definition": "The Proxy has given a 503 response internally to the Senders request."
        },
        {
            "code": "REC_UNAVAILABLE",
            "display": "503: The Receiver is currently unavailable.",
            "definition": "The Receiver has given a 503 response to the Senders request."
        },
        {
            "code": "UNAVAILABLE",
            "display": "503: The Server is currently unavailable.",
            "definition": "The Receiver has given a 503 response to the Senders request."
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-HTTPErrorCodes, , , , , , , , , , , , , , , , , , , , , , , ,


England Message Events BARS

Description

A set of codes that define common messaging events for BARS Service Requests.

HTML View

This code system https://fhir.nhs.uk/CodeSystem/message-events-bars defines the following codes:

CodeDisplayDefinition
servicerequest-requestService Request - RequestA Service Request - request for service
servicerequest-responseService Request - ResponseA Service Request - response to the service
booking-requestBooking Request - RequestA Booking Request - request for service
booking-responseBooking Request - ResponseA Booking Request - response to the service

Table View

CodeSystem.id[0]England-MessageEventsBARS
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/message-events-bars
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandMessageEventsBARS
CodeSystem.title[0]England Message Events BARS
CodeSystem.status[0]draft
CodeSystem.date[0]2024-06-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 set of codes that define common messaging events for BARS Service Requests.
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]servicerequest-request
CodeSystem.concept[0].display[0]Service Request - Request
CodeSystem.concept[0].definition[0]A Service Request - request for service
CodeSystem.concept[1].code[0]servicerequest-response
CodeSystem.concept[1].display[0]Service Request - Response
CodeSystem.concept[1].definition[0]A Service Request - response to the service
CodeSystem.concept[2].code[0]booking-request
CodeSystem.concept[2].display[0]Booking Request - Request
CodeSystem.concept[2].definition[0]A Booking Request - request for service
CodeSystem.concept[3].code[0]booking-response
CodeSystem.concept[3].display[0]Booking Request - Response
CodeSystem.concept[3].definition[0]A Booking Request - response to the service

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-MessageEventsBARS" />
    <url value="https://fhir.nhs.uk/CodeSystem/message-events-bars" />
    <version value="1.0.0" />
    <name value="EnglandMessageEventsBARS" />
    <title value="England Message Events BARS" />
    <status value="draft" />
    <date value="2024-06-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 set of codes that define common messaging events for BARS Service Requests." />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="servicerequest-request" />
        <display value="Service Request - Request" />
        <definition value="A Service Request - request for service" />
    </concept>
    <concept>
        <code value="servicerequest-response" />
        <display value="Service Request - Response" />
        <definition value="A Service Request - response to the service" />
    </concept>
    <concept>
        <code value="booking-request" />
        <display value="Booking Request - Request" />
        <definition value="A Booking Request - request for service" />
    </concept>
    <concept>
        <code value="booking-response" />
        <display value="Booking Request - Response" />
        <definition value="A Booking Request - response to the service" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-MessageEventsBARS",
    "url": "https://fhir.nhs.uk/CodeSystem/message-events-bars",
    "version": "1.0.0",
    "name": "EnglandMessageEventsBARS",
    "title": "England Message Events BARS",
    "status": "draft",
    "date": "2024-06-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define common messaging events for BARS Service Requests.",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "servicerequest-request",
            "display": "Service Request - Request",
            "definition": "A Service Request - request for service"
        },
        {
            "code": "servicerequest-response",
            "display": "Service Request - Response",
            "definition": "A Service Request - response to the service"
        },
        {
            "code": "booking-request",
            "display": "Booking Request - Request",
            "definition": "A Booking Request - request for service"
        },
        {
            "code": "booking-response",
            "display": "Booking Request - Response",
            "definition": "A Booking Request - response to the service"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-MessageEventsBARS, , , , , , , , , , , , , , , , , , , , , , , ,


England Message Reason BARS

Description

A set of codes that define common messaging reasons for BARS Service Requests.

HTML View

This code system https://fhir.nhs.uk/CodeSystem/message-reason-bars defines the following codes:

CodeDisplayDefinition
newNewNew message.
updateUpdateUpdate to a message.
deleteDeleteDelete a message.

Table View

CodeSystem.id[0]England-MessageReasonBARS
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/message-reason-bars
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandMessageReasonBARS
CodeSystem.title[0]England Message Reason BARS
CodeSystem.status[0]draft
CodeSystem.date[0]2024-06-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 set of codes that define common messaging reasons for BARS Service Requests.
CodeSystem.copyright[0]Copyright © 2023+ 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.content[0]complete
CodeSystem.concept[0].code[0]new
CodeSystem.concept[0].display[0]New
CodeSystem.concept[0].definition[0]New message.
CodeSystem.concept[1].code[0]update
CodeSystem.concept[1].display[0]Update
CodeSystem.concept[1].definition[0]Update to a message.
CodeSystem.concept[2].code[0]delete
CodeSystem.concept[2].display[0]Delete
CodeSystem.concept[2].definition[0]Delete a message.

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-MessageReasonBARS" />
    <url value="https://fhir.nhs.uk/CodeSystem/message-reason-bars" />
    <version value="1.0.0" />
    <name value="EnglandMessageReasonBARS" />
    <title value="England Message Reason BARS" />
    <status value="draft" />
    <date value="2024-06-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 set of codes that define common messaging reasons for BARS Service Requests." />
    <copyright value="Copyright &#169; 2023+ 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." />
    <content value="complete" />
    <concept>
        <code value="new" />
        <display value="New" />
        <definition value="New message." />
    </concept>
    <concept>
        <code value="update" />
        <display value="Update" />
        <definition value="Update to a message." />
    </concept>
    <concept>
        <code value="delete" />
        <display value="Delete" />
        <definition value="Delete a message." />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-MessageReasonBARS",
    "url": "https://fhir.nhs.uk/CodeSystem/message-reason-bars",
    "version": "1.0.0",
    "name": "EnglandMessageReasonBARS",
    "title": "England Message Reason BARS",
    "status": "draft",
    "date": "2024-06-14",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define common messaging reasons for BARS Service Requests.",
    "copyright": "Copyright © 2023+ 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.",
    "content": "complete",
    "concept":  [
        {
            "code": "new",
            "display": "New",
            "definition": "New message."
        },
        {
            "code": "update",
            "display": "Update",
            "definition": "Update to a message."
        },
        {
            "code": "delete",
            "display": "Delete",
            "definition": "Delete a message."
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-MessageReasonBARS, , , , , , , , , , , , , , , , , , , , , , , ,


England ODS Date Time

Description

A set of codes that define the type of date and time being recorded, for the Organisation Data Service (ODS).

HTML View

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

CodeDisplayDefinition
LastChangeDateLast Change DateThe date and time that the ODS data was last changed

Table View

CodeSystem.id[0]England-ODSDateTime
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ODSDateTime
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandODSDateTime
CodeSystem.title[0]England ODS Date Time
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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.contact[1].name[0]Organisation Data Service
CodeSystem.contact[1].telecom[0].system[0]email
CodeSystem.contact[1].telecom[0].value[0]exeter.helpdesk@nhs.net
CodeSystem.contact[1].telecom[0].use[0]work
CodeSystem.contact[1].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the type of date and time being recorded, for the Organisation Data Service (ODS).
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]LastChangeDate
CodeSystem.concept[0].display[0]Last Change Date
CodeSystem.concept[0].definition[0]The date and time that the ODS data was last changed

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ODSDateTime" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ODSDateTime" />
    <version value="1.0.0" />
    <name value="EnglandODSDateTime" />
    <title value="England ODS Date Time" />
    <status value="active" />
    <date value="2023-12-07" />
    <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>
    <contact>
        <name value="Organisation Data Service" />
        <telecom>
            <system value="email" />
            <value value="exeter.helpdesk@nhs.net" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the type of date and time being recorded, for the Organisation Data Service (ODS)." />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="LastChangeDate" />
        <display value="Last Change Date" />
        <definition value="The date and time that the ODS data was last changed" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ODSDateTime",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ODSDateTime",
    "version": "1.0.0",
    "name": "EnglandODSDateTime",
    "title": "England ODS Date Time",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        },
        {
            "name": "Organisation Data Service",
            "telecom":  [
                {
                    "system": "email",
                    "value": "exeter.helpdesk@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the type of date and time being recorded, for the Organisation Data Service (ODS).",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "LastChangeDate",
            "display": "Last Change Date",
            "definition": "The date and time that the ODS data was last changed"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-ODSDateTime, , , , , , , , , , , , , , , , , , , , , , , ,


England ODS Organisation Role

Description

A set of codes that define the high level roles that may be related to individual Organisations or ODS Sites.

For more information and an up to date list see: Organisation Data Service CodeSet.

HTML View

This code system https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSOrganisationRole defines many codes, but they are not represented here

Table View

CodeSystem.id[0]England-ODSOrganisationRole
CodeSystem.url[0]https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSOrganisationRole
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandODSOrganisationRole
CodeSystem.title[0]England ODS Organisation Role
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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.contact[1].name[0]Organisation Data Service
CodeSystem.contact[1].telecom[0].system[0]email
CodeSystem.contact[1].telecom[0].value[0]exeter.helpdesk@nhs.net
CodeSystem.contact[1].telecom[0].use[0]work
CodeSystem.contact[1].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the high level roles that may be related to individual Organisations or ODS Sites. For more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).
CodeSystem.copyright[0]Copyright © 2023+ 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.content[0]not-present

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ODSOrganisationRole" />
    <url value="https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSOrganisationRole" />
    <version value="1.0.0" />
    <name value="EnglandODSOrganisationRole" />
    <title value="England ODS Organisation Role" />
    <status value="active" />
    <date value="2023-12-07" />
    <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>
    <contact>
        <name value="Organisation Data Service" />
        <telecom>
            <system value="email" />
            <value value="exeter.helpdesk@nhs.net" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the high level roles that may be related to individual Organisations or ODS Sites.\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem)." />
    <copyright value="Copyright &#169; 2023+ 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." />
    <content value="not-present" />
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ODSOrganisationRole",
    "url": "https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSOrganisationRole",
    "version": "1.0.0",
    "name": "EnglandODSOrganisationRole",
    "title": "England ODS Organisation Role",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        },
        {
            "name": "Organisation Data Service",
            "telecom":  [
                {
                    "system": "email",
                    "value": "exeter.helpdesk@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the high level roles that may be related to individual Organisations or ODS Sites.\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).",
    "copyright": "Copyright © 2023+ 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.",
    "content": "not-present"
}

Feedback

Click here to:

Report issue for CodeSystem-England-ODSOrganisationRole, , , , , , , , , , , , , , , , , , , , , , , ,


England ODS Record Class

Description

A set of codes that define the high level type / class of record published by Organisation Data Service (ODS).

For more information and an up to date list see: Organisation Data Service CodeSet.

HTML View

This code system https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRecordClass defines many codes, but they are not represented here

Table View

CodeSystem.id[0]England-ODSRecordClass
CodeSystem.url[0]https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRecordClass
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandODSRecordClass
CodeSystem.title[0]England ODS Record Class
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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.contact[1].name[0]Organisation Data Service
CodeSystem.contact[1].telecom[0].system[0]email
CodeSystem.contact[1].telecom[0].value[0]exeter.helpdesk@nhs.net
CodeSystem.contact[1].telecom[0].use[0]work
CodeSystem.contact[1].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the high level type / class of record published by Organisation Data Service (ODS). For more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).
CodeSystem.copyright[0]Copyright © 2023+ 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.content[0]not-present

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ODSRecordClass" />
    <url value="https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRecordClass" />
    <version value="1.0.0" />
    <name value="EnglandODSRecordClass" />
    <title value="England ODS Record Class" />
    <status value="active" />
    <date value="2023-12-07" />
    <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>
    <contact>
        <name value="Organisation Data Service" />
        <telecom>
            <system value="email" />
            <value value="exeter.helpdesk@nhs.net" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the high level type / class of record published by Organisation Data Service (ODS).\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem)." />
    <copyright value="Copyright &#169; 2023+ 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." />
    <content value="not-present" />
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ODSRecordClass",
    "url": "https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRecordClass",
    "version": "1.0.0",
    "name": "EnglandODSRecordClass",
    "title": "England ODS Record Class",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        },
        {
            "name": "Organisation Data Service",
            "telecom":  [
                {
                    "system": "email",
                    "value": "exeter.helpdesk@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the high level type / class of record published by Organisation Data Service (ODS).\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).",
    "copyright": "Copyright © 2023+ 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.",
    "content": "not-present"
}

Feedback

Click here to:

Report issue for CodeSystem-England-ODSRecordClass, , , , , , , , , , , , , , , , , , , , , , , ,


England ODS Record Use Type

Description

A set of codes that define the intended use of a record within the Organisation Data Services (ODS). Full records are complete, whereas skeleton/partial records are provided for reference use only. Record use type is distinct from Status and Record Class.

For more information see: ODS Reference Data Catalogue.

HTML View

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

CodeDisplayDefinition
FullFullA complete record of an ODS entity
RefOnlyRefOnlySkeletal record, maintained for referential integrity purpose only

Table View

CodeSystem.id[0]England-ODSRecordUseType
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-ODSRecordUseType
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandODSRecordUseType
CodeSystem.title[0]England ODS Record Use Type
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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.contact[1].name[0]Organisation Data Service
CodeSystem.contact[1].telecom[0].system[0]email
CodeSystem.contact[1].telecom[0].value[0]exeter.helpdesk@nhs.net
CodeSystem.contact[1].telecom[0].use[0]work
CodeSystem.contact[1].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the intended use of a record within the Organisation Data Services (ODS). Full records are complete, whereas skeleton/partial records are provided for reference use only. Record use type is distinct from Status and Record Class. For more information see: [ODS Reference Data Catalogue](https://odsdatasearchandexport.dc4h.link/referenceDataCatalogue/index.html).
CodeSystem.copyright[0]Copyright © 2023+ 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.content[0]complete
CodeSystem.concept[0].code[0]Full
CodeSystem.concept[0].display[0]Full
CodeSystem.concept[0].definition[0]A complete record of an ODS entity
CodeSystem.concept[1].code[0]RefOnly
CodeSystem.concept[1].display[0]RefOnly
CodeSystem.concept[1].definition[0]Skeletal record, maintained for referential integrity purpose only

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ODSRecordUseType" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-ODSRecordUseType" />
    <version value="1.0.0" />
    <name value="EnglandODSRecordUseType" />
    <title value="England ODS Record Use Type" />
    <status value="active" />
    <date value="2023-12-07" />
    <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>
    <contact>
        <name value="Organisation Data Service" />
        <telecom>
            <system value="email" />
            <value value="exeter.helpdesk@nhs.net" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the intended use of a record within the Organisation Data Services (ODS). Full records are complete, whereas skeleton/partial records are provided for reference use only. Record use type is distinct from Status and Record Class.\n\nFor more information see: [ODS Reference Data Catalogue](https://odsdatasearchandexport.dc4h.link/referenceDataCatalogue/index.html)." />
    <copyright value="Copyright &#169; 2023+ 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." />
    <content value="complete" />
    <concept>
        <code value="Full" />
        <display value="Full" />
        <definition value="A complete record of an ODS entity" />
    </concept>
    <concept>
        <code value="RefOnly" />
        <display value="RefOnly" />
        <definition value="Skeletal record, maintained for referential integrity purpose only" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ODSRecordUseType",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-ODSRecordUseType",
    "version": "1.0.0",
    "name": "EnglandODSRecordUseType",
    "title": "England ODS Record Use Type",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        },
        {
            "name": "Organisation Data Service",
            "telecom":  [
                {
                    "system": "email",
                    "value": "exeter.helpdesk@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the intended use of a record within the Organisation Data Services (ODS). Full records are complete, whereas skeleton/partial records are provided for reference use only. Record use type is distinct from Status and Record Class.\n\nFor more information see: [ODS Reference Data Catalogue](https://odsdatasearchandexport.dc4h.link/referenceDataCatalogue/index.html).",
    "copyright": "Copyright © 2023+ 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.",
    "content": "complete",
    "concept":  [
        {
            "code": "Full",
            "display": "Full",
            "definition": "A complete record of an ODS entity"
        },
        {
            "code": "RefOnly",
            "display": "RefOnly",
            "definition": "Skeletal record, maintained for referential integrity purpose only"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-ODSRecordUseType, , , , , , , , , , , , , , , , , , , , , , , ,


England ODS Relationship

Description

A set of codes that define the type of relationships which are allowed between Organisation or Site entities/records using the Organisation Data Service (ODS).

For more information and an up to date list see: Organisation Data Service CodeSet.

HTML View

This code system https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRelationship defines many codes, but they are not represented here

Table View

CodeSystem.id[0]England-ODSRelationship
CodeSystem.url[0]https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRelationship
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandODSRelationship
CodeSystem.title[0]England ODS Relationship
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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.contact[1].name[0]Organisation Data Service
CodeSystem.contact[1].telecom[0].system[0]email
CodeSystem.contact[1].telecom[0].value[0]exeter.helpdesk@nhs.net
CodeSystem.contact[1].telecom[0].use[0]work
CodeSystem.contact[1].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the type of relationships which are allowed between Organisation or Site entities/records using the Organisation Data Service (ODS). For more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).
CodeSystem.copyright[0]Copyright © 2023+ 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.content[0]not-present

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-ODSRelationship" />
    <url value="https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRelationship" />
    <version value="1.0.0" />
    <name value="EnglandODSRelationship" />
    <title value="England ODS Relationship" />
    <status value="active" />
    <date value="2023-12-07" />
    <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>
    <contact>
        <name value="Organisation Data Service" />
        <telecom>
            <system value="email" />
            <value value="exeter.helpdesk@nhs.net" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the type of relationships which are allowed between Organisation or Site entities/records using the Organisation Data Service (ODS).\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem)." />
    <copyright value="Copyright &#169; 2023+ 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." />
    <content value="not-present" />
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-ODSRelationship",
    "url": "https://digital.nhs.uk/services/organisation-data-service/CodeSystem/ODSRelationship",
    "version": "1.0.0",
    "name": "EnglandODSRelationship",
    "title": "England ODS Relationship",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        },
        {
            "name": "Organisation Data Service",
            "telecom":  [
                {
                    "system": "email",
                    "value": "exeter.helpdesk@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the type of relationships which are allowed between Organisation or Site entities/records using the Organisation Data Service (ODS).\n\nFor more information and an up to date list see: [Organisation Data Service CodeSet](https://digital.nhs.uk/services/organisation-data-service/codesystem).",
    "copyright": "Copyright © 2023+ 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.",
    "content": "not-present"
}

Feedback

Click here to:

Report issue for CodeSystem-England-ODSRelationship, , , , , , , , , , , , , , , , , , , , , , , ,


England Period Type

Description

A set of codes that define the role/s of an organisation, as described by the Organisation Data Service

HTML View

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

CodeDisplay
LegalLegal
OperationalOperational

Table View

CodeSystem.id[0]England-PeriodType
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-PeriodType
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandPeriodType
CodeSystem.title[0]England Period Type
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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 set of codes that define the role/s of an organisation, as described by the Organisation Data Service
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]Legal
CodeSystem.concept[0].display[0]Legal
CodeSystem.concept[1].code[0]Operational
CodeSystem.concept[1].display[0]Operational

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-PeriodType" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-PeriodType" />
    <version value="1.0.0" />
    <name value="EnglandPeriodType" />
    <title value="England Period Type" />
    <status value="active" />
    <date value="2023-12-07" />
    <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 set of codes that define the role/s of an organisation, as described by the Organisation Data Service" />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="Legal" />
        <display value="Legal" />
    </concept>
    <concept>
        <code value="Operational" />
        <display value="Operational" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-PeriodType",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-PeriodType",
    "version": "1.0.0",
    "name": "EnglandPeriodType",
    "title": "England Period Type",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the role/s of an organisation, as described by the Organisation Data Service",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "Legal",
            "display": "Legal"
        },
        {
            "code": "Operational",
            "display": "Operational"
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-PeriodType, , , , , , , , , , , , , , , , , , , , , , , ,


England PFS Prescription Ordering Parameter

Description

A set of codes that define parameters provided when managing a patient's prescription

HTML View

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

CodeDisplayDefinition
preferred-performerPreferred performerThe preferred performer to dispense the prescription.
sent-to-epsSent to EPSThe prescription request has been sent to EPS to be fulfilled.

Table View

CodeSystem.id[0]England-PFSPrescriptionOrderingParameter
CodeSystem.url[0]https://fhir.nhs.uk/England/CodeSystem/England-PFSPrescriptionOrderingParameter
CodeSystem.version[0]1.0.0
CodeSystem.name[0]EnglandPFSPrescriptionOrderingParameter
CodeSystem.title[0]England PFS Prescription Ordering Parameter
CodeSystem.status[0]active
CodeSystem.date[0]2023-12-07
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 set of codes that define parameters provided when managing a patient's prescription
CodeSystem.copyright[0]Copyright © 2023+ 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.concept[0].code[0]preferred-performer
CodeSystem.concept[0].display[0]Preferred performer
CodeSystem.concept[0].definition[0]The preferred performer to dispense the prescription.
CodeSystem.concept[1].code[0]sent-to-eps
CodeSystem.concept[1].display[0]Sent to EPS
CodeSystem.concept[1].definition[0]The prescription request has been sent to EPS to be fulfilled.

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="England-PFSPrescriptionOrderingParameter" />
    <url value="https://fhir.nhs.uk/England/CodeSystem/England-PFSPrescriptionOrderingParameter" />
    <version value="1.0.0" />
    <name value="EnglandPFSPrescriptionOrderingParameter" />
    <title value="England PFS Prescription Ordering Parameter" />
    <status value="active" />
    <date value="2023-12-07" />
    <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 set of codes that define parameters provided when managing a patient&#39;s prescription" />
    <copyright value="Copyright &#169; 2023+ 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" />
    <concept>
        <code value="preferred-performer" />
        <display value="Preferred performer" />
        <definition value="The preferred performer to dispense the prescription." />
    </concept>
    <concept>
        <code value="sent-to-eps" />
        <display value="Sent to EPS" />
        <definition value="The prescription request has been sent to EPS to be fulfilled." />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "England-PFSPrescriptionOrderingParameter",
    "url": "https://fhir.nhs.uk/England/CodeSystem/England-PFSPrescriptionOrderingParameter",
    "version": "1.0.0",
    "name": "EnglandPFSPrescriptionOrderingParameter",
    "title": "England PFS Prescription Ordering Parameter",
    "status": "active",
    "date": "2023-12-07",
    "publisher": "NHS England",
    "contact":  [
        {
            "name": "NHS England",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define parameters provided when managing a patient's prescription",
    "copyright": "Copyright © 2023+ 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",
    "concept":  [
        {
            "code": "preferred-performer",
            "display": "Preferred performer",
            "definition": "The preferred performer to dispense the prescription."
        },
        {
            "code": "sent-to-eps",
            "display": "Sent to EPS",
            "definition": "The prescription request has been sent to EPS to be fulfilled."
        }
    ]
}

Feedback

Click here to:

Report issue for CodeSystem-England-PFSPrescriptionOrderingParameter, , , , , , , , , , , , , , , , , , , , , , , ,


Message Event

Description

Common messaging events.

HTML View

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

CodeDisplayDefinitionDeprecateddeprecated
prescription-orderPrescription OrderPharmacy/treatment encoded order
prescription-order-updatePrescription Order Update
prescription-order-responsePrescription Order ResponsePharmacy/treatment order acknowledgementDeprecatedTrue
dispense-notificationDispense NotificationDispense Notification
unsolicited-observationsUnsolicited Observations
patient-notificationPatient NotificationsUsed to send CommunicationRequests
vaccinationsVaccinations
documentDocumentOriginal document notification and content
document-notificationDocument NotificationOriginal document notification
dispense-notification-updateDispense Notification UpdateThis message is used by the Dispensing System to notify the EPS System of an amendment to a previousy submitted dispense-notificationDeprecatedTrue
appointmentAppointmentPre-admit a patient / Patient Appointment
referralPatient ReferralPatient referral/handover
notificationEvent NotificationEvent Notification
encounterPatient EncounterCan be used for an admission/discharge report or consulations
patientPatient DemographicsPatient demographic change events
unsolicited-actionUnsolicited actionsUnsolicited actions using FHIR Task

Table View

CodeSystem.id[0]message-events
CodeSystem.url[0]https://fhir.nhs.uk/CodeSystem/message-event
CodeSystem.identifier[0].system[0]https://fhir.nhs.uk/identifier/CodeSystem
CodeSystem.identifier[0].value[0]message-events
CodeSystem.version[0]1.0.19
CodeSystem.name[0]NHSDigitalMessageEvent
CodeSystem.title[0]Message Events
CodeSystem.status[0]draft
CodeSystem.date[0]2022-03-25
CodeSystem.publisher[0]NHS Digital
CodeSystem.contact[0].name[0]NHS Digital
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.description[0]Common messaging events.
CodeSystem.copyright[0]Copyright © 2019 NHS Digital
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.concept[0].code[0]prescription-order
CodeSystem.concept[0].display[0]Prescription Order
CodeSystem.concept[0].definition[0]Pharmacy/treatment encoded order
CodeSystem.concept[1].code[0]prescription-order-update
CodeSystem.concept[1].display[0]Prescription Order Update
CodeSystem.concept[2].code[0]prescription-order-response
CodeSystem.concept[2].display[0]Prescription Order Response
CodeSystem.concept[2].definition[0]Pharmacy/treatment order acknowledgement
CodeSystem.concept[2].property[0].code[0]deprecated
CodeSystem.concept[2].property[0].value[0]True
CodeSystem.concept[3].code[0]dispense-notification
CodeSystem.concept[3].display[0]Dispense Notification
CodeSystem.concept[3].definition[0]Dispense Notification
CodeSystem.concept[4].code[0]unsolicited-observations
CodeSystem.concept[4].display[0]Unsolicited Observations
CodeSystem.concept[5].code[0]patient-notification
CodeSystem.concept[5].display[0]Patient Notifications
CodeSystem.concept[5].definition[0]Used to send CommunicationRequests
CodeSystem.concept[6].code[0]vaccinations
CodeSystem.concept[6].display[0]Vaccinations
CodeSystem.concept[7].code[0]document
CodeSystem.concept[7].display[0]Document
CodeSystem.concept[7].definition[0]Original document notification and content
CodeSystem.concept[8].code[0]document-notification
CodeSystem.concept[8].display[0]Document Notification
CodeSystem.concept[8].definition[0]Original document notification
CodeSystem.concept[9].code[0]dispense-notification-update
CodeSystem.concept[9].display[0]Dispense Notification Update
CodeSystem.concept[9].definition[0]This message is used by the Dispensing System to notify the EPS System of an amendment to a previousy submitted dispense-notification
CodeSystem.concept[9].property[0].code[0]deprecated
CodeSystem.concept[9].property[0].value[0]True
CodeSystem.concept[10].code[0]appointment
CodeSystem.concept[10].display[0]Appointment
CodeSystem.concept[10].definition[0]Pre-admit a patient / Patient Appointment
CodeSystem.concept[11].code[0]referral
CodeSystem.concept[11].display[0]Patient Referral
CodeSystem.concept[11].definition[0]Patient referral/handover
CodeSystem.concept[12].code[0]notification
CodeSystem.concept[12].display[0]Event Notification
CodeSystem.concept[12].definition[0]Event Notification
CodeSystem.concept[13].code[0]encounter
CodeSystem.concept[13].display[0]Patient Encounter
CodeSystem.concept[13].definition[0]Can be used for an admission/discharge report or consulations
CodeSystem.concept[14].code[0]patient
CodeSystem.concept[14].display[0]Patient Demographics
CodeSystem.concept[14].definition[0]Patient demographic change events
CodeSystem.concept[15].code[0]unsolicited-action
CodeSystem.concept[15].display[0]Unsolicited actions
CodeSystem.concept[15].definition[0]Unsolicited actions using FHIR Task

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="message-events" />
    <url value="https://fhir.nhs.uk/CodeSystem/message-event" />
    <identifier>
        <system value="https://fhir.nhs.uk/identifier/CodeSystem" />
        <value value="message-events" />
    </identifier>
    <version value="1.0.19" />
    <name value="NHSDigitalMessageEvent" />
    <title value="Message Events" />
    <status value="draft" />
    <date value="2022-03-25" />
    <publisher value="NHS Digital" />
    <contact>
        <name value="NHS Digital" />
        <telecom>
            <system value="email" />
            <value value="interoperabilityteam@nhs.net" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="Common messaging events." />
    <copyright value="Copyright &#169; 2019 NHS Digital" />
    <caseSensitive value="true" />
    <content value="complete" />
    <concept>
        <code value="prescription-order" />
        <display value="Prescription Order" />
        <definition value="Pharmacy/treatment encoded order" />
    </concept>
    <concept>
        <code value="prescription-order-update" />
        <display value="Prescription Order Update" />
    </concept>
    <concept>
        <code value="prescription-order-response" />
        <display value="Prescription Order Response" />
        <definition value="Pharmacy/treatment order acknowledgement" />
        <property>
            <code value="deprecated" />
            <valueBoolean value="true" />
        </property>
    </concept>
    <concept>
        <code value="dispense-notification" />
        <display value="Dispense Notification" />
        <definition value="Dispense Notification" />
    </concept>
    <concept>
        <code value="unsolicited-observations" />
        <display value="Unsolicited Observations" />
    </concept>
    <concept>
        <code value="patient-notification" />
        <display value="Patient Notifications" />
        <definition value="Used to send CommunicationRequests" />
    </concept>
    <concept>
        <code value="vaccinations" />
        <display value="Vaccinations" />
    </concept>
    <concept>
        <code value="document" />
        <display value="Document" />
        <definition value="Original document notification and content" />
    </concept>
    <concept>
        <code value="document-notification" />
        <display value="Document Notification" />
        <definition value="Original document notification" />
    </concept>
    <concept>
        <code value="dispense-notification-update" />
        <display value="Dispense Notification Update" />
        <definition value="This message is used by the Dispensing System to notify the EPS System of an amendment to a previousy submitted dispense-notification" />
        <property>
            <code value="deprecated" />
            <valueBoolean value="true" />
        </property>
    </concept>
    <concept>
        <code value="appointment" />
        <display value="Appointment" />
        <definition value="Pre-admit a patient / Patient Appointment" />
    </concept>
    <concept>
        <code value="referral" />
        <display value="Patient Referral" />
        <definition value="Patient referral/handover" />
    </concept>
    <concept>
        <code value="notification" />
        <display value="Event Notification" />
        <definition value="Event Notification" />
    </concept>
    <concept>
        <code value="encounter" />
        <display value="Patient Encounter" />
        <definition value="Can be used for an admission/discharge report or consulations" />
    </concept>
    <concept>
        <code value="patient" />
        <display value="Patient Demographics" />
        <definition value="Patient demographic change events" />
    </concept>
    <concept>
        <code value="unsolicited-action" />
        <display value="Unsolicited actions" />
        <definition value="Unsolicited actions using FHIR Task" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "message-events",
    "url": "https://fhir.nhs.uk/CodeSystem/message-event",
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/identifier/CodeSystem",
            "value": "message-events"
        }
    ],
    "version": "1.0.19",
    "name": "NHSDigitalMessageEvent",
    "title": "Message Events",
    "status": "draft",
    "date": "2022-03-25",
    "publisher": "NHS Digital",
    "contact":  [
        {
            "name": "NHS Digital",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work"
                }
            ]
        }
    ],
    "description": "Common messaging events.",
    "copyright": "Copyright © 2019 NHS Digital",
    "caseSensitive": true,
    "content": "complete",
    "concept":  [
        {
            "code": "prescription-order",
            "display": "Prescription Order",
            "definition": "Pharmacy/treatment encoded order"
        },
        {
            "code": "prescription-order-update",
            "display": "Prescription Order Update"
        },
        {
            "code": "prescription-order-response",
            "display": "Prescription Order Response",
            "definition": "Pharmacy/treatment order acknowledgement",
            "property":  [
                {
                    "code": "deprecated",
                    "valueBoolean": true
                }
            ]
        },
        {
            "code": "dispense-notification",
            "display": "Dispense Notification",
            "definition": "Dispense Notification"
        },
        {
            "code": "unsolicited-observations",
            "display": "Unsolicited Observations"
        },
        {
            "code": "patient-notification",
            "display": "Patient Notifications",
            "definition": "Used to send CommunicationRequests"
        },
        {
            "code": "vaccinations",
            "display": "Vaccinations"
        },
        {
            "code": "document",
            "display": "Document",
            "definition": "Original document notification and content"
        },
        {
            "code": "document-notification",
            "display": "Document Notification",
            "definition": "Original document notification"
        },
        {
            "code": "dispense-notification-update",
            "display": "Dispense Notification Update",
            "definition": "This message is used by the Dispensing System to notify the EPS System of an amendment to a previousy submitted dispense-notification",
            "property":  [
                {
                    "code": "deprecated",
                    "valueBoolean": true
                }
            ]
        },
        {
            "code": "appointment",
            "display": "Appointment",
            "definition": "Pre-admit a patient / Patient Appointment"
        },
        {
            "code": "referral",
            "display": "Patient Referral",
            "definition": "Patient referral/handover"
        },
        {
            "code": "notification",
            "display": "Event Notification",
            "definition": "Event Notification"
        },
        {
            "code": "encounter",
            "display": "Patient Encounter",
            "definition": "Can be used for an admission/discharge report or consulations"
        },
        {
            "code": "patient",
            "display": "Patient Demographics",
            "definition": "Patient demographic change events"
        },
        {
            "code": "unsolicited-action",
            "display": "Unsolicited actions",
            "definition": "Unsolicited actions using FHIR Task"
        }
    ]
}

Feedback

Click here to:

Report issue for codesystem-message-events, , , , , , , , , , , , , , , , , , , , , , , ,