This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
StructureDefinition for imagingexcerpt
{ "resourceType": "StructureDefinition", "id": "ImagingExcerpt", "meta": { "lastUpdated": "2016-03-31T08:01:25.570+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://hl7.org/fhir/StructureDefinition/ImagingExcerpt", "name": "ImagingExcerpt", "status": "draft", "publisher": "Health Level Seven International (Imaging Integration)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] }, { "telecom": [ { "system": "other", "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm" } ] } ], "date": "2016-03-31T08:01:25+11:00", "description": "Base StructureDefinition for ImagingExcerpt Resource", "requirements": "A FHIR representation of DICOM Key Object Selection (KOS) SOP Instances enables access to a set of selected DICOM SOP Instances.", "fhirVersion": "1.4.0", "mapping": [ { "identity": "dicom", "uri": "http://nema.org/dicom", "name": "DICOM" }, { "identity": "w5", "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM" } ], "kind": "resource", "abstract": false, "baseType": "DomainResource", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource", "derivation": "specialization", "snapshot": { "element": [ { "path": "ImagingExcerpt", "short": "Key Object Selection", "definition": "A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingExcerpt resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance (\"cine\" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.", "alias": [ "Manifest", "XDS-I summary", "Key Images", "KOS" ], "min": 0, "max": "*", "type": [ { "code": "DomainResource" } ], "mapping": [ { "identity": "dicom", "map": "Key Object Selection SOP Class (1.2.840.10008.5.1.4.1.1.88.59)" }, { "identity": "w5", "map": "clinical.diagnostics" } ] }, { "path": "ImagingExcerpt.id", "short": "Logical id of this artifact", "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "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.", "min": 0, "max": "1", "base": { "path": "Resource.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "isSummary": true }, { "path": "ImagingExcerpt.meta", "short": "Metadata about the resource", "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.", "min": 0, "max": "1", "base": { "path": "Resource.meta", "min": 0, "max": "*" }, "type": [ { "code": "Meta" } ], "isSummary": true }, { "path": "ImagingExcerpt.implicitRules", "short": "A set of rules under which this content was created", "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.", "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.", "min": 0, "max": "1", "base": { "path": "Resource.implicitRules", "min": 0, "max": "*" }, "type": [ { "code": "uri" } ], "isModifier": true, "isSummary": true }, { "path": "ImagingExcerpt.language", "short": "Language of the resource content", "definition": "The base language in which the resource is written.", "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).", "min": 0, "max": "1", "base": { "path": "Resource.language", "min": 0, "max": "*" }, "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "A human language.", "valueSetUri": "http://tools.ietf.org/html/bcp47" } }, { "path": "ImagingExcerpt.text", "short": "Text summary of the resource, for human interpretation", "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.", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "alias": [ "narrative", "html", "xhtml", "display" ], "min": 0, "max": "1", "base": { "path": "DomainResource.text", "min": 0, "max": "*" }, "type": [ { "code": "Narrative" } ], "condition": [ "dom-1" ], "mapping": [ { "identity": "rim", "map": "Act.text?" } ] }, { "path": "ImagingExcerpt.contained", "short": "Contained, inline Resources", "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.", "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.", "alias": [ "inline resources", "anonymous resources", "contained resources" ], "min": 0, "max": "*", "base": { "path": "DomainResource.contained", "min": 0, "max": "*" }, "type": [ { "code": "Resource" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "DomainResource.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.uid", "short": "Instance UID", "definition": "Unique identifier of the DICOM Key Object Selection (KOS) representation.", "requirements": "DICOM SOP Instance is always assigned with a unique identifier (UID).", "alias": [ "SOPInstanceUID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0018) - SOP Instance UID (of the Key Object Selection SOP Class)" }, { "identity": "rim", "map": ".id" }, { "identity": "w5", "map": "id" } ] }, { "path": "ImagingExcerpt.patient", "short": "Patient of the selected objects", "definition": "A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.", "comments": "SOP instances selected in the ImagingExcerpt can be from different studies, but must be of the same patient.", "requirements": "SOP Instances in ImagingExcerpt must be from the same patient.", "min": 1, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0010,0010) - Patient Name (0010,0020) - Patient ID (0010,0021) - Issuer of Patient ID" }, { "identity": "rim", "map": ".participation[typeCode=SBJ].role" }, { "identity": "w5", "map": "who.focus" } ] }, { "path": "ImagingExcerpt.authoringTime", "short": "Time when the imaging object selection was created", "definition": "Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).", "requirements": "Date and time when the selection was made can be important to understand the content of selection.", "alias": [ "ObservationDateTime" ], "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A032) - Observation Date Time" }, { "identity": "rim", "map": ".effectiveTime" }, { "identity": "w5", "map": "when.recorded" } ] }, { "path": "ImagingExcerpt.author", "short": "Author (human or machine)", "definition": "Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.", "requirements": "Track the selection decision maker.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A730) - Content Sequence TID 1002 - Observer Context" }, { "identity": "w5", "map": "who.author" } ] }, { "path": "ImagingExcerpt.title", "short": "Reason for selection", "definition": "The reason for, or significance of, the selection of objects referenced in the resource.", "comments": "Coded concept of kind of the ImagingExcerpt. Value set is defined in the DICOM standard Part 16, CID-7010.", "requirements": "Need to represent the application purpose that the SOP instances in ImagingExcerpt are selected for.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "strength": "required", "description": "The document title code of key object selection", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/kos-title" } }, "mapping": [ { "identity": "dicom", "map": "(0040,A043) - Concept Name Code Sequence in the SR root item" } ] }, { "path": "ImagingExcerpt.description", "short": "Description text", "definition": "Text description of the DICOM SOP instances selected in the ImagingExcerpt. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.", "comments": "Free text narrative description of the ImagingExcerpt.", "requirements": "Need to provide a narrative description of the SOP instances in the selection.", "alias": [ "TextValue" ], "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A160) - Text Value SR content item immediately under the root item, concept name code = (113012, DCM, \"Key Object Description\")" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Study" } ], "path": "ImagingExcerpt.study", "short": "Study identity of the selected instances", "definition": "Study identity and locating information of the DICOM SOP instances in the selection.", "comments": "Study component represents the study level identity and locator information of the DICOM SOP instances in the selection. It is the top level identity of the hierachical identification of the instances.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the study level provide a means of retrieving the entire study.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.uid", "short": "Study instance UID", "definition": "Study instance UID of the SOP instances in the selection.", "requirements": "Study instance UID is required to fully identify the DICOM SOP instances in the selection.", "alias": [ "StudyInstanceUID", "Referenced study instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0020,000D) - Study Instance UID" } ] }, { "path": "ImagingExcerpt.study.imagingStudy", "short": "Reference to ImagingStudy", "definition": "Reference to the Imaging Study in FHIR form.", "requirements": "Used to retrieve the ImagingStudy that contain the images referenced in the Imaging ObjectSelection.study.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ] } ], "isSummary": true }, { "path": "ImagingExcerpt.study.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.dicom.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.dicom.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.dicom.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire study using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "path": "ImagingExcerpt.study.viewable", "short": "Viewable format", "definition": "A set of viewable reference images of various types.", "requirements": "Accessible viewable forms that can be directly pulled and displayed without knowing DICOM Web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.viewable.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.viewable.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.viewable.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.viewable.contentType", "short": "Mime type of the content, with charset etc.", "definition": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.", "requirements": "Processors of the data need to be able to know how to interpret the data.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "exampleCode": "text/plain; charset=UTF-8, image/png", "binding": { "strength": "required", "description": "The mime type of an attachment. Any valid mime type is allowed.", "valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt" } }, { "path": "ImagingExcerpt.study.viewable.height", "short": "Height of the image in pixels (photo/video)", "definition": "Height of the image in pixels (photo/video).", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "mapping": [ { "identity": "dicom", "map": "0028,0010" } ] }, { "path": "ImagingExcerpt.study.viewable.width", "short": "Width of the image in pixels (photo/video)", "definition": "Width of the image in pixels (photo/video).", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "mapping": [ { "identity": "dicom", "map": "0028,0011" } ] }, { "path": "ImagingExcerpt.study.viewable.frames", "short": "Number of frames if > 1 (photo)", "definition": "The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif.", "comments": "No relationship to the DICOM frame concept.", "requirements": "If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "defaultValueInteger": 1 }, { "path": "ImagingExcerpt.study.viewable.duration", "short": "Length in seconds (audio / video)", "definition": "The duration of the recording in seconds - for audio and video.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" } ], "mapping": [ { "identity": "dicom", "map": "~0028,0002" } ] }, { "path": "ImagingExcerpt.study.viewable.size", "short": "Number of bytes of content (if url provided)", "definition": "The number of bytes of data that make up this attachment.", "comments": "The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference.", "requirements": "Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" } ] }, { "path": "ImagingExcerpt.study.viewable.title", "short": "Label to display in place of the data", "definition": "A label or set of text to display in place of the data.", "requirements": "Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "exampleString": "Official Corporate Logo" }, { "path": "ImagingExcerpt.study.viewable.url", "short": "Uri where the data can be found", "definition": "A location where the data can be accessed.", "requirements": "The data needs to be transmitted by reference.", "min": 1, "max": "1", "type": [ { "code": "uri" } ], "exampleUri": "http://www.acme.com/logo-small.png" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Series" } ], "path": "ImagingExcerpt.study.series", "short": "Series identity of the selected instances", "definition": "Series identity and locating information of the DICOM SOP instances in the selection.", "comments": "Series component represents the series level identity and locator information of the DICOM SOP instances in the selection.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the series level provide a means of retrieving the entire series.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.series.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.series.uid", "short": "Series instance UID", "definition": "Series instance UID of the SOP instances in the selection.", "requirements": "Series instance UID is required to fully identify the DICOM SOP instances in the selection.", "alias": [ "SeriesInstanceUID", "Referenced series instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0020,000E) - Series Instance UID" } ] }, { "path": "ImagingExcerpt.study.series.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.series.dicom.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.dicom.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.dicom.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.series.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.series.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire series using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Instance" } ], "path": "ImagingExcerpt.study.series.instance", "short": "The selected instance", "definition": "Identity and locating information of the selected DICOM SOP instances.", "comments": "SOP Instance component identify the instance selected, along with the study and series identities to form the DICOM identity hierachy.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. This is the instance level identity of the instance in the selection.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.series.instance.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.instance.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.instance.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.series.instance.sopClass", "short": "SOP class UID of instance", "definition": "SOP class UID of the selected instance.", "comments": "SOP class UID identifies the type of the selected instances, e.g. CT image, Gray scale softcopy presentation state, ECG waveform, etc.", "requirements": "DICOM SOP instances can be an image or other data object. The SOP class UID provide the accurate information about what type the instance is.", "alias": [ "SOPClassUID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0016) SOP Class UID" } ] }, { "path": "ImagingExcerpt.study.series.instance.uid", "short": "Selected instance UID", "definition": "SOP Instance UID of the selected instance.", "comments": "SOP instance UID identifies the instance.", "requirements": "SOP instance UID is required to fully identify the DICOM SOP instance in the selection.", "alias": [ "SOPInstanceUID", "Referenced SOP instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0018) - SOP Instance UID" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom.id", "representation": [ "xmlAttr" ], "short": "xml:id (or equivalent in JSON)", "definition": "unique id for the element within a resource (for internal references).", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "*" }, "type": [ { "code": "id" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom.extension", "short": "Additional Content defined by implementations", "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.", "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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom.modifierExtension", "short": "Extensions that cannot be ignored", "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.", "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.", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "isModifier": true, "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.series.instance.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire series using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "path": "ImagingExcerpt.study.series.instance.frameNumbers", "short": "Frame reference number", "definition": "The specific frame reference within a multi-frame object.", "comments": "This component may be used if the referenced image SOP Instance is a multi-frame image.", "requirements": "The specific set of frames referenced in this imaging object selection. The URL retrieves the pixel data, and is encapsulated in a multipart MIME response.", "min": 0, "max": "*", "type": [ { "code": "unsignedInt" } ] } ] }, "differential": { "element": [ { "path": "ImagingExcerpt", "short": "Key Object Selection", "definition": "A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingExcerpt resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance (\"cine\" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.", "alias": [ "Manifest", "XDS-I summary", "Key Images", "KOS" ], "min": 0, "max": "*", "type": [ { "code": "DomainResource" } ], "mapping": [ { "identity": "dicom", "map": "Key Object Selection SOP Class (1.2.840.10008.5.1.4.1.1.88.59)" }, { "identity": "w5", "map": "clinical.diagnostics" } ] }, { "path": "ImagingExcerpt.uid", "short": "Instance UID", "definition": "Unique identifier of the DICOM Key Object Selection (KOS) representation.", "requirements": "DICOM SOP Instance is always assigned with a unique identifier (UID).", "alias": [ "SOPInstanceUID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0018) - SOP Instance UID (of the Key Object Selection SOP Class)" }, { "identity": "rim", "map": ".id" }, { "identity": "w5", "map": "id" } ] }, { "path": "ImagingExcerpt.patient", "short": "Patient of the selected objects", "definition": "A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingExcerpt.", "comments": "SOP instances selected in the ImagingExcerpt can be from different studies, but must be of the same patient.", "requirements": "SOP Instances in ImagingExcerpt must be from the same patient.", "min": 1, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0010,0010) - Patient Name (0010,0020) - Patient ID (0010,0021) - Issuer of Patient ID" }, { "identity": "rim", "map": ".participation[typeCode=SBJ].role" }, { "identity": "w5", "map": "who.focus" } ] }, { "path": "ImagingExcerpt.authoringTime", "short": "Time when the imaging object selection was created", "definition": "Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).", "requirements": "Date and time when the selection was made can be important to understand the content of selection.", "alias": [ "ObservationDateTime" ], "min": 0, "max": "1", "type": [ { "code": "dateTime" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A032) - Observation Date Time" }, { "identity": "rim", "map": ".effectiveTime" }, { "identity": "w5", "map": "when.recorded" } ] }, { "path": "ImagingExcerpt.author", "short": "Author (human or machine)", "definition": "Author of ImagingExcerpt. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.", "requirements": "Track the selection decision maker.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Device" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A730) - Content Sequence TID 1002 - Observer Context" }, { "identity": "w5", "map": "who.author" } ] }, { "path": "ImagingExcerpt.title", "short": "Reason for selection", "definition": "The reason for, or significance of, the selection of objects referenced in the resource.", "comments": "Coded concept of kind of the ImagingExcerpt. Value set is defined in the DICOM standard Part 16, CID-7010.", "requirements": "Need to represent the application purpose that the SOP instances in ImagingExcerpt are selected for.", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ], "isSummary": true, "binding": { "strength": "required", "description": "The document title code of key object selection", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/kos-title" } }, "mapping": [ { "identity": "dicom", "map": "(0040,A043) - Concept Name Code Sequence in the SR root item" } ] }, { "path": "ImagingExcerpt.description", "short": "Description text", "definition": "Text description of the DICOM SOP instances selected in the ImagingExcerpt. This should be aligned with the content of the title element, and can provide further explanation of the SOP instances in the selection.", "comments": "Free text narrative description of the ImagingExcerpt.", "requirements": "Need to provide a narrative description of the SOP instances in the selection.", "alias": [ "TextValue" ], "min": 0, "max": "1", "type": [ { "code": "string" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0040,A160) - Text Value SR content item immediately under the root item, concept name code = (113012, DCM, \"Key Object Description\")" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Study" } ], "path": "ImagingExcerpt.study", "short": "Study identity of the selected instances", "definition": "Study identity and locating information of the DICOM SOP instances in the selection.", "comments": "Study component represents the study level identity and locator information of the DICOM SOP instances in the selection. It is the top level identity of the hierachical identification of the instances.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the study level provide a means of retrieving the entire study.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.uid", "short": "Study instance UID", "definition": "Study instance UID of the SOP instances in the selection.", "requirements": "Study instance UID is required to fully identify the DICOM SOP instances in the selection.", "alias": [ "StudyInstanceUID", "Referenced study instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0020,000D) - Study Instance UID" } ] }, { "path": "ImagingExcerpt.study.imagingStudy", "short": "Reference to ImagingStudy", "definition": "Reference to the Imaging Study in FHIR form.", "requirements": "Used to retrieve the ImagingStudy that contain the images referenced in the Imaging ObjectSelection.study.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ] } ], "isSummary": true }, { "path": "ImagingExcerpt.study.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire study using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "path": "ImagingExcerpt.study.viewable", "short": "Viewable format", "definition": "A set of viewable reference images of various types.", "requirements": "Accessible viewable forms that can be directly pulled and displayed without knowing DICOM Web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.viewable.contentType", "short": "Mime type of the content, with charset etc.", "definition": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.", "requirements": "Processors of the data need to be able to know how to interpret the data.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "exampleCode": "text/plain; charset=UTF-8, image/png", "binding": { "strength": "required", "description": "The mime type of an attachment. Any valid mime type is allowed.", "valueSetUri": "http://www.rfc-editor.org/bcp/bcp13.txt" } }, { "path": "ImagingExcerpt.study.viewable.height", "short": "Height of the image in pixels (photo/video)", "definition": "Height of the image in pixels (photo/video).", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "mapping": [ { "identity": "dicom", "map": "0028,0010" } ] }, { "path": "ImagingExcerpt.study.viewable.width", "short": "Width of the image in pixels (photo/video)", "definition": "Width of the image in pixels (photo/video).", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "mapping": [ { "identity": "dicom", "map": "0028,0011" } ] }, { "path": "ImagingExcerpt.study.viewable.frames", "short": "Number of frames if > 1 (photo)", "definition": "The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif.", "comments": "No relationship to the DICOM frame concept.", "requirements": "If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.", "min": 0, "max": "1", "type": [ { "code": "positiveInt" } ], "defaultValueInteger": 1 }, { "path": "ImagingExcerpt.study.viewable.duration", "short": "Length in seconds (audio / video)", "definition": "The duration of the recording in seconds - for audio and video.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" } ], "mapping": [ { "identity": "dicom", "map": "~0028,0002" } ] }, { "path": "ImagingExcerpt.study.viewable.size", "short": "Number of bytes of content (if url provided)", "definition": "The number of bytes of data that make up this attachment.", "comments": "The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference.", "requirements": "Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all.", "min": 0, "max": "1", "type": [ { "code": "unsignedInt" } ] }, { "path": "ImagingExcerpt.study.viewable.title", "short": "Label to display in place of the data", "definition": "A label or set of text to display in place of the data.", "requirements": "Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer.", "min": 0, "max": "1", "type": [ { "code": "string" } ], "exampleString": "Official Corporate Logo" }, { "path": "ImagingExcerpt.study.viewable.url", "short": "Uri where the data can be found", "definition": "A location where the data can be accessed.", "requirements": "The data needs to be transmitted by reference.", "min": 1, "max": "1", "type": [ { "code": "uri" } ], "exampleUri": "http://www.acme.com/logo-small.png" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Series" } ], "path": "ImagingExcerpt.study.series", "short": "Series identity of the selected instances", "definition": "Series identity and locating information of the DICOM SOP instances in the selection.", "comments": "Series component represents the series level identity and locator information of the DICOM SOP instances in the selection.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the series level provide a means of retrieving the entire series.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.series.uid", "short": "Series instance UID", "definition": "Series instance UID of the SOP instances in the selection.", "requirements": "Series instance UID is required to fully identify the DICOM SOP instances in the selection.", "alias": [ "SeriesInstanceUID", "Referenced series instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0020,000E) - Series Instance UID" } ] }, { "path": "ImagingExcerpt.study.series.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.series.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.series.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire series using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Instance" } ], "path": "ImagingExcerpt.study.series.instance", "short": "The selected instance", "definition": "Identity and locating information of the selected DICOM SOP instances.", "comments": "SOP Instance component identify the instance selected, along with the study and series identities to form the DICOM identity hierachy.", "requirements": "DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. This is the instance level identity of the instance in the selection.", "min": 1, "max": "*", "type": [ { "code": "BackboneElement" } ], "isSummary": true }, { "path": "ImagingExcerpt.study.series.instance.sopClass", "short": "SOP class UID of instance", "definition": "SOP class UID of the selected instance.", "comments": "SOP class UID identifies the type of the selected instances, e.g. CT image, Gray scale softcopy presentation state, ECG waveform, etc.", "requirements": "DICOM SOP instances can be an image or other data object. The SOP class UID provide the accurate information about what type the instance is.", "alias": [ "SOPClassUID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0016) SOP Class UID" } ] }, { "path": "ImagingExcerpt.study.series.instance.uid", "short": "Selected instance UID", "definition": "SOP Instance UID of the selected instance.", "comments": "SOP instance UID identifies the instance.", "requirements": "SOP instance UID is required to fully identify the DICOM SOP instance in the selection.", "alias": [ "SOPInstanceUID", "Referenced SOP instance UID" ], "min": 1, "max": "1", "type": [ { "code": "oid" } ], "isSummary": true, "mapping": [ { "identity": "dicom", "map": "(0008,0018) - SOP Instance UID" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom", "short": "Dicom web access", "definition": "Methods of accessing using DICOM web technologies.", "comments": "Access method for applications that understand the DICOM web protocols for higher fidelity access.", "requirements": "access methods available using DICOM web protocols.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "path": "ImagingExcerpt.study.series.instance.dicom.type", "short": "WADO-RS | WADO-URI | IID | WADO-WS", "definition": "Access type for DICOM web.", "min": 1, "max": "1", "type": [ { "code": "code" } ], "binding": { "strength": "required", "description": "The type of DICOM web technology available", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/dWebType" } } }, { "path": "ImagingExcerpt.study.series.instance.dicom.url", "short": "Retrieve study URL", "definition": "The source system root URL / base URL, from which all content can be retrieved using the specified DICOM protocol.", "requirements": "URL enables retrieval of the entire series using DICOM Web API.", "min": 1, "max": "1", "type": [ { "code": "uri" } ] }, { "path": "ImagingExcerpt.study.series.instance.frameNumbers", "short": "Frame reference number", "definition": "The specific frame reference within a multi-frame object.", "comments": "This component may be used if the referenced image SOP Instance is a multi-frame image.", "requirements": "The specific set of frames referenced in this imaging object selection. The URL retrieves the pixel data, and is encapsulated in a multipart MIME response.", "min": 0, "max": "*", "type": [ { "code": "unsignedInt" } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.