This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
A documentation of clinical observations and services that are aggregated together into a single statement of clinical meaning that establishes it's own context. A clinical document is composed of a set of resources that include both human and computer readable portions. A human must attest to the accuracy of the human readable portion, and may authenticate and/or sign the entire whole.
The relative url is /documents
<Document xmlns="http://www.hl7.org/fhir"> <id> mand id Master Resource Id = document Id</id> <instant> mand instant Document Creation Time</instant> <type> mand CodeableConcept Document Type (LOINC if possible)</type> <title> opt string Document Title</title> <setId> cond id Id fixed across all document revisions</setId> <version> opt integer used to version successive replacement documents</version> <replaces> cond id If this document replaces another</replaces> <subject> mand (Patient|Group) who the document is about</subject> <author> mand <!-- One+ Author (contributed content to document) --> <time> opt dateTime When authoring happened</time> <party> mand (Person|Device) who/what authored the final document</party> </author> <attestor> opt <!-- Zero+ attests to accuracy of document --> <mode> mand code personal | professional | legal | official</mode> <time> opt dateTime When document attested</time> <party> opt (Person|Organisation) who attested the document</party> </attestor> <recipient> opt Zero+ (Person|Organization) expected to receive a copy </recipient> <custodian> mand (Organization) org which maintains the document.</custodian> <event> opt (Any) the clinical item being documented</event> <encounter> opt (Admission|InterestOfCare) context of the document</encounter> <section> mand <!-- One+ Document is broken into sections --> <type> opt CodeableConcept type of section (recommended)</type> <instant> opt instant Section Creation Time</instant> <author> opt <!-- if section author different to document --> <time> opt dateTime When authoring happened</time> <party> mand (Person|Device) who/what authored the section</party> </author> <enterer> opt (Person|Device) The source of the data entry</enterer> <subject> opt (Person|Group) if section different to document</subject> <informant> opt (Person) provided information in section</informant> <content> cond (Any) the actual content of the section</content> <section> cond <!-- Zero+ nested Section --> <!-- Content as for Document.Section --> </section> </section> <extensions> opt See Extensions See Extensions </extensions> <text> mand Narrative Text summary of message, for human interpretation</text> </Document>
Schema for Document and an example (or formatted for browser)
Terminology Bindings
personal | The person authenticated the document in their personal capacity | |
professional | The person authenticated the document in their professional capacity | |
legal | The person authenticated the document and accepted legal responsibility for it's content | |
official | The organization authenticated the document as consistent with their policies and procedures |
Notes:
The human display of the Document is the collated narrative portions of following resources (in order):
The document narrative should summarise the important parts of the document header that are required to establish clinical context for the document (other than the subject, which is displayed in it's own right). To actually build the combined narrative, simply append all the narratives xhtml fragments. The viewer program can provide it's own stylesheet (.css) for the combined html of the narrative, but cannot change any styles specified internally in the existing narratives.
A document originator is an application that creates a document resource. The originator may create new content resources or assemble already existing content resources while doing so. A document originator has the following responsibilities:
A document recipient is an application that receives documents from a document originator or document management system. The document recipient is responsible for ensuring that received CDA documents are processed and/or rendered in accordance to this specification. A document recipient has the following responsibilities:
The formal definitions for the elements above. Also available as an XML file.
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.01 generated on Mon, May 14, 2012 09:48+1000.