FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeValueSet
IdValueSet-covid-19-detection-of-antigen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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