Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - STU 1 Ballot

This page is part of the Radiation Dose Summary for Diagnostic Procedures on FHIR (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Procedure Reported Type Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "procedure-reported-type-rds-vs",
  "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://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>113502</td><td>Radiopharmaceutical Administration</td></tr><tr><td>113704</td><td>Projection X-Ray</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/77477000\">77477000</a></td><td>Computerized tomography</td></tr><tr><td><a href=\"http://snomed.info/id/71651007\">71651007</a></td><td>Mammography</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/radiation-dose-summary/ValueSet/procedure-reported-type-rds-vs",
  "version" : "0.1.0",
  "name" : "ProcedureReportedTypeVS",
  "title" : "Procedure Reported Type Value Set",
  "status" : "active",
  "date" : "2021-12-08T15:51:18+00:00",
  "publisher" : "HL7 Imaging Integration Working Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "HL7 Imaging Integration Workgroup",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "Abderrazek Boufahja",
      "telecom" : [
        {
          "system" : "email",
          "value" : "abderrazek.boufahja@ge.com"
        }
      ]
    }
  ],
  "description" : "What is the type of procedure reported in the Radiation Dose Summary",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "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://dicom.nema.org/resources/ontology/DCM",
        "concept" : [
          {
            "code" : "113502",
            "display" : "Radiopharmaceutical Administration"
          },
          {
            "code" : "113704",
            "display" : "Projection X-Ray"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "77477000",
            "display" : "Computerized tomography"
          },
          {
            "code" : "71651007",
            "display" : "Mammography"
          }
        ]
      }
    ]
  }
}