0.1.0-current - ci-build International flag

JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions

: Just some modalities - JSON Representation

Draft as of 2024-08-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "FewModalitiesVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet FewModalitiesVS</b></p><a name=\"FewModalitiesVS\"> </a><a name=\"hcFewModalitiesVS\"> </a><a name=\"FewModalitiesVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://dicom.nema.org/resources/ontology/DCM\"><code>http://dicom.nema.org/resources/ontology/DCM</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-AR\">AR</a></td><td style=\"color: #cccccc\">Autorefraction</td><td>An acquisition device, process or method that measures autorefraction.</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-BI\">BI</a></td><td style=\"color: #cccccc\">Biomagnetic imaging</td><td>An acquisition device, process or method that performs biomagnetic imaging.</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-BMD\">BMD</a></td><td style=\"color: #cccccc\">Bone Mineral Densitometry</td><td>An acquisition device, process or method that performs bone mineral densitometry by X-Ray, including dual-energy X-Ray absorptiometry (DXA) and morphometric X-Ray absorptiometry (MXA).</td></tr><tr><td><a href=\"http://dicom.nema.org/resources/ontology/DCM.html#DCM-CT\">CT</a></td><td style=\"color: #cccccc\">Computed Tomography</td><td>An acquisition device, process or method that performs computed tomography.</td></tr></table></li></ul></div>"
  },
  "url" : "http://johnmoehrke.github.io/testDicom/ValueSet/FewModalitiesVS",
  "version" : "0.1.0-current",
  "name" : "FewModalitiesVS",
  "title" : "Just some modalities",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-08-28T19:52:04+00:00",
  "publisher" : "John Moehrke (himself)",
  "contact" : [
    {
      "name" : "John Moehrke (himself)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://healthcaresecprivacy.blogspot.com"
        },
        {
          "system" : "email",
          "value" : "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description" : "ValueSet of some modalities explicitly listed",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "concept" : [
          {
            "code" : "AR"
          },
          {
            "code" : "BI"
          },
          {
            "code" : "BMD"
          },
          {
            "code" : "CT"
          }
        ]
      }
    ]
  }
}