Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.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

: Imaging Code System - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "RadiomicsCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem RadiomicsCS</b></p><a name=\"RadiomicsCS\"> </a><a name=\"hcRadiomicsCS\"> </a><a name=\"RadiomicsCS-en-US\"> </a><p>This  code system <code>https://terminology.arkhn.com/radiomicsCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">DICOM<a name=\"RadiomicsCS-DICOM\"> </a></td><td>ROI Type DICOM</td></tr><tr><td style=\"white-space:nowrap\">MASK<a name=\"RadiomicsCS-MASK\"> </a></td><td>ROI Type NIfTI</td></tr></table></div>"
  },
  "url" : "https://terminology.arkhn.com/radiomicsCS",
  "version" : "1.1.0",
  "name" : "RadiomicsCS",
  "title" : "Imaging Code System",
  "status" : "draft",
  "date" : "2025-04-03T14:14:07+02:00",
  "publisher" : "institutcancer",
  "contact" : [
    {
      "name" : "institutcancer",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://cancer.fr"
        },
        {
          "system" : "email",
          "value" : "osiris@institutcancer.fr"
        }
      ]
    },
    {
      "name" : "Aurélien JOBARD",
      "telecom" : [
        {
          "system" : "email",
          "value" : "osiris@institutcancer.fr"
        }
      ]
    }
  ],
  "description" : "Imaging Code System",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "DICOM",
      "display" : "ROI Type DICOM"
    },
    {
      "code" : "MASK",
      "display" : "ROI Type NIfTI"
    }
  ]
}