FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/VS-PiRads

Packagehl7.eu.fhir.flute
TypeValueSet
IdVS-PiRads
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/flute/https://build.fhir.org/ig/hl7-eu/flute/ValueSet-VS-PiRads.html
URLhttp://hl7.eu/fhir/ig/flute/ValueSet/VS-PiRads
Version0.1.0
Statusdraft
Date2025-04-24T09:01:03+00:00
NameVSPiRads
TitleProstate Imaging – Reporting and Data System
Realmeu
Authorityhl7
DescriptionProstate Imaging – Reporting andData System (R)

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet VS-PiRads

  • Include these codes as defined in http://acr.org/pi-rads
    CodeDisplay
    1Very low (clinically significant cancer is highly unlikely to be present)
    2Low (clinically significant cancer is unlikely to be present)
    3Intermediate (the presence of clinically significant cancer is equivocal)
    4High (clinically significant cancer is likely to be present)
    5Very high (clinically significant cancer is highly likely to be present)

Source

{
  "resourceType": "ValueSet",
  "id": "VS-PiRads",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/flute/ValueSet/VS-PiRads",
  "version": "0.1.0",
  "name": "VSPiRads",
  "title": "Prostate Imaging – Reporting and Data System",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-24T09:01:03+00:00",
  "publisher": "Flute Project",
  "contact": [
    {
      "name": "Flute Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name": "Flute Project",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description": "Prostate Imaging – Reporting andData System (R)",
  "compose": {
    "include": [
      {
        "system": "http://acr.org/pi-rads",
        "concept": [
          {
            "code": "1",
            "display": "Very low (clinically significant cancer is highly unlikely to be present)"
          },
          {
            "code": "2",
            "display": "Low (clinically significant cancer is unlikely to be present)"
          },
          {
            "code": "3",
            "display": "Intermediate (the presence of clinically significant cancer is equivocal)"
          },
          {
            "code": "4",
            "display": "High (clinically significant cancer is likely to be present)"
          },
          {
            "code": "5",
            "display": "Very high (clinically significant cancer is highly likely to be present)"
          }
        ]
      }
    ]
  }
}