This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions Content Examples Detailed Descriptions Mappings Profiles 7.11 Resource SupportingDocumentation - Content This resource maintained by the Financial Management Work Group This resource provides the supporting information for a process, for example clinical or financial information related to a claim or pre-authorization. 7.11.1 Scope and Usage The SupportingDocumentation resource supplies a suite of supporting information for an identified business purpose, such as a Claim or other financial process, where the supporting information is provided as content or references to external locations. This is the submission of information, (images, xrays, documents, reports) in support of a submitted processing request or information exchange. The information may be actually contained within or referred to some other location by the SupportingDocumentation resource. Todo 7.11.2 Resource Content Structure UML XML JSON All Structure Name Flags Card. Type Description & Constraints SupportingDocumentation DomainResource Documentation submission identifier 1..* Identifier Business Identifier ruleset 0..1 Coding Resource version Ruleset ( Example ) originalRuleset 0..1 Coding Original version Ruleset ( Example ) created 0..1 dateTime Creation date target 0..1 Organization | Practitioner Insurer or Provider provider 0..1 Practitioner Responsible practitioner organization 0..1 Organization Responsible organization request 0..1 Any Request reference response 0..1 Any Response reference author 0..1 Practitioner Author subject 0..1 Patient Patient detail 0..* Element Supporting Files linkId 1..1 integer LinkId content[x] Content contentReference 1..1 Any contentAttachment 1..1 Attachment dateTime 0..1 dateTime Creation date and time UML Diagram SupportingDocumentation ( DomainResource ) The Response Business Identifier identifier : Identifier 1..* The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources ruleset : Coding 0..1 « ( The static and dynamic model to which contents conform, may be business version or standard and version. Ruleset ) » The style (standard) and version of the original material which was converted into this resource originalRuleset : Coding 0..1 « ( The static and dynamic model to which contents conform, may be business version or standard and version. Ruleset ) » The date when this resource was created created : dateTime 0..1 The Insurer, organization or Provider who is target of the submission target : Reference ( Organization | Practitioner ) 0..1 The practitioner who is responsible for the services rendered to the patient provider : Reference ( Practitioner ) 0..1 The organization which is responsible for the services rendered to the patient organization : Reference ( Organization ) 0..1 Original request request : Reference ( Any ) 0..1 Original response response : Reference ( Any ) 0..1 Person who created the submission author : Reference ( Practitioner ) 0..1 The patient who is directly or indirectly the subject of the supporting information subject : Reference ( Patient ) 0..1 Detail A link Id for the response to reference linkId : integer 1..1 The attached content content[x] : Reference ( Any )| Attachment 1..1 The date and optionally time when the material was created dateTime : dateTime 0..1 Supporting Files detail 0..* XML Template < <!-- from --> <!-- from --> <</identifier> <</ruleset> <</originalRuleset> < <</target> <</provider> <</organization> <</request> <</response> <</author> <</subject> < < <</content[x]> < </detail> </SupportingDocumentation> JSON Template { "resourceType" : "", // from // from " " " " " " " " " " " " " " }, " }, " }] } Structure Name Flags Card. Type Description & Constraints SupportingDocumentation DomainResource Documentation submission identifier 1..* Identifier Business Identifier ruleset 0..1 Coding Resource version Ruleset ( Example ) originalRuleset 0..1 Coding Original version Ruleset ( Example ) created 0..1 dateTime Creation date target 0..1 Organization | Practitioner Insurer or Provider provider 0..1 Practitioner Responsible practitioner organization 0..1 Organization Responsible organization request 0..1 Any Request reference response 0..1 Any Response reference author 0..1 Practitioner Author subject 0..1 Patient Patient detail 0..* Element Supporting Files linkId 1..1 integer LinkId content[x] Content contentReference 1..1 Any contentAttachment 1..1 Attachment dateTime 0..1 dateTime Creation date and time UML Diagram SupportingDocumentation ( DomainResource ) The Response Business Identifier identifier : Identifier 1..* The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources ruleset : Coding 0..1 « ( The static and dynamic model to which contents conform, may be business version or standard and version. Ruleset ) » The style (standard) and version of the original material which was converted into this resource originalRuleset : Coding 0..1 « ( The static and dynamic model to which contents conform, may be business version or standard and version. Ruleset ) » The date when this resource was created created : dateTime 0..1 The Insurer, organization or Provider who is target of the submission target : Reference ( Organization | Practitioner ) 0..1 The practitioner who is responsible for the services rendered to the patient provider : Reference ( Practitioner ) 0..1 The organization which is responsible for the services rendered to the patient organization : Reference ( Organization ) 0..1 Original request request : Reference ( Any ) 0..1 Original response response : Reference ( Any ) 0..1 Person who created the submission author : Reference ( Practitioner ) 0..1 The patient who is directly or indirectly the subject of the supporting information subject : Reference ( Patient ) 0..1 Detail A link Id for the response to reference linkId : integer 1..1 The attached content content[x] : Reference ( Any )| Attachment 1..1 The date and optionally time when the material was created dateTime : dateTime 0..1 Supporting Files detail 0..* XML Template < <!-- from --> <!-- from --> <</identifier> <</ruleset> <</originalRuleset> < <</target> <</provider> <</organization> <</request> <</response> <</author> <</subject> < < <</content[x]> < </detail> </SupportingDocumentation> JSON Template { "resourceType" : "", // from // from " " " " " " " " " " " " " " }, " }, " }] }   Alternate definitions: Schema / Schematron , Resource Profile ( XML , JSON ), Questionnaire 7.11.2.1 Terminology Bindings Path Definition Type Reference SupportingDocumentation.ruleset SupportingDocumentation.originalRuleset The static and dynamic model to which contents conform, may be business version or standard and version. Example http://hl7.org/fhir/vs/ruleset 7.11.3 Search Parameters Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services. Name Type Description Paths author reference The person who generated this resource SupportingDocumentation.author ( Practitioner ) identifier token The business identifier of the Eligibility SupportingDocumentation.identifier patient reference The patient to whom the documents refer SupportingDocumentation.subject ( Patient ) subject reference The patient to whom the documents refer SupportingDocumentation.subject ( Patient ) © HL7.org 2011+. FHIR DSTU (v0.4.0-4902) generated on Fri, Mar 27, 2015 00:23+1100. Links: What's a DSTU? | Version History | Specification Map | Compare to DSTU1 | | Propose a change try { var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); } catch(exception){ if (navigator.userAgent.toLowerCase().indexof('msie') == -1) alert(exception); } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); try { sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex); } catch(exception){ if (navigator.userAgent.toLowerCase().indexof('msie') == -1) alert(exception); } } });