{
  "resourceType": "StructureDefinition",
  "id": "fea09a7d-9e5b-4fef-b977-a937eacbd1f2",
  "meta": {
    "lastUpdated": "2018-03-08T16:46:09.183+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "ii"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy",
  "name": "ImagingStudy",
  "status": "draft",
  "publisher": "Health Level Seven International (Imaging Integration)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    }
  ],
  "description": "Base StructureDefinition for ImagingStudy Resource",
  "fhirVersion": "3.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "dicom",
      "uri": "http://nema.org/dicom",
      "name": "DICOM Tag Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ImagingStudy",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "ImagingStudy",
        "path": "ImagingStudy",
        "short": "A set of images produced in single study (one or more series of references images)",
        "definition": "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context.  A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.",
        "mapping": [
          {
            "identity": "rim",
            "map": "Act[classCode=COMPOSITION, moodCode=EVN]"
          },
          {
            "identity": "dicom",
            "map": "Reference IHE radiology TF vol 2 table 4.14-1"
          },
          {
            "identity": "w5",
            "map": "clinical.diagnostics"
          }
        ]
      },
      {
        "id": "ImagingStudy.uid",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
            "valueString": "dicom="
          }
        ],
        "path": "ImagingStudy.uid",
        "short": "Formal DICOM identifier for the study",
        "definition": "Formal identifier for the study.",
        "alias": [
          "StudyInstanceUID"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueOid": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".id"
          },
          {
            "identity": "dicom",
            "map": "(0020,000D)"
          },
          {
            "identity": "w5",
            "map": "id"
          }
        ]
      },
      {
        "id": "ImagingStudy.accession",
        "path": "ImagingStudy.accession",
        "short": "Related workflow identifier (\"Accession Number\")",
        "definition": "Accession Number is an identifier related to some aspect of imaging workflow and data management. Usage may vary across different institutions.  See for instance [IHE Radiology Technical Framework Volume 1 Appendix A](http://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_TF_Rev13.0_Vol1_FT_2014-07-30.pdf).",
        "alias": [
          "AccessionNumber"
        ],
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id"
          },
          {
            "identity": "dicom",
            "map": "(0008,0050)"
          },
          {
            "identity": "w5",
            "map": "id"
          }
        ]
      },
      {
        "id": "ImagingStudy.identifier",
        "path": "ImagingStudy.identifier",
        "short": "Other identifiers for the study",
        "definition": "Other identifiers for the study.",
        "alias": [
          "StudyID"
        ],
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".id (no means to distinguish from uid)"
          },
          {
            "identity": "dicom",
            "map": "(0020,0010)"
          },
          {
            "identity": "w5",
            "map": "id"
          }
        ]
      },
      {
        "id": "ImagingStudy.availability",
        "path": "ImagingStudy.availability",
        "short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
        "definition": "Availability of study (online, offline, or nearline).",
        "alias": [
          "InstanceAvailability"
        ],
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "InstanceAvailability"
            }
          ],
          "strength": "required",
          "description": "Availability of the resource",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/instance-availability"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": "Not supported"
          },
          {
            "identity": "w5",
            "map": "status"
          }
        ]
      },
      {
        "id": "ImagingStudy.modalityList",
        "path": "ImagingStudy.modalityList",
        "short": "All series modality if actual acquisition modalities",
        "definition": "A list of all the Series.ImageModality values that are actual acquisition modalities, i.e. those in the DICOM Context Group 29 (value set OID 1.2.840.10008.6.1.19).",
        "alias": [
          "ModalitiesInStudy"
        ],
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ImagingModality"
            }
          ],
          "strength": "extensible",
          "description": "Type of acquired data in the instance",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".code"
          },
          {
            "identity": "dicom",
            "map": "(0008,0061)"
          },
          {
            "identity": "w5",
            "map": "class"
          }
        ]
      },
      {
        "id": "ImagingStudy.patient",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
            "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.2.2.html"
          }
        ],
        "path": "ImagingStudy.patient",
        "short": "Who the images are of",
        "definition": "The patient imaged in the study.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=SBJ].role"
          },
          {
            "identity": "dicom",
            "map": "(0010/*)"
          },
          {
            "identity": "w5",
            "map": "who.focus"
          }
        ]
      },
      {
        "id": "ImagingStudy.context",
        "path": "ImagingStudy.context",
        "short": "Originating context",
        "definition": "The encounter or episode at which the request is initiated.",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]"
          },
          {
            "identity": "w5",
            "map": "context"
          }
        ]
      },
      {
        "id": "ImagingStudy.started",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
            "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html#sect_C.7.2.1"
          }
        ],
        "path": "ImagingStudy.started",
        "short": "When the study was started",
        "definition": "Date and time the study started.",
        "alias": [
          "StudyDate",
          "StudyTime"
        ],
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueDateTime": "2011-01-01T08:01:20+00:00"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".effectiveTime"
          },
          {
            "identity": "dicom",
            "map": "(0008,0020)+(0008,0030)"
          },
          {
            "identity": "w5",
            "map": "when.init"
          }
        ]
      },
      {
        "id": "ImagingStudy.basedOn",
        "path": "ImagingStudy.basedOn",
        "short": "Request fulfilled",
        "definition": "A list of the diagnostic requests that resulted in this imaging study being performed.",
        "requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ReferralRequest"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/CarePlan"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]"
          },
          {
            "identity": "w5",
            "map": "who.cause"
          }
        ]
      },
      {
        "id": "ImagingStudy.referrer",
        "path": "ImagingStudy.referrer",
        "short": "Referring physician",
        "definition": "The requesting/referring physician.",
        "alias": [
          "ReferringPhysiciansName"
        ],
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role"
          },
          {
            "identity": "w5",
            "map": "who.cause"
          }
        ]
      },
      {
        "id": "ImagingStudy.interpreter",
        "path": "ImagingStudy.interpreter",
        "short": "Who interpreted images",
        "definition": "Who read the study and interpreted the images or other content.",
        "alias": [
          "Name of Physician(s) Reading Study"
        ],
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=PRF].role"
          },
          {
            "identity": "dicom",
            "map": "(0008,1060)"
          },
          {
            "identity": "w5",
            "map": "who.witness"
          }
        ]
      },
      {
        "id": "ImagingStudy.endpoint",
        "path": "ImagingStudy.endpoint",
        "short": "Study access endpoint",
        "definition": "The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.type.",
        "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer.",
        "requirements": "Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "Not supported"
          }
        ]
      },
      {
        "id": "ImagingStudy.numberOfSeries",
        "path": "ImagingStudy.numberOfSeries",
        "short": "Number of Study Related Series",
        "definition": "Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present.",
        "alias": [
          "NumberOfStudyRelatedSeries"
        ],
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber"
          },
          {
            "identity": "dicom",
            "map": "(0020,1206)"
          }
        ]
      },
      {
        "id": "ImagingStudy.numberOfInstances",
        "path": "ImagingStudy.numberOfInstances",
        "short": "Number of Study Related Instances",
        "definition": "Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.",
        "alias": [
          "NumberOfStudyRelatedInstances"
        ],
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber"
          },
          {
            "identity": "dicom",
            "map": "(0020,1208)"
          }
        ]
      },
      {
        "id": "ImagingStudy.procedureReference",
        "path": "ImagingStudy.procedureReference",
        "short": "The performed Procedure reference",
        "definition": "A reference to the performed Procedure.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Procedure"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]"
          },
          {
            "identity": "dicom",
            "map": "(0008,1032)"
          }
        ]
      },
      {
        "id": "ImagingStudy.procedureCode",
        "path": "ImagingStudy.procedureCode",
        "short": "The performed procedure code",
        "definition": "The code for the performed procedure type.",
        "alias": [
          "ProcedureCodeSequence"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ImagingProcedureCode"
            }
          ],
          "strength": "example",
          "description": "The performed procedure type",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/procedure-code"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]"
          }
        ]
      },
      {
        "id": "ImagingStudy.reason",
        "path": "ImagingStudy.reason",
        "short": "Why the study was requested",
        "definition": "Description of clinical condition indicating why the ImagingStudy was requested.",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ImagingReason"
            }
          ],
          "strength": "example",
          "description": "The reason for the study",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/procedure-reason"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".reasonCode"
          },
          {
            "identity": "w5",
            "map": "why"
          }
        ]
      },
      {
        "id": "ImagingStudy.description",
        "path": "ImagingStudy.description",
        "short": "Institution-generated description",
        "definition": "Institution-generated description or classification of the Study performed.",
        "alias": [
          "StudyDescription"
        ],
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".text"
          },
          {
            "identity": "dicom",
            "map": "(0008,1030)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series",
        "path": "ImagingStudy.series",
        "short": "Each study has one or more series of instances",
        "definition": "Each study has one or more series of images or other content.",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.uid",
        "path": "ImagingStudy.series.uid",
        "short": "Formal DICOM identifier for this series",
        "definition": "Formal identifier for this series.",
        "alias": [
          "SeriesInstanceUID"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueOid": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".id"
          },
          {
            "identity": "dicom",
            "map": "(0020,000E)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.number",
        "path": "ImagingStudy.series.number",
        "short": "Numeric identifier of this series",
        "definition": "The numeric identifier of this series in the study.",
        "alias": [
          "SeriesNumber"
        ],
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueUnsignedInt": 3
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber"
          },
          {
            "identity": "dicom",
            "map": "(0020,0011)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.modality",
        "path": "ImagingStudy.series.modality",
        "short": "The modality of the instances in the series",
        "definition": "The modality of this series sequence.",
        "alias": [
          "Modality"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "ImagingModality"
            }
          ],
          "strength": "extensible",
          "description": "Type of acquired data in the instance",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".code"
          },
          {
            "identity": "dicom",
            "map": "(0008,0060)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.description",
        "path": "ImagingStudy.series.description",
        "short": "A short human readable summary of the series",
        "definition": "A description of the series.",
        "alias": [
          "SeriesDescription"
        ],
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueString": "CT Surview 180"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".text"
          },
          {
            "identity": "dicom",
            "map": "(0008,103E)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.numberOfInstances",
        "path": "ImagingStudy.series.numberOfInstances",
        "short": "Number of Series Related Instances",
        "definition": "Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.",
        "alias": [
          "NumberOfSeriesRelatedInstances"
        ],
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber"
          },
          {
            "identity": "dicom",
            "map": "(0020,1209)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.availability",
        "path": "ImagingStudy.series.availability",
        "short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
        "definition": "Availability of series (online, offline or nearline).",
        "alias": [
          "InstanceAvailability"
        ],
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "InstanceAvailability"
            }
          ],
          "strength": "required",
          "description": "Availability of the resource",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/instance-availability"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"availability\"].value"
          },
          {
            "identity": "dicom",
            "map": "(0008,0056)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.endpoint",
        "path": "ImagingStudy.series.endpoint",
        "short": "Series access endpoint",
        "definition": "The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.type.",
        "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.",
        "requirements": "Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Endpoint"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "Not supported"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.bodySite",
        "path": "ImagingStudy.series.bodySite",
        "short": "Body part examined",
        "definition": "The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality.",
        "alias": [
          "BodyPartExamined"
        ],
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "BodySite"
            }
          ],
          "strength": "example",
          "description": "Codes describing anatomical locations. May include laterality.",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/body-site"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".targetSiteCode"
          },
          {
            "identity": "dicom",
            "map": "(0018,0015)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.laterality",
        "path": "ImagingStudy.series.laterality",
        "short": "Body part laterality",
        "definition": "The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.",
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Laterality"
            }
          ],
          "strength": "example",
          "description": "Codes describing body site laterality (left, right, etc.).",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/bodysite-laterality"
          }
        },
        "mapping": [
          {
            "identity": "rim",
            "map": ".targetSiteCode"
          },
          {
            "identity": "dicom",
            "map": "(0020,0060)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.started",
        "path": "ImagingStudy.series.started",
        "short": "When the series started",
        "definition": "The date and time the series was started.",
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".effectiveTime"
          },
          {
            "identity": "dicom",
            "map": "(0008,0021) + (0008,0031)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.performer",
        "path": "ImagingStudy.series.performer",
        "short": "Who performed the series",
        "definition": "The physician or operator (often the radiology technician)  who performed the series. The performer is recorded at the series level, since each series in a study may be performed by a different practitioner, at different times, and using different devices. A series may be performed by multiple practitioners.",
        "alias": [
          "PerformingPhysicianName",
          "OperatorName"
        ],
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": ".participation[typeCode=PRF].role"
          },
          {
            "identity": "dicom",
            "map": "(0008,1050) | (0008,1072)"
          },
          {
            "identity": "w5",
            "map": "who.actor"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance",
        "path": "ImagingStudy.series.instance",
        "short": "A single SOP instance from the series",
        "definition": "A single SOP instance within the series, e.g. an image, or presentation state.",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance.extension",
        "path": "ImagingStudy.series.instance.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ImagingStudy.series.instance.extension:eVue",
        "path": "ImagingStudy.series.instance.extension",
        "sliceName": "eVue",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://simplifier.net/EfferentTest/eVue"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance.uid",
        "path": "ImagingStudy.series.instance.uid",
        "short": "Formal DICOM identifier for this instance",
        "definition": "Formal identifier for this image or other content.",
        "alias": [
          "SOPInstanceUID"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueOid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".id"
          },
          {
            "identity": "dicom",
            "map": "(0008,0018)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance.number",
        "path": "ImagingStudy.series.instance.number",
        "short": "The number of this instance in the series",
        "definition": "The number of instance in the series.",
        "alias": [
          "InstanceNumber"
        ],
        "max": "1",
        "type": [
          {
            "code": "unsignedInt"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueUnsignedInt": 1
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber"
          },
          {
            "identity": "dicom",
            "map": "(0020,0013)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance.sopClass",
        "path": "ImagingStudy.series.instance.sopClass",
        "short": "DICOM class type",
        "definition": "DICOM instance  type.",
        "alias": [
          "SOPClassUID"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "oid"
          }
        ],
        "example": [
          {
            "label": "General",
            "valueOid": "urn:oid:1.2.840.10008.5.1.4.1.1.2"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value"
          },
          {
            "identity": "dicom",
            "map": "(0008,0016)"
          }
        ]
      },
      {
        "id": "ImagingStudy.series.instance.title",
        "path": "ImagingStudy.series.instance.title",
        "short": "Description of instance",
        "definition": "The description of the instance.",
        "comment": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".title"
          },
          {
            "identity": "dicom",
            "map": "(0070,0080) | (0040,A043) > (0008,0104) | (0042,0010) | (0008,0008)"
          }
        ]
      }
    ]
  }
}