NHS England FHIR Implementation Guide (deprecated)

Important Announcement regarding this Implementation Guide
  • As of 04/10/2023, this implementation guide has been deprecated and all development on the legacy NHS England FHIR Implementation Guide assets has ceased.
  • Therefore, vendors looking to start new implementations or looking to update existing implementations should use the new NHS England Implementation Guide. Vendors continuing to implement legacy NHS England FHIR Implementation Guide based solutions do so at their own risk and on the understanding that no maintenance or support will be available.

England-servicerequest-category

Url
https://fhir.nhs.uk/ValueSet/England-servicerequest-category

ValueSet 'ServiceRequestCategory'

Version0.0.2
Published byNHS Digital
StatusDraft (since 2022-03-01T06:00:00+00:00)

Value set of SNOMED CT concepts that can classify a requested service

Contact Information

Interoperability Team
Email: interoperabilityteam@nhs.net

This value set includes codes from the following code systems:

{
    "resourceType": "ValueSet",
    "id": "a6876ad9-6ac5-431a-980d-b093a07e84d6",
    "url": "https://fhir.nhs.uk/ValueSet/NHSDigital-ServiceRequest-category",
    "version": "0.0.2",
    "name": "ServiceRequestCategory",
    "title": "ServiceRequestCategory",
    "status": "draft",
    "date": "2022-03-01T06:00:00+00:00",
    "publisher": "NHS Digital",
    "contact":  [
        {
            "name": "Interoperability Team",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work"
                }
            ]
        }
    ],
    "description": "Value set of SNOMED CT concepts that can classify a requested service",
    "compose": {
        "include":  [
            {
                "system": "http://snomed.info/sct",
                "concept":  [
                    {
                        "code": "108252007",
                        "display": "Laboratory procedure"
                    },
                    {
                        "code": "363679005",
                        "display": "Imaging"
                    },
                    {
                        "code": "409063005",
                        "display": "Counselling"
                    },
                    {
                        "code": "409073007",
                        "display": "Education"
                    },
                    {
                        "code": "387713003",
                        "display": "Surgical procedure"
                    },
                    {
                        "code": "3457005",
                        "display": "Patient referral"
                    },
                    {
                        "code": "820641000000100",
                        "display": "Choose and book advice and guidance request"
                    }
                ]
            }
        ]
    }
}
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="a6876ad9-6ac5-431a-980d-b093a07e84d6" />
    <url value="https://fhir.nhs.uk/ValueSet/NHSDigital-ServiceRequest-category" />
    <version value="0.0.2" />
    <name value="ServiceRequestCategory" />
    <title value="ServiceRequestCategory" />
    <status value="draft" />
    <date value="2022-03-01T06:00:00+00:00" />
    <publisher value="NHS Digital" />
    <contact>
        <name value="Interoperability Team" />
        <telecom>
            <system value="email" />
            <value value="interoperabilityteam@nhs.net" />
            <use value="work" />
        </telecom>
    </contact>
    <description value="Value set of SNOMED CT concepts that can classify a requested service" />
    <compose>
        <include>
            <system value="http://snomed.info/sct" />
            <concept>
                <code value="108252007" />
                <display value="Laboratory procedure" />
            </concept>
            <concept>
                <code value="363679005" />
                <display value="Imaging" />
            </concept>
            <concept>
                <code value="409063005" />
                <display value="Counselling" />
            </concept>
            <concept>
                <code value="409073007" />
                <display value="Education" />
            </concept>
            <concept>
                <code value="387713003" />
                <display value="Surgical procedure" />
            </concept>
            <concept>
                <code value="3457005" />
                <display value="Patient referral" />
            </concept>
            <concept>
                <code value="820641000000100" />
                <display value="Choose and book advice and guidance request" />
            </concept>
        </include>
    </compose>
</ValueSet>
back to top