element -> <eOther.FileGroup>
Group Tag to hold document types, file information and other information.
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
locally within eOther complexType in eOther_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eOther.FileGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eOther.09?, eOther.10?, eOther.11?
</eOther.FileGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eOther.FileGroup" maxOccurs="unbounded" minOccurs="0" name="eOther.FileGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eOther.ExternalElectronicDocumentType" minOccurs="0" name="eOther.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ExternalElectronicDocuments"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eOther.FileAttachmentType" minOccurs="0" name="eOther.10" type="GraphicType"/>
<xs:element id="eOther.FileAttachmentImage" minOccurs="0" name="eOther.11">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FileImage"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
eOther.09
Type:
anonymous (extension of ExternalElectronicDocuments), simple content
eOther.09 External Electronic Document Type No No Document type which has been electronically stored with PCR. Optional Added to allow an improved implementation of electronic healthcare records. Added to allow an improved implementation of electronic healthcare records.
Simple Content
enumeration of xs:string
Enumeration:
"4509001"
 - 
Other Audio Recording
"4509003"
 - 
Billing Information
"4509005"
 - 
Diagnostic Image (CT, X-ray, US, etc.)
"4509007"
 - 
DNR/Living Will
"4509009"
 - 
ECG/Lab Results
"4509011"
 - 
Guardianship/Power of Attorney
"4509013"
 - 
Other Healthcare Record
"4509015"
 - 
Other
"4509017"
 - 
Patient Identification
"4509019"
 - 
Patient Refusal Sheet
"4509021"
 - 
Other Picture/Graphic
"4509025"
 - 
Other Video/Movie
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eOther.ExternalElectronicDocumentType" minOccurs="0" name="eOther.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ExternalElectronicDocuments"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eOther.10
Type:
GraphicType, simple content
eOther.10 File Attachment Type No No The description of the file attachment stored in File Attachment Image (eOther.11). Optional The description is defined as the extension of the file type. Examples of file name extensions include "doc", "jpeg", "tiff", etc. For a list of additional extensions reference the following website(s): <br/> <table><tr><td width="10px"></td><td> <table> <tr><td>3D Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/3d_image</span></td></tr> <tr><td>Raster Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/raster_image</span></td></tr> <tr><td>Vector Image formats: <span style="color:blue">http://www.fileinfo.com/filetypes/vector_image</span></td></tr> <tr><td><br/></td></tr> <tr><td>Video formats: <span style="color:blue">http://www.fileinfo.com/filetypes/video</span></td></tr> <tr><td>Audio formats: <span style="color:blue">http://www.fileinfo.com/filetypes/audio</span></td></tr> <tr><td><br/></td></tr> <tr><td>Comparison of formats:</td></tr> <tr><td>Image: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_image_file_formats</span></td></tr> <tr><td>Audio: <span style="color:blue">http://en.wikipedia.org/wiki/Audio_file_format</span></td></tr> <tr><td>Container: <span style="color:blue">http://en.wikipedia.org/wiki/Comparison_of_container_formats</span></td></tr> <tr><td><br/></td></tr> <tr><td>A general list of image formats: <span style="color:blue">http://en.wikipedia.org/wiki/Image_file_formats</span></td></tr> <tr><td>Mime Types: <span style="color:blue">http://en.wikipedia.org/wiki/Internet_media_type</span></td></tr> </table> </td></tr></table> Added to allow an improved implementation of electronic healthcare records.
Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eOther.FileAttachmentType" minOccurs="0" name="eOther.10" type="GraphicType"/>

eOther.11
Type:
anonymous (extension of FileImage), simple content
eOther.11 File Attachment Image No No The file that is attached electronically to the patient care report. Optional Associated with eOther.09 (External Electronic Documents) and eOther.10 (File Attachment Type). Added to allow an improved implementation of electronic healthcare records.
Simple Content
xs:base64Binary
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eOther.FileAttachmentImage" minOccurs="0" name="eOther.11">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FileImage"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>