covid-19-detection-of-antigen

Url
https://fhir.nhs.uk/ValueSet/covid-19-detection-of-antigen

Based on Primary Care EPR Result Processing from COVID_19_Related_Pathology_Messaging_Guidance v2.5.9.

This ValueSet is for review and information only and not intended for implementation use. When implementing, systems should use the latest der2_sRefset_SimpleMapUKCRSnapshot_GB1000000 file from the UK SNOMED CT Release, found in the clinical refsets extension, as the definitive ‘source of truth’ for all mapping functions.

ValueSet 'COVID19DetectionOfAntigen'

Version2.5.9
Published byNHS Digital
StatusDraft (since 2020-11-13T06:00:00+00:00)

SNOMED CT-coded requestable tests is to be used

Contact Information

Interoperability Team
Email: interoperabilityteam@nhs.net

This value set includes codes from the following code systems:

  • The following codes from system: SnomedCT

    CodeDisplay
    1322781000000102SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result positive
    1322791000000100SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result negative
    1322801000000101SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result indeterminate
    1322821000000105SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result unknown
{
    "resourceType": "ValueSet",
    "id": "covid-19-detection-of-antigen",
    "url": "https://fhir.nhs.uk/ValueSet/covid-19-detection-of-antigen",
    "version": "2.5.9",
    "name": "COVID19DetectionOfAntigen",
    "title": "COVID-19 SNOMED CT Detection Of Antigen",
    "status": "draft",
    "date": "2020-11-13T06:00:00+00:00",
    "publisher": "NHS Digital",
    "contact":  [
        {
            "name": "Interoperability Team",
            "telecom":  [
                {
                    "system": "email",
                    "value": "interoperabilityteam@nhs.net",
                    "use": "work"
                }
            ]
        }
    ],
    "description": "SNOMED CT-coded requestable tests is to be used",
    "compose": {
        "include":  [
            {
                "system": "http://snomed.info/sct",
                "concept":  [
                    {
                        "code": "1322781000000102",
                        "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result positive"
                    },
                    {
                        "code": "1322791000000100",
                        "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result negative"
                    },
                    {
                        "code": "1322801000000101",
                        "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result indeterminate"
                    },
                    {
                        "code": "1322821000000105",
                        "display": "SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result unknown"
                    }
                ]
            }
        ]
    }
}
<ValueSet xmlns="http://hl7.org/fhir">
    <id value="covid-19-detection-of-antigen" />
    <url value="https://fhir.nhs.uk/ValueSet/covid-19-detection-of-antigen" />
    <version value="2.5.9" />
    <name value="COVID19DetectionOfAntigen" />
    <title value="COVID-19 SNOMED CT Detection Of Antigen" />
    <status value="draft" />
    <date value="2020-11-13T06: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="SNOMED CT-coded requestable tests is to be used" />
    <compose>
        <include>
            <system value="http://snomed.info/sct" />
            <concept>
                <code value="1322781000000102" />
                <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result positive" />
            </concept>
            <concept>
                <code value="1322791000000100" />
                <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result negative" />
            </concept>
            <concept>
                <code value="1322801000000101" />
                <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result indeterminate" />
            </concept>
            <concept>
                <code value="1322821000000105" />
                <display value="SARS-CoV-2 (severe acute respiratory syndrome coronavirus 2) antigen detection result unknown" />
            </concept>
        </include>
    </compose>
</ValueSet>