HL7 Europe Imaging Study Report
0.1.0-build - ci-build 150

HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/bvdh/bvdh-hl7eu-imaging/ and changes regularly. See the Directory of published versions

: Radiology Report Types - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ImImagingReportTypesEuVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ImImagingReportTypesEuVS</b></p><a name=\"ImImagingReportTypesEuVS\"> </a><a name=\"hcImImagingReportTypesEuVS\"> </a><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS  = ACTIVE, SCALE_TYP  = Doc and CLASS  = RAD</li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    }
  ],
  "url" : "http://hl7.eu/fhir/imaging-r5/ValueSet/ImImagingReportTypesEuVS",
  "version" : "0.1.0-build",
  "name" : "ImImagingReportTypesEuVS",
  "title" : "Radiology Report Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-18T19:52:09+00:00",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "The set of radiology types as defined by LOINC.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "STATUS",
            "op" : "=",
            "value" : "ACTIVE"
          },
          {
            "property" : "SCALE_TYP",
            "op" : "=",
            "value" : "Doc"
          },
          {
            "property" : "CLASS",
            "op" : "=",
            "value" : "RAD"
          }
        ]
      }
    ]
  }
}