North West Genomic Medicine Service Alliance
0.0.1 - ci-build United Kingdom flag

DRAFT Implementation Guide

This is for collaboration and discussion purposes and is subject to change.

North West Genomic Medicine Service Alliance - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Order Category - JSON Representation

Draft as of 2025-06-19

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "order-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet order-category</b></p><a name=\"order-category\"> </a><a name=\"hcorder-category\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>https://nw-gmsa.github.io/CodeSystem/nwgmsa</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>RareAndInheritedDiseasesGeneticTesting</td><td>Rare and inherited diseases Genetic Testing (procedure)</td></tr><tr><td>PreNatalGeneticTesting</td><td>Pre Natal Genetic Testing (procedure)</td></tr><tr><td>HaemoglobinopathyGeneticTesting</td><td>Haemoglobinopathy Genetic Testing (procedure)</td></tr><tr><td>CancerGeneticTesting</td><td>Cancer Genetic Testing (procedure)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/1186936003\">1186936003</a></td><td>Storage of specimen (procedure)</td></tr></table></li></ul></div>"
  },
  "url" : "https://nw-gmsa.github.io/ValueSet/order-category",
  "version" : "0.0.1",
  "name" : "OrderCategory",
  "title" : "Order Category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-06-19T14:44:16+00:00",
  "publisher" : "NHS North West GMSA",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nw-gmsa.nhs.uk/contact-us"
        }
      ]
    }
  ],
  "description" : "Top level classification of Genomic Test Directory",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://nw-gmsa.github.io/CodeSystem/nwgmsa",
        "concept" : [
          {
            "code" : "RareAndInheritedDiseasesGeneticTesting",
            "display" : "Rare and inherited diseases Genetic Testing (procedure)"
          },
          {
            "code" : "PreNatalGeneticTesting",
            "display" : "Pre Natal Genetic Testing (procedure)"
          },
          {
            "code" : "HaemoglobinopathyGeneticTesting",
            "display" : "Haemoglobinopathy Genetic Testing (procedure)"
          },
          {
            "code" : "CancerGeneticTesting",
            "display" : "Cancer Genetic Testing (procedure)"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "1186936003",
            "display" : "Storage of specimen (procedure)"
          }
        ]
      }
    ]
  }
}