FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Diagnostic Report Type - JSON Representation

Draft as of 2020-08-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-diagnostic-report-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><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/770573007\">770573007</a></td><td>Airway endoscopy report</td></tr><tr><td><a href=\"http://snomed.info/id/782659005\">782659005</a></td><td>Cystoscopy report</td></tr><tr><td><a href=\"http://snomed.info/id/725870000\">725870000</a></td><td>Diagnostic coronary angiography report</td></tr><tr><td><a href=\"http://snomed.info/id/721981007\">721981007</a></td><td>Diagnostic studies report</td></tr><tr><td><a href=\"http://snomed.info/id/722143004\">722143004</a></td><td>Infectious disease diagnostic study note</td></tr><tr><td><a href=\"http://snomed.info/id/720449003\">720449003</a></td><td>Pulmonary function report</td></tr><tr><td><a href=\"http://snomed.info/id/371528001\">371528001</a></td><td>Pathology report</td></tr><tr><td><a href=\"http://snomed.info/id/721631001\">721631001</a></td><td>Bone marrow pathology biopsy report</td></tr><tr><td><a href=\"http://snomed.info/id/4311000179106\">4311000179106</a></td><td>Chemical pathology report</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  4201000179104 (Imaging report (record artifact))</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  4241000179101 (Laboratory report (record artifact))</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  714335001 (Lower gastrointestinal tract endoscopy report (record artifact))</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  4271000179106 (Nuclear medicine report (record artifact))</li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  714337009 (Upper gastrointestinal tract endoscopy report (record artifact))</li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-diagnostic-report-type",
  "version" : "6.0.0",
  "name" : "DiagnosticReportType",
  "title" : "Diagnostic Report Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-08-19",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://nrces.in/"
        }
      ]
    }
  ],
  "description" : "The Diagnostic Report Type Value Set is a set of types supported for Diagnostic Reports and notes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "770573007",
            "display" : "Airway endoscopy report"
          },
          {
            "code" : "782659005",
            "display" : "Cystoscopy report"
          },
          {
            "code" : "725870000",
            "display" : "Diagnostic coronary angiography report"
          },
          {
            "code" : "721981007",
            "display" : "Diagnostic studies report"
          },
          {
            "code" : "722143004",
            "display" : "Infectious disease diagnostic study note"
          },
          {
            "code" : "720449003",
            "display" : "Pulmonary function report"
          },
          {
            "code" : "371528001",
            "display" : "Pathology report"
          },
          {
            "code" : "721631001",
            "display" : "Bone marrow pathology biopsy report"
          },
          {
            "code" : "4311000179106",
            "display" : "Chemical pathology report"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "4201000179104"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "4241000179101"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "714335001"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "4271000179106"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "714337009"
          }
        ]
      }
    ]
  }
}