HL7 Europe Imaging Study Report
0.1.0 - 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 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions

: Radiation Dose Observation Unit ValueSet - JSON Representation

Draft as of 2025-03-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "im-radiation-dose-observation-unit-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet im-radiation-dose-observation-unit-vs</b></p><a name=\"im-radiation-dose-observation-unit-vs\"> </a><a name=\"hcim-radiation-dose-observation-unit-vs\"> </a><a name=\"im-radiation-dose-observation-unit-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>mGy</td><td>mGy</td></tr><tr><td>mGy.cm</td><td>mGy.cm</td></tr><tr><td>mSv</td><td>mSv</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging/ValueSet/im-radiation-dose-observation-unit-vs",
  "version" : "0.1.0",
  "name" : "ImRadiationDoseObservationUnitValueSet",
  "title" : "Radiation Dose Observation Unit ValueSet",
  "status" : "draft",
  "date" : "2025-03-18T14:31:31+00:00",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "Units for Radiation Dose Observations.",
  "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://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "mGy",
            "display" : "mGy"
          },
          {
            "code" : "mGy.cm",
            "display" : "mGy.cm"
          },
          {
            "code" : "mSv",
            "display" : "mSv"
          }
        ]
      }
    ]
  }
}