MedMij:V2018.06 FHIR PDFA: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
k (Tekst vervangen - "{{Simplifier\|([^\|]+)(\|[^}]+)?\|scope=([^\|}@]+)@([^\|}]+)}}" door "{{Simplifier|$1|$3|pkgVersion=$4$2}}")
(Tekst vervangen door "{{DISPLAYTITLE:Ontwerpen MedMij, voor openbare consultatie FHIR PDF/A (publicatie 2018.06) Gearchiveerd}} {{MedMij:V2018.06_Issuebox_FHIR_IG}} {{Gearchiveerd|20-03-2023|PD...")
(Label: Vervangen)
 
Regel 1: Regel 1:
{{DISPLAYTITLE:MedMij FHIR Implementation Guide: PDF/A 1.1.0}}
+
{{DISPLAYTITLE:Ontwerpen MedMij, voor openbare consultatie FHIR PDF/A (publicatie 2018.06) Gearchiveerd}}
 
{{MedMij:V2018.06_Issuebox_FHIR_IG}}
 
{{MedMij:V2018.06_Issuebox_FHIR_IG}}
  
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]
+
{{Gearchiveerd|20-03-2023|PDFA 2018.06.zip}}
[[Bestand:PDF-A_icoon.png|link=|87px |links||PDF/A]]
 
<imagemap>Bestand:Leeswijzer-technisch-banner 03 white.png|center|400px|alt=Afspraken-Functioneel-Technisch 
 
circle 241 216 211 [https://www.medmij.nl/afsprakenstelsel Afsprakenstelsel]               
 
circle 1013 224 212 [[MedMij:V2018.06_OntwerpPDFA|Functioneel]]               
 
circle 1787 230 212 [[MedMij:V2018.06_FHIR_IG|Technisch]]               
 
desc none                   
 
</imagemap>
 
 
 
__TOC__
 
 
 
=Introduction=
 
[[Bestand:Functioneel-02.png|link=MedMij:V2018.06_Ontwerpen |100px|rechts|Functional design|Go to functional design]]
 
 
 
MedMij specifies the format [http://www.pdfa.org/publication/pdfa-in-a-nutshell-2-0/ PDF/A] for exchanging unstructured documents containing health information. Forum Standaardisatie is a Dutch governmental organization that aims to stimulate the use of open standards. PDF/A is one of the standards that is recommended by Forum Standaardisatie. More information regarding PDF/A can be found here: https://www.forumstandaardisatie.nl/standaard/pdf-a1.
 
 
 
To achieve exchange of PDF/A files, MedMij adopts as much as possible from the Mobile access to Health Documents (MHD) profile from Integrating the Healthcare Enterprise (IHE) that defines a RESTful/HTTP interface to an [http://wiki.ihe.net/index.php/Cross-Enterprise_Document_Sharing XDS] environment using HL7 FHIR STU3 resources. The MHD profile is written to be content agnostic and as such is suitable for much more than PDF/A. For this use case, we have limited the scope to PDF/A.
 
 
 
MedMij includes the IHE MHD profile as a framework to exchange PDF/A documents. The next section summarizes MHD and contains references to this specification. The following section provides an adaptation of the MHD profile to specify exchange of PDF/A documents in a MedMij context. For example, the MHD actors and transactions are put into perspective of the MedMij actors and systems. The essence of the MHD profile is outlined and example transaction messages have been added.
 
 
 
'''Note''': this page is part of the [https://informatiestandaarden.nictiz.nl/wiki/MedMij:V2018.06_FHIR_IG MedMij FHIR Implementation Guide] and is a technical representation of the functional design published on this [[MedMij:V2018.06_Ontwerpen| wiki page]].
 
 
 
=IHE MHD specification=
 
Mobile access to Health Documents (MHD) profile defines a simple HTTP interface to an XDS like environment. It describes four transactions:
 
# submit submission sets, folders, new documents, and document metadata from the mobile device to a document receiver (Provide Document Bundle),
 
# find submission sets matching query parameters (Find Document Manifest),
 
# find document entries containing metadata based on query parameters (Find Document Reference),
 
# retrieve a copy of a specific document (Retrieve Document).
 
These transactions leverage the document content and format agnostic metadata concepts from XDS but simplify them for access by constrained environments such as mobile devices, or other resource-constrained systems. The MHD profile does not replace XDS. It can be used to allow mobile devices, or other resource-constrained systems, access to an XDS health information exchange.[http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)]
 
 
 
'''Wiki:'''
 
[http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD) Mobile acces to Health Document (MHD)]
 
 
 
'''Document:'''
 
[http://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_MHD.pdf MHD Supplement] (Rev 2.3 July 24, 2017)
 
 
 
'''Additional Supplement:'''
 
[http://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_Appx-Z.pdf Appendix Z on HL7 FHIR]
 
 
 
'''Underlying Standards:'''
 
* HL7 FHIR STU3 http://hl7.org/fhir/STU3
 
** [http://hl7.org/fhir/STU3/bundle.html Bundle]
 
** [http://hl7.org/fhir/STU3/documentmanifest.html DocumentManifest]
 
** [http://hl7.org/fhir/STU3/documentreference.html DocumentReference]
 
** [http://hl7.org/fhir/STU3/binary.html Binary]
 
** [http://hl7.org/fhir/STU3/list.html List]
 
** [http://hl7.org/fhir/STU3/operationoutcome.html OperationOutcome]
 
** [http://hl7.org/fhir/STU3/patient.html Patient]
 
** [http://hl7.org/fhir/STU3/practitioner.html Practitioner]
 
* RFC2616 IETF Hypertext Transfer Protocol – HTTP/1.1
 
* RFC3986 IETF Uniform Resource Identifier (URI): Generic Syntax
 
* RFC4627 The application/json Media Type for JavaScript Object Notation (JSON)
 
* RFC6585 IETF Additional HTTP Status Codes
 
 
 
=Exchanging PDF/A documents=
 
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]
 
This section summarizes the IHE MHD profile to exchange PDF/A documents in a MedMij context.
 
 
 
{{FHIR-IG-Afsprakenstelsel-Note}}
 
 
 
==Actors and transactions involved==
 
Table 1 shows the relevant actors, systems and FHIR capability statements in a MedMij context. The capability statements demonstrate the minimum requirements to be conformant to the full MHD specifications.
 
{| class="wikitable"
 
! colspan="2" style="text-align:left;" | Persons
 
! colspan="2" style="text-align:left;" | Systems
 
! colspan="2" style="text-align:left;" | FHIR Capability Statements
 
|-
 
! style="text-align:left;" |Name
 
! style="text-align:left;" |Description
 
! style="text-align:left;" |Name
 
! style="text-align:left;" |Description
 
! style="text-align:left;" |Name
 
! style="text-align:left;" |Description
 
|-
 
| Patient
 
| The user of a personal healthcare environment.
 
| PHR
 
| Personal health record
 
|[[Bestand: Verwijzing.png| 20px]] {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/pdfa-clientcapabilities|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0|title=CapabilityStatement: Client}}
 
| PDFA FHIR Client requirements
 
|-
 
| Healthcare Provider
 
| The user of a XIS
 
| XIS
 
| Healthcare information system
 
|[[Bestand: Verwijzing.png| 20px]] {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/pdfa-servercapabilities|nictiz.fhir.nl.stu3.zib2015|pkgVersion=1.0.0|title=CapabilityStatement: Server}}
 
| PDFA FHIR Server requirements
 
|}
 
<font size = "1">'''Table 1. Actors, systems and FHIR capability statements'''</font>
 
 
 
Table 2 shows the MHD actors and transactions in perspective of the systems used in a MedMij context.
 
{| class="wikitable"
 
! style="font-weight: bold; text-align:left;" | Person
 
! style="font-weight: bold; text-align:left;" | System
 
! style="font-weight: bold; text-align:left;" | MHD Actors
 
! style="font-weight: bold; text-align:left;" | MHD Transactions
 
|-
 
| rowspan="5" | Patient
 
|-
 
| rowspan="4" | PHR
 
|-
 
| rowspan="3" | Document Consumer
 
| Find Document Manifest
 
|-
 
| Find Document Reference
 
|-
 
| Retrieve Document
 
|-
 
| rowspan="5" | Healthcare provider
 
|-
 
| rowspan="4" | XIS
 
|-
 
| rowspan="3" | Document Responder
 
| Find Document Manifest
 
|-
 
| Find Document Reference
 
|-
 
| Retrieve Document
 
|}
 
<font size = "1">'''Table 2. MHD actors and transactions in perspective of systems in a MedMij context'''</font>
 
 
 
===Transactions in scope===
 
 
 
* Find Document Manifests – This transaction is used to issue parameterized queries that result in a list of Document Manifest resources.
 
* Find Document References – This transaction is used to issue parameterized queries that produce a list of Document Reference resources.
 
* Retrieve Document – This transaction is used to get documents.
 
 
 
Document Consumer shall implement at least one transaction: Find Document Manifests, Find Document References, or Retrieve Document. Document Responder shall implement all transactions.
 
 
 
===Transactions out of scope===
 
The MHD profile specifies how to send documents from a Document Source to a Document Receiver using the Provide Document Bundle transaction. However, sending PDF/A documents is currently out of scope for the MedMij context. The 'Afsprakenstelsel' first focuses on pulling data from a XIS to a PHR before considering push transactions. In the future, specifications of sending PDF/A documents from a PHR will be added.
 
 
 
==Find and retrieve existing PDF/A document(s)==
 
 
 
===Find PDF/A or PDF/A collection===
 
Discovery of PDF/A documents is done with the MHD defined transaction 'Find Document Reference' or 'Find Document Manifest.' The Find Document Reference retrieves FHIR DocumentReference Resources that represents a single reference to document per resource, for example, one PDF/A file. The Find Document Manifest retrieves FHIR DocumentManifest Resources. A DocumentManifest Resource gathers a set of DocumentReference Resources into a single package together with metadata that applies to the collection. 
 
 
 
The Document Consumer requests DocumentReference or DocumentManifest Resources, matching a set of criteria, from the Document Responder. The Document Responder returns DocumentReference or DocumentManifest Resources that match the search criteria provided by the Document Consumer.
 
 
 
====Request message====
 
'''Search'''
 
 
 
The Document Consumer executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTfull] and [http://hl7.org/fhir/search.html search] specification. A search query would have the following format.
 
 
<pre>
 
GET [base]DocumentReference?[parameters]{&_format=[mime-type]}
 
GET [base]DocumentManifest?[parameters]{&_format=[mime-type]}
 
</pre>
 
 
 
Example query to search for DocumentReferences of type Discharge summary with a current status.
 
<pre>GET http://example.org/fhir/DocumentReference?type=http://loinc.org|18842-5&status=current</pre>
 
 
 
'''Search Parameters'''
 
The Document Consumer shall include search parameter status. The Document Consumer may supply, and the Document Responder shall be capable of processing, all query parameters listed below. These search parameters are a selection of the defined search parameters by the HL7 FHIR specification (search parameters: [http://hl7.org/fhir/STU3/documentreference.html#search DocumentReference], [http://hl7.org/fhir/STU3/documentmanifest.html#search DocumentManifest]). See also the HL7 FHIR STU3 specification for [http://www.hl7.org/fhir/STU3/search.html searching].
 
{| class="wikitable"
 
! colspan="3" style="font-weight: bold; text-align:left;" | DocumentReference
 
! colspan="3" style="font-weight: bold; text-align:left;" | DocumentManifest
 
|-
 
| style="font-weight: bold;" | Name
 
| style="font-weight: bold;" | Type
 
| style="font-weight: bold;" | Description
 
| style="font-weight: bold;" | Name
 
| style="font-weight: bold;" | Type
 
| style="font-weight: bold;" | Description
 
|-
 
| indexed
 
| date
 
| When this document reference was created
 
| created
 
| date
 
| When this document manifest created
 
|-
 
| author (author.given and author.family)
 
| string
 
| Who and/or what authored the document
 
| author (author.given and author.family)
 
| string
 
| Who and/or what authored the manifest
 
|-
 
| type
 
| token
 
| Kind of document (LOINC if possible)
 
| type
 
| token
 
| Kind of document set
 
|-
 
| class
 
| token
 
| Categorization of document
 
| source
 
| uri
 
| The source system/application/software
 
|-
 
| status
 
| token
 
| current / superseded
 
| status
 
| token
 
| current / superseded
 
|-
 
| setting
 
| token
 
| Additional details about where the content was created (e.g. clinical specialty)
 
|
 
|
 
|
 
|-
 
| period
 
| date
 
| Time of service that is being documented
 
|
 
|
 
|
 
|-
 
| facility
 
| token
 
| Kind of facility where patient was seen
 
|
 
|
 
|
 
|-
 
| event
 
| token
 
| Main clinical acts documented
 
|
 
|
 
|
 
|-
 
| securitylabel
 
| token
 
| Document security-tags
 
|
 
|
 
|
 
|-
 
| format
 
| token
 
| Format/content rules for the document
 
|
 
|
 
|
 
|-
 
| related-id
 
| token
 
| Identifier of related objects or events
 
|
 
|
 
|
 
|}
 
 
 
The PDF/A use cases within MedMij especially use of the search parameters '''indexed''' and '''status''' for DocumentReference and '''created''' and '''status''' for DocumentManifest.
 
 
 
====Response message====
 
The Document Responder shall process the query to discover the DocumentReference or DocumentManifest entries that match the search parameters given. The Document Responder returns an HTTP Status code appropriate to the processing as well as a Bundle including the matching DocumentReference or DocumentManifest Resources. When the Document Responder needs to report an error or warning, it shall use HTTP error response codes and should include a FHIR [http://hl7.org/fhir/STU3/operationoutcome.html OperationOutcome] with more details on the failure or warning. If the request message is processed successfully, whether or not any DocumentReference or DocumentManifest Resources are found, the HTTP status code shall be 200.
 
 
 
* The Document Responder shall place into the ''''DocumentReference.content.attachment.url'''' element a full URL that can be used by the Document Consumer to retrieve the document using Retrieve Document transaction.
 
** The Document Responder shall only include references which are resolved through the Document Responder to maintain control over the authentication and authorization. The Document Responder shall only serve DocumentReference or DocumentManifest resources that contain a reference which the Document Consumer may resolve.
 
* The Document Responder shall return only PDF/A documents and shall place into the ''''DocumentReference.content.attachment.contentType'''' element the value 'application/pdf'.
 
 
 
'''Example of a response message'''
 
 
 
Example of a Bundle with 11 DocumentReference Resources. Only the first DocumentReference is displayed.
 
 
 
<pre>
 
<Bundle xmlns="http://hl7.org/fhir">
 
    <id value="c0beb362-efc7-4cb9-b35a-c6cea0742156" />
 
    <meta>
 
        <versionId value="1498fcb4-af9c-404f-b445-e6634619df55" />
 
        <lastUpdated value="2017-10-25T11:25:00.336+00:00" />
 
    </meta>
 
    <type value="searchset" />
 
    <total value="11" />
 
    <link>
 
        <relation value="self" />
 
        <url value="http://vonk.furore.com/DocumentReference?status=current" />
 
    </link>
 
    <entry>
 
        <fullUrl value="http://vonk.furore.com/DocumentReference/c4f22730-bb5a-4f12-b4ef-c7bde0784426" />
 
        <resource>
 
            <DocumentReference xmlns="http://hl7.org/fhir">
 
                <id value="example-pdfa-documentreference2" />
 
                <meta>
 
                    <profile value="http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Minimal.DocumentReference"/>
 
                </meta>
 
                <contained>
 
                    <Practitioner>
 
                        <id value="p1"/>
 
                        <name>
 
                            <family value="Kneder"/>
 
                            <given value="B.">
 
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
 
                                    <valueCode value="IN"/>
 
                                </extension>
 
                            </given>
 
                        </name>
 
                    </Practitioner>
 
                </contained>
 
                <masterIdentifier>
 
                    <system value="urn:ietf:rfc:3986" />
 
                    <value value="urn:oid:1.2.276.0.7230010.3.1.2.1787205428.3024.1522314975.220899" />
 
                </masterIdentifier>
 
                <identifier>
 
                    <system value="http://example-xis.org/fhir/NamingSystem/DocumentReferenceID"/>
 
                    <value value="963369"/>
 
                </identifier>
 
                <status value="current" />
 
                <type>
 
                    <coding>
 
                        <system value="http://loinc.org/" />
 
                        <code value="34781-5" />
 
                        <display value="Infectious disease Consult note" />
 
                    </coding>
 
                </type>
 
                <class>
 
                    <coding>
 
                        <system value="http://loinc.org/" />
 
                        <code value="11488-4" />
 
                        <display value="Consult Note" />
 
                    </coding>       
 
                </class>
 
                <subject>
 
                    <reference value="Patient/example-pdfa-kwalificatie1" />
 
                </subject>
 
                <indexed value="2017-04-08T15:26:01+01:00" />
 
                <author>
 
                    <reference value="#p1" />
 
                </author>
 
                <description value="Infectious disease Consult note" />
 
                <securityLabel>
 
                    <coding>
 
                        <system value="http://hl7.org/fhir/v3/Confidentiality" />
 
                        <code value="V" />
 
                        <display value="very restricted" />
 
                    </coding>
 
                </securityLabel>
 
                <content>
 
                    <attachment>
 
                        <contentType value="application/pdf" />
 
                        <language value="en" />
 
                        <url value="http://example-test-server.org/fhir/Binary/example-pdfa-binary2" />
 
                        <title value="Example PDF - Infectious disease Consult note"/>
 
                    </attachment>
 
                </content>
 
            </DocumentReference>
 
        </resource>
 
        <search>
 
            <mode value="match" />
 
        </search>
 
    </entry>
 
    .......
 
    </pre>
 
 
 
===Retrieve PDF/A document===
 
After obtaining the location of the PDF/A document in the DocumentReference.content.attachment.url, the Document Consumer requests the document from the Document Responder. The Document Responder sequentially serves the PDF/A document to the Document Consumer. The context that was established in the initial request shall also apply when retrieving/serving the document contents.
 
 
 
====Request Message====
 
This message is an HTTP GET request to retrieve the document. See an example below.
 
 
 
<pre>GET http://example:9556/svc/fhir/Binary/1e404af3-077f-4bee-b7a6-a9be97e1ce32</pre>
 
 
 
The Document Consumer may provide an HTTP Accept header, according to the semantics of the HTTP protocols (see RFC2616, Section 14.1). The only MIME type assured to be returned is the
 
MIME type indicated in the 'DocumentReference.content.attachment.contentType'. Within MedMij this is set to 'application/pdf'. The HTTP If-Unmodified-Since header shall not be included in the GET request
 
 
 
====Response Message====
 
The Document Responder shall process the request message. The Document Responder returns an HTTP Status code appropriate to the processing as well as the content of the requested PDF/A document in the HTTP message-body.
 
 
 
The document may be placed inside a FHIR [http://hl7.org/fhir/STU3/binary.html Binary] resource if it is useful to handle pure binary content using the same framework as other resources. Binary resources behave slightly differently from all other resources on the RESTful API. Specifically, when a read request is made for the binary resource that doesn't explicitly specify the FHIR content types "application/fhir+xml" or "application/fhir+json", then the content should be returned using the content type stated in the resource. e.g. if the content type in the resource is "application/pdf", then the content should be returned as a PDF directly.[http://hl7.org/fhir/STU3/binary.html#rest]
 
 
 
When the Document Responder needs to report an error or warning, it shall use HTTP error response codes and should include a [http://hl7.org/fhir/STU3/operationoutcome.html OperationOutcome] with more details on the failure or warning. If the Retrieve Document message is processed successfully the HTTP status code shall be 200.
 
 
 
'''Example of a response message'''
 
<pre><Binary>
 
  <id value="1e404af3-077f-4bee-b7a6-a9be97e1ce32" />
 
  <meta>
 
    <versionId value="948f3653-c9a3-4831-bae5-f629319c194f" />
 
    <lastUpdated value="2017-09-20T17:55:14.098+00:00" />
 
  </meta>
 
  <contentType value="application/pdf" />
 
  <content value="JVBERi0xLjUNJeLjz9MNCjU1I........"/> 
 
</Binary></pre>
 
 
 
==Interactions, operations, search parameters==
 
 
 
===Interactions===
 
The following logical interactions are needed for this use case:
 
* [http://hl7.org/fhir/STU3/http.html#search Search]
 
* [http://hl7.org/fhir/STU3/http.html#read Read]
 
 
 
===Operations===
 
There are no defined operations for this use case.
 
 
 
===Search parameters===
 
The following search parameter types need to be supported for this use case. No search result parameters need to be supported.
 
 
 
Search parameter types:
 
* [http://hl7.org/fhir/STU3/search.html#token token]
 
* [http://hl7.org/fhir/STU3/search.html#reference reference]
 
* [http://hl7.org/fhir/STU3/search.html#date date]
 
* [http://hl7.org/fhir/STU3/search.html#uri uri]
 
 
 
==List of StructureDefinitions==
 
IHE has defined StructureDefinitions and other Conformance resources applicable to this use case. The FHIR Implementation Guide on the '''[http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)#FHIR_Implementation_Guide  IHE MHD wiki]''' lists these StructureDefinitions.
 
 
 
Find and retrieve existing PDF/A document transaction uses the following StructureDefinitions (links are not resolvable!):
 
 
 
* DocumentReference from Query with Minimal Metadata (canonical URL http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Minimal.DocumentReference)
 
* DocumentManifest (canonical URL http://ihe.net/fhir/StructureDefinition/IHE.MHD.DocumentManifest)
 
 
 
* Optionally: DocumentReference from Query with Comprehensive Metadata (canonical URL: http://ihe.net/fhir/StructureDefinition/IHE.MHD.Query.Comprenensive.DocumentReference). This StructureDefinition has more mandatory field compared to Minimal Metadata and is used for XDS environments.
 
 
 
{{IssueBox|The IHE StructureDefinitions restrict the use of the .created element. This is a known issue and will be addressed in the R4 release of the profiles. This issue (CP-ITI-1100) can be found on the [http://wiki.ihe.net/index.php/Mobile_access_to_Health_Documents_(MHD)#FHIR_Implementation_Guide  IHE MHD wiki]. Therefore the indexed element is used to capture creation time.}}
 
 
 
=Annex: Document history=
 
 
 
==Release notes==
 
{| class="wikitable" "cellpadding="10"
 
!style="text-align:left;"|Version
 
!style="text-align:left;"|Date
 
!style="text-align:left;"|BITS issue
 
!style="text-align:left;"|Description
 
|-
 
| style="background-color: white;"| 1.1.0
 
| style="background-color: white;"| 15-10-2018
 
| style="background-color: white;"| [https://bits.nictiz.nl/projects/MM/issues/MM-49 MM-49]
 
| style="background-color: white;"| Beschikbaarstellen van referenties alleen via dezelfde geraapleegde resource server met de benodigde authorisatie
 
|}
 
 
 
==History==
 
{| class="wikitable" "cellpadding="10"
 
!style="text-align:left;"|Version
 
!style="text-align:left;"|Date
 
!style="text-align:left;"|Description
 
|-
 
| style="background-color: white;"| 1.1.0
 
| style="background-color: white;"| 15-10-2018
 
| style="background-color: white;"|
 
* Added document history
 
* Added version in title
 
* XIS constraint based on BITS issue MSFOC-49
 
|}
 

Huidige versie van 25 apr 2024 om 10:26

Icoon Nictiz Cirkel Informatie Grafiet.svg

Deze versie van de informatiestandaard is per 20-03-2023 uitgefaseerd. De materialen zijn voor historische doeleinden nog als archief te downloaden.

This version of this information standard has been deprecated as of 20-03-2023. For historic purposes, an archive of the relevant materials can be downloaded.