CH RAD-Order (R4)
2.0.0-ballot - ballot Switzerland flag

CH RAD-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-rad-order/ and changes regularly. See the Directory of published versions

: DICOM conformant SOP Instance - JSON Representation

Raw json | Download


{
  "resourceType" : "ImagingStudy",
  "id" : "DicomSopInstanceConformant",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-rad-order/StructureDefinition/ch-rad-order-imagingstudy"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingStudy</b><a name=\"DicomSopInstanceConformant\"> </a><a name=\"hcDicomSopInstanceConformant\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceImagingStudy &quot;DicomSopInstanceConformant&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-rad-order-imagingstudy.html\">CH RAD-Order ImagingStudy</a></p></div><p><b>identifier</b>: PLAC/2.16.124.113543.1154777499.30246.19789.3503430045, Accession ID/2819497684894126</p><p><b>status</b>: available</p><p><b>subject</b>: <a href=\"Patient-SUfferer.html\">Patient/SUfferer</a> &quot; UFFERER&quot;</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.1154777499.30246.19789.3503430045.1</p><p><b>modality</b>: DX (Details: [not stated] code DX = 'DX', stated as 'null')</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.124.113543.1154777499.30246.19789.3503430045.1.1</td><td>1.2.840.10008.5.1.4.1.1.1 (Details: [not stated] code 1.2.840.10008.5.1.4.1.1.1 = '1.2.840.10008.5.1.4.1.1.1', stated as 'null')</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "urn:dicom:uid",
            "code" : "PLAC"
          }
        ]
      },
      "value" : "2.16.124.113543.1154777499.30246.19789.3503430045"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN"
          }
        ]
      },
      "value" : "2819497684894126"
    }
  ],
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/SUfferer"
  },
  "series" : [
    {
      "uid" : "2.16.124.113543.1154777499.30246.19789.3503430045.1",
      "modality" : {
        "code" : "DX"
      },
      "instance" : [
        {
          "uid" : "2.16.124.113543.1154777499.30246.19789.3503430045.1.1",
          "sopClass" : {
            "code" : "1.2.840.10008.5.1.4.1.1.1"
          }
        }
      ]
    }
  ]
}