{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ImagingProceduresDICOM",
  "id": "radiology-procedures-dicom",
  "title": "Radiology Procedures DICOM",
  "description": "Radiology procedures in the context of Covid-19 - DICOM",
  "version": "1.0.6",
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/radiology-procedures-dicom",
  "experimental": false,
  "publisher": "Berlin Institute of Health at Charité (BIH)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2020-05-03T13:28:27+00:00"
      }
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "CT",
            "display": "Computed Tomography"
          },
          {
            "code": "RG",
            "display": "Radiographic imaging"
          },
          {
            "code": "US",
            "display": "Ultrasound"
          }
        ]
      }
    ]
  }
}