2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Imaging-modality.json

Raw JSON (canonical form)

Definition for Value SetImagingModality

{
  "resourceType": "ValueSet",
  "id": "imaging-modality",
  "meta": {
    "lastUpdated": "2015-02-23T09:07:27.665+11:00",
    "profile": [
      "http://hl7.org/fhir/Profile/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid",
      "valueUri": "urn:oid:1.2.840.10008.6.1.19"
    }
  ],
  "url": "http://hl7.org/fhir/vs/imaging-modality",
  "version": "0.4.0",
  "name": "ImagingModality",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Type of acquired image data in the instance",
  "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association",
  "status": "draft",
  "experimental": false,
  "date": "2015-02-23T09:07:27+11:00",
  "compose": {
    "include": [
      {
        "system": "http://nema.org/dicom/dicm",
        "concept": [
          {
            "code": "AR"
          },
          {
            "code": "BMD"
          },
          {
            "code": "BDUS"
          },
          {
            "code": "EPS"
          },
          {
            "code": "CR"
          },
          {
            "code": "CT"
          },
          {
            "code": "DX"
          },
          {
            "code": "ECG"
          },
          {
            "code": "ES"
          },
          {
            "code": "XC"
          },
          {
            "code": "GM"
          },
          {
            "code": "HD"
          },
          {
            "code": "IO"
          },
          {
            "code": "IVOCT"
          },
          {
            "code": "IVUS"
          },
          {
            "code": "KER"
          },
          {
            "code": "LEN"
          },
          {
            "code": "MR"
          },
          {
            "code": "MG"
          },
          {
            "code": "NM"
          },
          {
            "code": "OAM"
          },
          {
            "code": "OCT"
          },
          {
            "code": "OPM"
          },
          {
            "code": "OP"
          },
          {
            "code": "OPR"
          },
          {
            "code": "OPT"
          },
          {
            "code": "OPV"
          },
          {
            "code": "PX"
          },
          {
            "code": "PT"
          },
          {
            "code": "RF"
          },
          {
            "code": "RG"
          },
          {
            "code": "SM"
          },
          {
            "code": "SRF"
          },
          {
            "code": "US"
          },
          {
            "code": "VA"
          },
          {
            "code": "XA"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.