{
"description": "Base StructureDefinition for ImagingStudy Resource",
"_filename": "StructureDefinition-ImagingStudy.json",
"package_name": "hl7.fhir.r2b.examples",
"date": null,
"derivation": "specialization",
"meta": {
"lastUpdated": "2016-03-31T08:01:25.570+11:00"
},
"publisher": "Health Level Seven International (Imaging Integration)",
"fhirVersion": "1.6.0",
"name": "ImagingStudy",
"mapping": [ {
"uri": "http://nema.org/dicom",
"name": "DICOM",
"identity": "dicom"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping",
"identity": "w5"
} ],
"baseType": "ImagingStudy",
"abstract": false,
"type": null,
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "1.4.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
} ],
"snapshot": {
"element": [ {
"path": "ImagingStudy",
"min": 0,
"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.",
"isModifier": false,
"short": "A set of images produced in single study (one or more series of references images)",
"mapping": [ {
"map": "Reference IHE radiology TF vol 2 table 4.14-1",
"identity": "dicom"
}, {
"map": "Act[classCode=COMPOSITION, moodCode=EVN]",
"identity": "rim"
}, {
"map": "clinical.diagnostics",
"identity": "w5"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy"
},
"isSummary": true
}, {
"path": "ImagingStudy.id",
"min": 0,
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"isModifier": false,
"short": "Logical id of this artifact",
"comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.",
"type": [ {
"code": "id"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Resource.id"
},
"isSummary": true
}, {
"path": "ImagingStudy.meta",
"min": 0,
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
"isModifier": false,
"short": "Metadata about the resource",
"type": [ {
"code": "Meta"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Resource.meta"
},
"isSummary": true
}, {
"path": "ImagingStudy.implicitRules",
"min": 0,
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"isModifier": true,
"short": "A set of rules under which this content was created",
"comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.",
"type": [ {
"code": "uri"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Resource.implicitRules"
},
"isSummary": true
}, {
"path": "ImagingStudy.language",
"min": 0,
"definition": "The base language in which the resource is written.",
"isModifier": false,
"short": "Language of the resource content",
"comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"type": [ {
"code": "code"
} ],
"mustSupport": false,
"binding": {
"strength": "required",
"description": "A human language.",
"valueSetUri": "http://tools.ietf.org/html/bcp47"
},
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Resource.language"
},
"isSummary": false
}, {
"path": "ImagingStudy.text",
"min": 0,
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"isModifier": false,
"short": "Text summary of the resource, for human interpretation",
"comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.",
"mapping": [ {
"map": "Act.text?",
"identity": "rim"
} ],
"type": [ {
"code": "Narrative"
} ],
"mustSupport": false,
"alias": [ "narrative", "html", "xhtml", "display" ],
"max": "1",
"condition": [ "dom-1" ],
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.text"
},
"isSummary": false
}, {
"path": "ImagingStudy.contained",
"min": 0,
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"isModifier": false,
"short": "Contained, inline Resources",
"comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Resource"
} ],
"mustSupport": false,
"alias": [ "inline resources", "anonymous resources", "contained resources" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.contained"
},
"isSummary": false
}, {
"path": "ImagingStudy.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional Content defined by implementations",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
},
"isSummary": false
}, {
"path": "ImagingStudy.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.modifierExtension"
},
"isSummary": false
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045",
"path": "ImagingStudy.uid",
"min": 1,
"definition": "Formal identifier for the study.",
"isModifier": false,
"short": "Formal identifier for the study",
"mapping": [ {
"map": "(0020,000D)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
"valueString": "dicom="
} ],
"alias": [ "StudyInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.accession",
"min": 0,
"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).",
"isModifier": false,
"short": "Related workflow identifier (\"Accession Number\")",
"mapping": [ {
"map": "(0008,0050)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"mustSupport": false,
"alias": [ "AccessionNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.accession"
},
"isSummary": true
}, {
"path": "ImagingStudy.identifier",
"min": 0,
"definition": "Other identifiers for the study.",
"isModifier": false,
"short": "Other identifiers for the study",
"mapping": [ {
"map": "(0020,0010)",
"identity": "dicom"
}, {
"map": ".id (no means to distinguish from uid)",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"mustSupport": false,
"alias": [ "StudyID" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.identifier"
},
"isSummary": true
}, {
"path": "ImagingStudy.availability",
"min": 0,
"definition": "Availability of study (online, offline or nearline).",
"isModifier": false,
"short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)",
"mapping": [ {
"map": "(0008,0056)",
"identity": "dicom"
}, {
"map": "Not supported",
"identity": "rim"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": false,
"binding": {
"strength": "required",
"description": "Availability of the resource",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/instance-availability"
}
},
"alias": [ "InstanceAvailability" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.availability"
},
"isSummary": true
}, {
"path": "ImagingStudy.modalityList",
"min": 0,
"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).",
"isModifier": false,
"short": "All series modality if actual acquisition modalities",
"mapping": [ {
"map": "(0008,0061)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
}, {
"map": "class",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "extensible",
"description": "Type of acquired data in the instance",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
}
},
"alias": [ "ModalitiesInStudy" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.modalityList"
},
"isSummary": true
}, {
"path": "ImagingStudy.patient",
"min": 1,
"definition": "The patient imaged in the study.",
"isModifier": false,
"short": "Who the images are of",
"mapping": [ {
"map": "(0010/*)",
"identity": "dicom"
}, {
"map": ".participation[typeCode=SBJ].role",
"identity": "rim"
}, {
"map": "who.focus",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"mustSupport": false,
"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"
} ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.patient"
},
"isSummary": true
}, {
"path": "ImagingStudy.started",
"min": 0,
"definition": "Date and Time the study started.",
"isModifier": false,
"short": "When the study was started",
"mapping": [ {
"map": "(0008,0020)+(0008,0030)",
"identity": "dicom"
}, {
"map": ".effectiveTime",
"identity": "rim"
}, {
"map": "when.init",
"identity": "w5"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": false,
"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"
} ],
"alias": [ "StudyDate", "StudyTime" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.started"
},
"isSummary": true,
"exampleDateTime": "2011-01-01T19:01:20+11:00"
}, {
"path": "ImagingStudy.order",
"requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).",
"min": 0,
"definition": "A list of the diagnostic orders that resulted in this imaging study being performed.",
"isModifier": false,
"short": "Order(s) that caused this study to be performed",
"mapping": [ {
"map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]",
"identity": "rim"
}, {
"map": "who.cause",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ]
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.order"
},
"isSummary": true
}, {
"path": "ImagingStudy.referrer",
"min": 0,
"definition": "The requesting/referring physician.",
"isModifier": false,
"short": "Referring physician (0008,0090)",
"mapping": [ {
"map": "(0008,0090)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role",
"identity": "rim"
}, {
"map": "who.cause",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
} ],
"mustSupport": false,
"alias": [ "ReferringPhysiciansName" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.referrer"
},
"isSummary": true
}, {
"path": "ImagingStudy.interpreter",
"min": 0,
"definition": "Who read the study and interpreted the images or other content.",
"isModifier": false,
"short": "Who interpreted images",
"mapping": [ {
"map": "(0008,1060)",
"identity": "dicom"
}, {
"map": ".participation[typeCode=PRF].role",
"identity": "rim"
}, {
"map": "who.witness",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
} ],
"mustSupport": false,
"alias": [ "Name of Physician(s) Reading Study" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.interpreter"
},
"isSummary": true
}, {
"path": "ImagingStudy.url",
"min": 0,
"definition": "WADO-RS resource where Study is available.",
"isModifier": false,
"short": "Retrieve URI",
"mapping": [ {
"map": "(0008,1190)",
"identity": "dicom"
}, {
"map": ".text.reference",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"mustSupport": false,
"alias": [ "RetrieveURI" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.url"
},
"isSummary": true
}, {
"path": "ImagingStudy.numberOfSeries",
"min": 1,
"definition": "Number of Series in Study.",
"isModifier": false,
"short": "Number of Study Related Series",
"mapping": [ {
"map": "(0020,1206)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfStudyRelatedSeries" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.numberOfSeries"
},
"isSummary": true
}, {
"path": "ImagingStudy.numberOfInstances",
"min": 1,
"definition": "Number of SOP Instances in Study.",
"isModifier": false,
"short": "Number of Study Related Instances",
"mapping": [ {
"map": "(0020,1208)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfStudyRelatedInstances" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.numberOfInstances"
},
"isSummary": true
}, {
"path": "ImagingStudy.procedure",
"min": 0,
"definition": "Type of procedure performed.",
"isModifier": false,
"short": "Type of procedure performed",
"comments": "For the Procedure.code, LOINC radiology orderables would be a good value set to use.",
"mapping": [ {
"map": "(0008,1032)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ]
} ],
"mustSupport": false,
"alias": [ "ProcedureCodeSequence" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.procedure"
},
"isSummary": true
}, {
"path": "ImagingStudy.description",
"min": 0,
"definition": "Institution-generated description or classification of the Study performed.",
"isModifier": false,
"short": "Institution-generated description",
"mapping": [ {
"map": "(0008,1030)",
"identity": "dicom"
}, {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"alias": [ "StudyDescription" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.description"
},
"isSummary": true
}, {
"path": "ImagingStudy.series",
"min": 0,
"definition": "Each study has one or more series of images or other content.",
"isModifier": false,
"short": "Each study has one or more series of instances",
"mapping": [ {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references).",
"isModifier": false,
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "id"
} ],
"mustSupport": false,
"representation": [ "xmlAttr" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"path": "ImagingStudy.series.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional Content defined by implementations",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"path": "ImagingStudy.series.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630",
"path": "ImagingStudy.series.uid",
"min": 1,
"definition": "Formal identifier for this series.",
"isModifier": false,
"short": "Formal identifier for this series",
"mapping": [ {
"map": "(0020,000E)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SeriesInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.number",
"min": 0,
"definition": "The Numeric identifier of this series in the study.",
"isModifier": false,
"short": "Numeric identifier of this series",
"mapping": [ {
"map": "(0020,0011)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "SeriesNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.number"
},
"exampleInteger": 3,
"isSummary": true
}, {
"path": "ImagingStudy.series.modality",
"min": 1,
"definition": "The modality of this series sequence.",
"isModifier": false,
"short": "The modality of the instances in the series",
"mapping": [ {
"map": "(0008,0060)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "extensible",
"description": "Type of acquired data in the instance",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
}
},
"alias": [ "Modality" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.modality"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.description",
"min": 0,
"definition": "A description of the series.",
"isModifier": false,
"short": "A short human readable summary of the series",
"mapping": [ {
"map": "(0008,103E)",
"identity": "dicom"
}, {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"alias": [ "SeriesDescription" ],
"max": "1",
"maxLength": 0,
"exampleString": "CT Surview 180",
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.description"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.numberOfInstances",
"min": 1,
"definition": "Number of SOP Instances in Series.",
"isModifier": false,
"short": "Number of Series Related Instances",
"mapping": [ {
"map": "(0020,1209)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfSeriesRelatedInstances" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.numberOfInstances"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.availability",
"min": 0,
"definition": "Availability of series (online, offline or nearline).",
"isModifier": false,
"short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
"mapping": [ {
"map": "(0008,0056)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"availability\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": false,
"binding": {
"strength": "required",
"description": "Availability of the resource",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/instance-availability"
}
},
"alias": [ "InstanceAvailability" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.availability"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.url",
"min": 0,
"definition": "URI/URL specifying the location of the referenced series using WADO-RS.",
"isModifier": false,
"short": "Location of the referenced instance(s)",
"mapping": [ {
"map": "(0008,1115) > (0008,1190)",
"identity": "dicom"
}, {
"map": ".text.reference",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"mustSupport": false,
"alias": [ "RetrieveURI" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.url"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.bodySite",
"min": 0,
"definition": "Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT.",
"isModifier": false,
"short": "Body part examined",
"mapping": [ {
"map": "(0018,0015)",
"identity": "dicom"
}, {
"map": ".targetSiteCode",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Codes describing anatomical locations. May include laterality.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/body-site"
}
},
"alias": [ "BodyPartExamined" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.bodySite"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.laterality",
"min": 0,
"definition": "Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.",
"isModifier": false,
"short": "Body part laterality",
"mapping": [ {
"map": "(0020,0060)",
"identity": "dicom"
}, {
"map": ".targetSiteCode",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Codes describing body site laterality (left, right, etc.).",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/bodysite-laterality"
}
},
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.laterality"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.started",
"min": 0,
"definition": "The date and time the series was started.",
"isModifier": false,
"short": "When the series started",
"mapping": [ {
"map": "(0008,0021) + (0008,0031)",
"identity": "dicom"
}, {
"map": ".effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.started"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance",
"min": 0,
"definition": "A single SOP Instance within the series, e.g. an image, or presentation state.",
"isModifier": false,
"short": "A single SOP instance from the series",
"mapping": [ {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series.instance"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references).",
"isModifier": false,
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "id"
} ],
"mustSupport": false,
"representation": [ "xmlAttr" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"path": "ImagingStudy.series.instance.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional Content defined by implementations",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"path": "ImagingStudy.series.instance.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"mustSupport": false,
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903",
"path": "ImagingStudy.series.instance.uid",
"min": 1,
"definition": "Formal identifier for this image or other content.",
"isModifier": false,
"short": "Formal identifier for this instance",
"mapping": [ {
"map": "(0008,0018)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SOPInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.number",
"min": 0,
"definition": "The number of instance in the series.",
"isModifier": false,
"short": "The number of this instance in the series",
"mapping": [ {
"map": "(0020,0013)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "InstanceNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.number"
},
"exampleInteger": 1,
"isSummary": true
}, {
"exampleUri": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"path": "ImagingStudy.series.instance.sopClass",
"min": 1,
"definition": "DICOM instance type.",
"isModifier": false,
"short": "DICOM class type",
"mapping": [ {
"map": "(0008,0016)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SOPClassUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.sopClass"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.type",
"min": 0,
"definition": "A human-friendly SOP Class name.",
"isModifier": false,
"short": "Type of instance (image etc.)",
"comments": "E.g. 'CT image', 'MR multi-frame', 'blending presentation'.",
"mapping": [ {
"map": "(0004,1430)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.type"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.title",
"min": 0,
"definition": "The description of the instance.",
"isModifier": false,
"short": "Description of instance",
"comments": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.",
"mapping": [ {
"map": "(0070,0080) | (0040,A043) > (0008,0104) | (0042,0010) | (0008,0008)",
"identity": "dicom"
}, {
"map": ".title",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.title"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.content",
"min": 0,
"definition": "Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.",
"isModifier": false,
"short": "The instance payload, such as the image binary data or URL to it",
"comments": "Use of Attachment.data is discouraged.",
"mapping": [ {
"map": ".text.binary",
"identity": "rim"
} ],
"type": [ {
"code": "Attachment"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series.instance.content"
},
"isSummary": true
} ]
},
"status": "draft",
"id": "a68abcad-61b7-43c0-b68d-aae4eb8084ef",
"kind": "resource",
"url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy",
"version": null,
"differential": {
"element": [ {
"path": "ImagingStudy",
"min": 0,
"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.",
"isModifier": false,
"short": "A set of images produced in single study (one or more series of references images)",
"mapping": [ {
"map": "Reference IHE radiology TF vol 2 table 4.14-1",
"identity": "dicom"
}, {
"map": "Act[classCode=COMPOSITION, moodCode=EVN]",
"identity": "rim"
}, {
"map": "clinical.diagnostics",
"identity": "w5"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy"
},
"isSummary": true
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045",
"path": "ImagingStudy.uid",
"min": 1,
"definition": "Formal identifier for the study.",
"isModifier": false,
"short": "Formal identifier for the study",
"mapping": [ {
"map": "(0020,000D)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
"valueString": "dicom="
} ],
"alias": [ "StudyInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.accession",
"min": 0,
"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).",
"isModifier": false,
"short": "Related workflow identifier (\"Accession Number\")",
"mapping": [ {
"map": "(0008,0050)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"mustSupport": false,
"alias": [ "AccessionNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.accession"
},
"isSummary": true
}, {
"path": "ImagingStudy.identifier",
"min": 0,
"definition": "Other identifiers for the study.",
"isModifier": false,
"short": "Other identifiers for the study",
"mapping": [ {
"map": "(0020,0010)",
"identity": "dicom"
}, {
"map": ".id (no means to distinguish from uid)",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"mustSupport": false,
"alias": [ "StudyID" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.identifier"
},
"isSummary": true
}, {
"path": "ImagingStudy.availability",
"min": 0,
"definition": "Availability of study (online, offline or nearline).",
"isModifier": false,
"short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE (0008,0056)",
"mapping": [ {
"map": "(0008,0056)",
"identity": "dicom"
}, {
"map": "Not supported",
"identity": "rim"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": false,
"binding": {
"strength": "required",
"description": "Availability of the resource",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/instance-availability"
}
},
"alias": [ "InstanceAvailability" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.availability"
},
"isSummary": true
}, {
"path": "ImagingStudy.modalityList",
"min": 0,
"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).",
"isModifier": false,
"short": "All series modality if actual acquisition modalities",
"mapping": [ {
"map": "(0008,0061)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
}, {
"map": "class",
"identity": "w5"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "extensible",
"description": "Type of acquired data in the instance",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
}
},
"alias": [ "ModalitiesInStudy" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.modalityList"
},
"isSummary": true
}, {
"path": "ImagingStudy.patient",
"min": 1,
"definition": "The patient imaged in the study.",
"isModifier": false,
"short": "Who the images are of",
"mapping": [ {
"map": "(0010/*)",
"identity": "dicom"
}, {
"map": ".participation[typeCode=SBJ].role",
"identity": "rim"
}, {
"map": "who.focus",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"mustSupport": false,
"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"
} ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.patient"
},
"isSummary": true
}, {
"path": "ImagingStudy.started",
"min": 0,
"definition": "Date and Time the study started.",
"isModifier": false,
"short": "When the study was started",
"mapping": [ {
"map": "(0008,0020)+(0008,0030)",
"identity": "dicom"
}, {
"map": ".effectiveTime",
"identity": "rim"
}, {
"map": "when.init",
"identity": "w5"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": false,
"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"
} ],
"alias": [ "StudyDate", "StudyTime" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.started"
},
"isSummary": true,
"exampleDateTime": "2011-01-01T19:01:20+11:00"
}, {
"path": "ImagingStudy.order",
"requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).",
"min": 0,
"definition": "A list of the diagnostic orders that resulted in this imaging study being performed.",
"isModifier": false,
"short": "Order(s) that caused this study to be performed",
"mapping": [ {
"map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]",
"identity": "rim"
}, {
"map": "who.cause",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ]
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.order"
},
"isSummary": true
}, {
"path": "ImagingStudy.referrer",
"min": 0,
"definition": "The requesting/referring physician.",
"isModifier": false,
"short": "Referring physician (0008,0090)",
"mapping": [ {
"map": "(0008,0090)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role",
"identity": "rim"
}, {
"map": "who.cause",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
} ],
"mustSupport": false,
"alias": [ "ReferringPhysiciansName" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.referrer"
},
"isSummary": true
}, {
"path": "ImagingStudy.interpreter",
"min": 0,
"definition": "Who read the study and interpreted the images or other content.",
"isModifier": false,
"short": "Who interpreted images",
"mapping": [ {
"map": "(0008,1060)",
"identity": "dicom"
}, {
"map": ".participation[typeCode=PRF].role",
"identity": "rim"
}, {
"map": "who.witness",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
} ],
"mustSupport": false,
"alias": [ "Name of Physician(s) Reading Study" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.interpreter"
},
"isSummary": true
}, {
"path": "ImagingStudy.url",
"min": 0,
"definition": "WADO-RS resource where Study is available.",
"isModifier": false,
"short": "Retrieve URI",
"mapping": [ {
"map": "(0008,1190)",
"identity": "dicom"
}, {
"map": ".text.reference",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"mustSupport": false,
"alias": [ "RetrieveURI" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.url"
},
"isSummary": true
}, {
"path": "ImagingStudy.numberOfSeries",
"min": 1,
"definition": "Number of Series in Study.",
"isModifier": false,
"short": "Number of Study Related Series",
"mapping": [ {
"map": "(0020,1206)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfStudyRelatedSeries" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.numberOfSeries"
},
"isSummary": true
}, {
"path": "ImagingStudy.numberOfInstances",
"min": 1,
"definition": "Number of SOP Instances in Study.",
"isModifier": false,
"short": "Number of Study Related Instances",
"mapping": [ {
"map": "(0020,1208)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfStudyRelatedInstances" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.numberOfInstances"
},
"isSummary": true
}, {
"path": "ImagingStudy.procedure",
"min": 0,
"definition": "Type of procedure performed.",
"isModifier": false,
"short": "Type of procedure performed",
"comments": "For the Procedure.code, LOINC radiology orderables would be a good value set to use.",
"mapping": [ {
"map": "(0008,1032)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"profile": [ "http://hl7.org/fhir/StructureDefinition/Procedure" ]
} ],
"mustSupport": false,
"alias": [ "ProcedureCodeSequence" ],
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.procedure"
},
"isSummary": true
}, {
"path": "ImagingStudy.description",
"min": 0,
"definition": "Institution-generated description or classification of the Study performed.",
"isModifier": false,
"short": "Institution-generated description",
"mapping": [ {
"map": "(0008,1030)",
"identity": "dicom"
}, {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"alias": [ "StudyDescription" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.description"
},
"isSummary": true
}, {
"path": "ImagingStudy.series",
"min": 0,
"definition": "Each study has one or more series of images or other content.",
"isModifier": false,
"short": "Each study has one or more series of instances",
"mapping": [ {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series"
},
"isSummary": true
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630",
"path": "ImagingStudy.series.uid",
"min": 1,
"definition": "Formal identifier for this series.",
"isModifier": false,
"short": "Formal identifier for this series",
"mapping": [ {
"map": "(0020,000E)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SeriesInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.number",
"min": 0,
"definition": "The Numeric identifier of this series in the study.",
"isModifier": false,
"short": "Numeric identifier of this series",
"mapping": [ {
"map": "(0020,0011)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "SeriesNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.number"
},
"exampleInteger": 3,
"isSummary": true
}, {
"path": "ImagingStudy.series.modality",
"min": 1,
"definition": "The modality of this series sequence.",
"isModifier": false,
"short": "The modality of the instances in the series",
"mapping": [ {
"map": "(0008,0060)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "extensible",
"description": "Type of acquired data in the instance",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/dicom-cid29"
}
},
"alias": [ "Modality" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.modality"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.description",
"min": 0,
"definition": "A description of the series.",
"isModifier": false,
"short": "A short human readable summary of the series",
"mapping": [ {
"map": "(0008,103E)",
"identity": "dicom"
}, {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"alias": [ "SeriesDescription" ],
"max": "1",
"maxLength": 0,
"exampleString": "CT Surview 180",
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.description"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.numberOfInstances",
"min": 1,
"definition": "Number of SOP Instances in Series.",
"isModifier": false,
"short": "Number of Series Related Instances",
"mapping": [ {
"map": "(0020,1209)",
"identity": "dicom"
}, {
"map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "NumberOfSeriesRelatedInstances" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.numberOfInstances"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.availability",
"min": 0,
"definition": "Availability of series (online, offline or nearline).",
"isModifier": false,
"short": "ONLINE | OFFLINE | NEARLINE | UNAVAILABLE",
"mapping": [ {
"map": "(0008,0056)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"availability\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": false,
"binding": {
"strength": "required",
"description": "Availability of the resource",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/instance-availability"
}
},
"alias": [ "InstanceAvailability" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.availability"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.url",
"min": 0,
"definition": "URI/URL specifying the location of the referenced series using WADO-RS.",
"isModifier": false,
"short": "Location of the referenced instance(s)",
"mapping": [ {
"map": "(0008,1115) > (0008,1190)",
"identity": "dicom"
}, {
"map": ".text.reference",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"mustSupport": false,
"alias": [ "RetrieveURI" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.url"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.bodySite",
"min": 0,
"definition": "Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT.",
"isModifier": false,
"short": "Body part examined",
"mapping": [ {
"map": "(0018,0015)",
"identity": "dicom"
}, {
"map": ".targetSiteCode",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Codes describing anatomical locations. May include laterality.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/body-site"
}
},
"alias": [ "BodyPartExamined" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.bodySite"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.laterality",
"min": 0,
"definition": "Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.",
"isModifier": false,
"short": "Body part laterality",
"mapping": [ {
"map": "(0020,0060)",
"identity": "dicom"
}, {
"map": ".targetSiteCode",
"identity": "rim"
} ],
"type": [ {
"code": "Coding"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Codes describing body site laterality (left, right, etc.).",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/bodysite-laterality"
}
},
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.laterality"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.started",
"min": 0,
"definition": "The date and time the series was started.",
"isModifier": false,
"short": "When the series started",
"mapping": [ {
"map": "(0008,0021) + (0008,0031)",
"identity": "dicom"
}, {
"map": ".effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.started"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance",
"min": 0,
"definition": "A single SOP Instance within the series, e.g. an image, or presentation state.",
"isModifier": false,
"short": "A single SOP instance from the series",
"mapping": [ {
"map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series.instance"
},
"isSummary": true
}, {
"exampleUri": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903",
"path": "ImagingStudy.series.instance.uid",
"min": 1,
"definition": "Formal identifier for this image or other content.",
"isModifier": false,
"short": "Formal identifier for this instance",
"mapping": [ {
"map": "(0008,0018)",
"identity": "dicom"
}, {
"map": ".id",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SOPInstanceUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.uid"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.number",
"min": 0,
"definition": "The number of instance in the series.",
"isModifier": false,
"short": "The number of this instance in the series",
"mapping": [ {
"map": "(0020,0013)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber",
"identity": "rim"
} ],
"type": [ {
"code": "unsignedInt"
} ],
"mustSupport": false,
"alias": [ "InstanceNumber" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.number"
},
"exampleInteger": 1,
"isSummary": true
}, {
"exampleUri": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"path": "ImagingStudy.series.instance.sopClass",
"min": 1,
"definition": "DICOM instance type.",
"isModifier": false,
"short": "DICOM class type",
"mapping": [ {
"map": "(0008,0016)",
"identity": "dicom"
}, {
"map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "oid"
} ],
"mustSupport": false,
"alias": [ "SOPClassUID" ],
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.sopClass"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.type",
"min": 0,
"definition": "A human-friendly SOP Class name.",
"isModifier": false,
"short": "Type of instance (image etc.)",
"comments": "E.g. 'CT image', 'MR multi-frame', 'blending presentation'.",
"mapping": [ {
"map": "(0004,1430)",
"identity": "dicom"
}, {
"map": ".code",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.type"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.title",
"min": 0,
"definition": "The description of the instance.",
"isModifier": false,
"short": "Description of instance",
"comments": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.",
"mapping": [ {
"map": "(0070,0080) | (0040,A043) > (0008,0104) | (0042,0010) | (0008,0008)",
"identity": "dicom"
}, {
"map": ".title",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"mustSupport": false,
"max": "1",
"maxLength": 0,
"base": {
"max": "1",
"min": 0,
"path": "ImagingStudy.series.instance.title"
},
"isSummary": true
}, {
"path": "ImagingStudy.series.instance.content",
"min": 0,
"definition": "Content of the instance or a rendering thereof (e.g. a JPEG of an image, or an XML of a structured report). May be represented for example by inline encoding; by a URL reference to a WADO-RS service that makes the instance available; or to a FHIR Resource (e.g. Media, Document, etc.). Multiple content attachments may be used for alternate representations of the instance.",
"isModifier": false,
"short": "The instance payload, such as the image binary data or URL to it",
"comments": "Use of Attachment.data is discouraged.",
"mapping": [ {
"map": ".text.binary",
"identity": "rim"
} ],
"type": [ {
"code": "Attachment"
} ],
"mustSupport": false,
"max": "*",
"maxLength": 0,
"base": {
"max": "*",
"min": 0,
"path": "ImagingStudy.series.instance.content"
},
"isSummary": true
} ]
},
"contact": [ {
"telecom": [ {
"rank": 1,
"value": "http://hl7.org/fhir",
"system": "other"
} ]
}, {
"telecom": [ {
"rank": 1,
"value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm",
"system": "other"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}