This page is part of the FHIR Specification (v0.4.0: DSTU 2 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 . Page versions: R5 R4B R4 R3 R2
Profile for documentreference
<Profile xmlns="http://hl7.org/fhir"> <id value="DocumentReference"/> <meta> <lastUpdated value="2015-02-23T09:07:27.665+11:00"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <url value="http://hl7.org/fhir/Profile/DocumentReference"/> <name value="DocumentReference"/> <publisher value="HL7 FHIR Project (FHIR Management Group)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/fhirmg/index.cfm"/> </telecom> </contact> <description value="Base Profile for DocumentReference Resource"/> <status value="draft"/> <date value="2015-02-23T09:07:27+11:00"/> <mapping> <identity value="rim"/> <uri value="http://hl7.org/v3"/> <name value="RIM"/> </mapping> <mapping> <identity value="xds"/> <uri value="http://ihe.net/xds"/> <name value="XDS"/> </mapping> <mapping> <identity value="v2"/> <uri value="http://hl7.org/v2"/> <name value="HL7 v2"/> </mapping> <type value="DocumentReference"/> <snapshot> <element> <path value="DocumentReference"/> <short value="A reference to a document"/> <definition value="A reference to a document."/> <comments value="Usually, this is used for documents other than those defined by FHIR."/> <min value="1"/> <max value="1"/> <mapping> <identity value="rim"/> <map value="Document[classCode="DOC" and moodCode="EVN"]"/> </mapping> </element> <element> <path value="DocumentReference.id"/> <short value="Logical id of this artefact"/> <definition value="The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes."/> <comments value="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 value="0"/> <max value="1"/> <type> <code value="id"/> </type> </element> <element> <path value="DocumentReference.meta"/> <short value="Metadata about the resource"/> <definition value="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 value="0"/> <max value="1"/> <type> <code value="Meta"/> </type> </element> <element> <path value="DocumentReference.implicitRules"/> <short value="A set of rules under which this content was created"/> <definition value="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 value="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 value="0"/> <max value="1"/> <type> <code value="uri"/> </type> <isModifier value="true"/> </element> <element> <path value="DocumentReference.language"/> <short value="Language of the resource content"/> <definition value="The base language in which the resource is written."/> <comments value="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 value="0"/> <max value="1"/> <type> <code value="code"/> </type> <binding> <name value="Language"/> <isExtensible value="false"/> <conformance value="required"/> <description value="A human language"/> <referenceUri value="http://tools.ietf.org/html/bcp47"/> </binding> </element> <element> <path value="DocumentReference.text"/> <short value="Text summary of the resource, for human interpretation"/> <definition value="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 value="Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative."/> <synonym value="narrative"/> <synonym value="html"/> <synonym value="xhtml"/> <synonym value="display"/> <min value="0"/> <max value="1"/> <type> <code value="Narrative"/> </type> <condition value="dom-1"/> <mapping> <identity value="rim"/> <map value="Act.text?"/> </mapping> </element> <element> <path value="DocumentReference.contained"/> <short value="Contained, inline Resources"/> <definition value="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 value="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."/> <synonym value="inline resources"/> <synonym value="anonymous resources"/> <synonym value="contained resources"/> <min value="0"/> <max value="*"/> <type> <code value="Resource"/> </type> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element> <path value="DocumentReference.extension"/> <short value="Additional Content defined by implementations"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element> <path value="DocumentReference.modifierExtension"/> <short value="Extensions that cannot be ignored"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element> <path value="DocumentReference.masterIdentifier"/> <short value="Master Version Specific Identifier"/> <definition value="Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document."/> <comments value="CDA Document Id extension and root."/> <requirements value="The structure and format of this Id shall be consistent with the specification corresponding to the formatCode attribute. (e.g., for a DICOM standard document a 64 character numeric UID, for an HL7 CDA format a serialization of the CDA Document Id extension and root in the form oid^extension, where OID is a 64 digits max, and the Id is a 16 UTF-8 char max. If the OID is coded without the extension then the '^' character shall not be included.)."/> <min value="0"/> <max value="1"/> <type> <code value="Identifier"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.uniqueId"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-12-Unique Document Number"/> </mapping> <mapping> <identity value="rim"/> <map value=".id"/> </mapping> </element> <element> <path value="DocumentReference.identifier"/> <short value="Other identifiers for the document"/> <definition value="Other identifiers associated with the document, including version independent, source record and workflow related identifiers."/> <comments value="Other identifiers can also include Identifiers may be Accession Numbers, Order Numbers, Referral Request Identifiers, XDS Workflow Instance Identifiers."/> <min value="0"/> <max value="*"/> <type> <code value="Identifier"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.entryUUID"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-16-Unique Document File Name?"/> </mapping> <mapping> <identity value="rim"/> <map value=".id / .setId"/> </mapping> </element> <element> <path value="DocumentReference.subject"/> <short value="Who|what is the subject of the document"/> <definition value="Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (I.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure)."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Patient"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Group"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Device"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.patientId DocumentEntry.sourcePatientId DocumentEntry.SourcePatientInfo"/> </mapping> <mapping> <identity value="v2"/> <map value="PID-3-Patient ID List (No standard way to define a Practitioner or Group subject in V2 MDM message)"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="SBJ"].role[typeCode="PAT"]"/> </mapping> </element> <element> <path value="DocumentReference.type"/> <short value="Precice type of document"/> <definition value="The type code specifies the precise type of document from the user perspective. It is recommended that the value Set be drawn from a coding scheme providing a fine level of granularity such as LOINC. (e.g. Patient Summary, Discharge Summary, Prescription, etc.)."/> <comments value="Key metadata element describing the document, used in searching/filtering."/> <min value="1"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentType"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Type of a composition"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/doc-codes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.type"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-2-Document Type"/> </mapping> <mapping> <identity value="rim"/> <map value="./code"/> </mapping> </element> <element> <path value="DocumentReference.class"/> <short value="High-level classification of document"/> <definition value="The class code specifying the high-level use classification of the document type (e.g., Report, Summary, Images, Treatment Plan, Patient Preferences, Workflow)."/> <comments value="Helps humans to assess whether the document is of interest when viewing an list of documents."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentClass"/> <isExtensible value="true"/> <conformance value="example"/> <description value="SubType of a clinical document"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/xds-typecodes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.class"/> </mapping> <mapping> <identity value="v2"/> <map value=".outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN&quo t;].code"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN&quo t;].code"/> </mapping> </element> <element> <path value="DocumentReference.format"/> <short value="Format/content rules for the document"/> <definition value="An identifier that identifies the the document encoding, structure and template that the document conforms to beyond the base format indicated in the mimeType."/> <comments value="Helps the processing. Usually is a URN that identifies. For IHE defined Document Content profiles this is a urn issued by IHE."/> <min value="0"/> <max value="*"/> <type> <code value="uri"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.formatCode"/> </mapping> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.author"/> <short value="Who and/or what authored the document"/> <definition value="Identifies who is responsible for adding the information to the document."/> <comments value="Not necessarily who did the actual data entry (i.e. typist) it in or who was the source (informant)."/> <min value="1"/> <max value="*"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Device"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Patient"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/RelatedPerson"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.author"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-9-Originator Code/Name (No standard way to indicate a Device in V2 MDM message)"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="AUT"].role[classCode="ASSIGNED"]"/> </mapping> </element> <element> <path value="DocumentReference.custodian"/> <short value="Org which maintains the document"/> <definition value="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."/> <comments value="Identifies the logical organization to go to find the current version, where to report issues, etc. This is different from the physical location of the document, which is the technical location of the document, which host may be delegated to the management of some other organization."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <mapping> <identity value="rim"/> <map value=".participation[typeCode="RCV"].role[classCode="CUST"].scoper[classCode="ORG " and determinerCode="INST"]"/> </mapping> </element> <element> <path value="DocumentReference.policyManager"/> <short value="Manages access policies for the document"/> <definition value="A reference to a domain or server that manages policies under which the document is accessed and/or made available."/> <min value="0"/> <max value="1"/> <type> <code value="uri"/> </type> <mapping> <identity value="rim"/> <map value="N/A - New participation type required"/> </mapping> </element> <element> <path value="DocumentReference.authenticator"/> <short value="Who/What authenticated the document"/> <definition value="Which person or organization authenticates that this document is valid."/> <comments value="Represents a participant within the author institution who has legally authenticated or attested the document. Legal authentication implies that a document has been signed manually or electronically by the legal Authenticator."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.legalAuthenticator"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-10-Assigned Document Authenticator"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="AUTHEN"].role[classCode="ASSIGNED"]"/> </mapping> </element> <element> <path value="DocumentReference.created"/> <short value="Document creation time"/> <definition value="When the document was created."/> <comments value="Creation time is used for tracking, organizing versions and searching. This is the creation time of the document, not the source material on which it is based."/> <min value="0"/> <max value="1"/> <type> <code value="dateTime"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.submissionTime"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-6-Origination Date/Time"/> </mapping> <mapping> <identity value="rim"/> <map value=".effectiveTime[type="TS"]"/> </mapping> </element> <element> <path value="DocumentReference.indexed"/> <short value="When this document reference created"/> <definition value="When the document reference was created."/> <comments value="Referencing/indexing time is used for tracking, organizing versions and searching."/> <min value="1"/> <max value="1"/> <type> <code value="instant"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.submissionTime"/> </mapping> <mapping> <identity value="rim"/> <map value=".availabilityTime[type="TS"]"/> </mapping> </element> <element> <path value="DocumentReference.status"/> <short value="current | superceded | entered-in-error"/> <definition value="The status of this document reference."/> <comments value="This is the status of the DocumentReference object, which might be independent from the docStatus."/> <min value="1"/> <max value="1"/> <type> <code value="code"/> </type> <isModifier value="true"/> <binding> <name value="DocumentReferenceStatus"/> <isExtensible value="false"/> <conformance value="required"/> <description value="The status of the document reference"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/document-reference-status"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry status"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-19-Document Availability Status"/> </mapping> <mapping> <identity value="rim"/> <map value="interim: .completionCode="IN" & ./statusCode[isNormalDatatype()]="active"; final: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete&q uot; and not(./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[su bsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseDocum ent", code) and isNormalAct()]); amended: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and ./inboundRelationship[typeCode="SUBJ " and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseDocument", code) and isNormalAct() and statusCode="completed"]; withdrawn : .completionCode=NI && ./statusCode[isNo rmalDatatype()]="obsolete""/> </mapping> </element> <element> <path value="DocumentReference.docStatus"/> <short value="preliminary | final | appended | amended | entered-in-error"/> <definition value="The status of the underlying document."/> <comments value="The document that is pointed to might be in various lifecycle states."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="ReferredDocumentStatus"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Status of the underlying document"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/composition-status"/> </referenceReference> </binding> <mapping> <identity value="v2"/> <map value="TXA-17-Document Completion Status"/> </mapping> <mapping> <identity value="rim"/> <map value=".statusCode"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo"/> <short value="Relationships to other documents"/> <definition value="Relationships that this document has with other document references that already exist."/> <min value="0"/> <max value="*"/> <isModifier value="true"/> <mapping> <identity value="rim"/> <map value=".outboundRelationship"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.id"/> <representation value="xmlAttr"/> <short value="xml:id (or equivalent in JSON)"/> <definition value="unique id for the element within a resource (for internal references)."/> <min value="0"/> <max value="1"/> <type> <code value="id"/> </type> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.extension"/> <short value="Additional Content defined by implementations"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.modifierExtension"/> <short value="Extensions that cannot be ignored"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <synonym value="modifiers"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.code"/> <short value="replaces | transforms | signs | appends"/> <definition value="The type of relationship that this document has with anther document."/> <comments value="If this document appends another document, then the document cannot be fully understood without also accessing the referenced document."/> <min value="1"/> <max value="1"/> <type> <code value="code"/> </type> <binding> <name value="DocumentRelationshipType"/> <isExtensible value="false"/> <conformance value="required"/> <description value="The type of relationship between documents"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/document-relationship-type"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry Associations type"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship.typeCode"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.target"/> <short value="Target of the relationship"/> <definition value="The target document of this relationship."/> <min value="1"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/DocumentReference"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry Associations reference"/> </mapping> <mapping> <identity value="rim"/> <map value=".target[classCode="DOC", moodCode="EVN"].id"/> </mapping> </element> <element> <path value="DocumentReference.description"/> <short value="Human-readable description (title)"/> <definition value="Human-readable description of the source document. This is sometimes known as the "title"."/> <comments value="What the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a "consultation" or "progress note")."/> <requirements value="Helps humans to assess whether the document is of interest."/> <min value="0"/> <max value="1"/> <type> <code value="string"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.description"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-25-Document Title"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship[typeCode="SUBJ"].target.text"/> </mapping> </element> <element> <path value="DocumentReference.confidentiality"/> <short value="Sensitivity of source document"/> <definition value="A set of Security-Tag codes specifying the level of privacy/security of the Document."/> <comments value="The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. • [1…1] Confidentiality Security Classification Label Field • [0…*] Sensitivity Security Category Label Field • [0…*] Compartment Security Category Label Field • [0…*] Integrity Security Category Label Field • [0…*] Handling Caveat Security Category Field In the HL7 Healthcare Privacy and Security Classification System In the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects."/> <requirements value="Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended."/> <min value="0"/> <max value="*"/> <type> <code value="CodeableConcept"/> </type> <isModifier value="true"/> <binding> <name value="DocumentConfidentiality"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Codes specifying the level of confidentiality of the composition"/> <referenceReference> <reference value="http://hl7.org/fhir/v3/vs/Confidentiality"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.confidentialityCode"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-18-Document Confidentiality Status"/> </mapping> <mapping> <identity value="rim"/> <map value=".confidentialityCode"/> </mapping> </element> <element> <path value="DocumentReference.content"/> <short value="Where to access the document"/> <definition value="The document or url to the document along with critical metadata to prove content has integrity."/> <min value="1"/> <max value="*"/> <type> <code value="Attachment"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.mimeType DocumentEntry.languageCode DocumentEntry.URI DocumentEntry.size DocumentEntry.hash DocumentEntry.title"/> </mapping> </element> <element> <path value="DocumentReference.context"/> <short value="Clinical context of document"/> <definition value="The clinical context in which the document was prepared."/> <comments value="These values are primarily added to help with searching for interesting/relevant documents."/> <min value="0"/> <max value="1"/> <mapping> <identity value="rim"/> <map value="outboundRelationship[typeCode="SUBJ"].target[classCode<'ACT']"/> </mapping> </element> <element> <path value="DocumentReference.context.id"/> <representation value="xmlAttr"/> <short value="xml:id (or equivalent in JSON)"/> <definition value="unique id for the element within a resource (for internal references)."/> <min value="0"/> <max value="1"/> <type> <code value="id"/> </type> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.context.extension"/> <short value="Additional Content defined by implementations"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.context.modifierExtension"/> <short value="Extensions that cannot be ignored"/> <definition value="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 value="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."/> <synonym value="extensions"/> <synonym value="user content"/> <synonym value="modifiers"/> <min value="0"/> <max value="*"/> <type> <code value="Extension"/> </type> <mapping> <identity value="rim"/> <map value="N/A"/> </mapping> </element> <element> <path value="DocumentReference.context.event"/> <short value="Main Clinical Acts Documented"/> <definition value="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."/> <comments value="An event can further specialize the act inherent in the type, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation."/> <min value="0"/> <max value="*"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentEventType"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="This list of codes represents the main clinical acts being documented"/> <referenceReference> <reference value="http://hl7.org/fhir/v3/vs/ActCode"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.eventCodeList"/> </mapping> <mapping> <identity value="rim"/> <map value=".code"/> </mapping> </element> <element> <path value="DocumentReference.context.period"/> <short value="Time of service that is being documented"/> <definition value="The time period over which the service that is described by the document was provided."/> <min value="0"/> <max value="1"/> <type> <code value="Period"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.serviceStartTime DocumentEntry.serviceStopTime"/> </mapping> <mapping> <identity value="rim"/> <map value=".effectiveTime"/> </mapping> </element> <element> <path value="DocumentReference.context.facilityType"/> <short value="Kind of facility where patient was seen"/> <definition value="The kind of facility where the patient was seen."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentFacilityType"/> <isExtensible value="true"/> <conformance value="example"/> <description value="XDS Facility Type"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/xds-facilitycodes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.healthcareFacilityTypeCode"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="LOC"].role[classCode="DSDLOC"].code"/> </mapping> </element> </snapshot> <differential> <element> <path value="DocumentReference"/> <short value="A reference to a document"/> <definition value="A reference to a document."/> <comments value="Usually, this is used for documents other than those defined by FHIR."/> <min value="1"/> <max value="1"/> <mapping> <identity value="rim"/> <map value="Document[classCode="DOC" and moodCode="EVN"]"/> </mapping> </element> <element> <path value="DocumentReference.masterIdentifier"/> <short value="Master Version Specific Identifier"/> <definition value="Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document."/> <comments value="CDA Document Id extension and root."/> <requirements value="The structure and format of this Id shall be consistent with the specification corresponding to the formatCode attribute. (e.g., for a DICOM standard document a 64 character numeric UID, for an HL7 CDA format a serialization of the CDA Document Id extension and root in the form oid^extension, where OID is a 64 digits max, and the Id is a 16 UTF-8 char max. If the OID is coded without the extension then the '^' character shall not be included.)."/> <min value="0"/> <max value="1"/> <type> <code value="Identifier"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.uniqueId"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-12-Unique Document Number"/> </mapping> <mapping> <identity value="rim"/> <map value=".id"/> </mapping> </element> <element> <path value="DocumentReference.identifier"/> <short value="Other identifiers for the document"/> <definition value="Other identifiers associated with the document, including version independent, source record and workflow related identifiers."/> <comments value="Other identifiers can also include Identifiers may be Accession Numbers, Order Numbers, Referral Request Identifiers, XDS Workflow Instance Identifiers."/> <min value="0"/> <max value="*"/> <type> <code value="Identifier"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.entryUUID"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-16-Unique Document File Name?"/> </mapping> <mapping> <identity value="rim"/> <map value=".id / .setId"/> </mapping> </element> <element> <path value="DocumentReference.subject"/> <short value="Who|what is the subject of the document"/> <definition value="Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (I.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure)."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Patient"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Group"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Device"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.patientId DocumentEntry.sourcePatientId DocumentEntry.SourcePatientInfo"/> </mapping> <mapping> <identity value="v2"/> <map value="PID-3-Patient ID List (No standard way to define a Practitioner or Group subject in V2 MDM message)"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="SBJ"].role[typeCode="PAT"]"/> </mapping> </element> <element> <path value="DocumentReference.type"/> <short value="Precice type of document"/> <definition value="The type code specifies the precise type of document from the user perspective. It is recommended that the value Set be drawn from a coding scheme providing a fine level of granularity such as LOINC. (e.g. Patient Summary, Discharge Summary, Prescription, etc.)."/> <comments value="Key metadata element describing the document, used in searching/filtering."/> <min value="1"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentType"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Type of a composition"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/doc-codes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.type"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-2-Document Type"/> </mapping> <mapping> <identity value="rim"/> <map value="./code"/> </mapping> </element> <element> <path value="DocumentReference.class"/> <short value="High-level classification of document"/> <definition value="The class code specifying the high-level use classification of the document type (e.g., Report, Summary, Images, Treatment Plan, Patient Preferences, Workflow)."/> <comments value="Helps humans to assess whether the document is of interest when viewing an list of documents."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentClass"/> <isExtensible value="true"/> <conformance value="example"/> <description value="SubType of a clinical document"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/xds-typecodes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.class"/> </mapping> <mapping> <identity value="v2"/> <map value=".outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN&quo t;].code"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship[typeCode="COMP].target[classCode="LIST", moodCode="EVN&quo t;].code"/> </mapping> </element> <element> <path value="DocumentReference.format"/> <short value="Format/content rules for the document"/> <definition value="An identifier that identifies the the document encoding, structure and template that the document conforms to beyond the base format indicated in the mimeType."/> <comments value="Helps the processing. Usually is a URN that identifies. For IHE defined Document Content profiles this is a urn issued by IHE."/> <min value="0"/> <max value="*"/> <type> <code value="uri"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.formatCode"/> </mapping> <mapping> <identity value="rim"/> <map value="n/a"/> </mapping> </element> <element> <path value="DocumentReference.author"/> <short value="Who and/or what authored the document"/> <definition value="Identifies who is responsible for adding the information to the document."/> <comments value="Not necessarily who did the actual data entry (i.e. typist) it in or who was the source (informant)."/> <min value="1"/> <max value="*"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Device"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Patient"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/RelatedPerson"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.author"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-9-Originator Code/Name (No standard way to indicate a Device in V2 MDM message)"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="AUT"].role[classCode="ASSIGNED"]"/> </mapping> </element> <element> <path value="DocumentReference.custodian"/> <short value="Org which maintains the document"/> <definition value="Identifies the organization or group who is responsible for ongoing maintenance of and access to the document."/> <comments value="Identifies the logical organization to go to find the current version, where to report issues, etc. This is different from the physical location of the document, which is the technical location of the document, which host may be delegated to the management of some other organization."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <mapping> <identity value="rim"/> <map value=".participation[typeCode="RCV"].role[classCode="CUST"].scoper[classCode="ORG " and determinerCode="INST"]"/> </mapping> </element> <element> <path value="DocumentReference.policyManager"/> <short value="Manages access policies for the document"/> <definition value="A reference to a domain or server that manages policies under which the document is accessed and/or made available."/> <min value="0"/> <max value="1"/> <type> <code value="uri"/> </type> <mapping> <identity value="rim"/> <map value="N/A - New participation type required"/> </mapping> </element> <element> <path value="DocumentReference.authenticator"/> <short value="Who/What authenticated the document"/> <definition value="Which person or organization authenticates that this document is valid."/> <comments value="Represents a participant within the author institution who has legally authenticated or attested the document. Legal authentication implies that a document has been signed manually or electronically by the legal Authenticator."/> <min value="0"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Practitioner"/> </type> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/Organization"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.legalAuthenticator"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-10-Assigned Document Authenticator"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="AUTHEN"].role[classCode="ASSIGNED"]"/> </mapping> </element> <element> <path value="DocumentReference.created"/> <short value="Document creation time"/> <definition value="When the document was created."/> <comments value="Creation time is used for tracking, organizing versions and searching. This is the creation time of the document, not the source material on which it is based."/> <min value="0"/> <max value="1"/> <type> <code value="dateTime"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.submissionTime"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-6-Origination Date/Time"/> </mapping> <mapping> <identity value="rim"/> <map value=".effectiveTime[type="TS"]"/> </mapping> </element> <element> <path value="DocumentReference.indexed"/> <short value="When this document reference created"/> <definition value="When the document reference was created."/> <comments value="Referencing/indexing time is used for tracking, organizing versions and searching."/> <min value="1"/> <max value="1"/> <type> <code value="instant"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.submissionTime"/> </mapping> <mapping> <identity value="rim"/> <map value=".availabilityTime[type="TS"]"/> </mapping> </element> <element> <path value="DocumentReference.status"/> <short value="current | superceded | entered-in-error"/> <definition value="The status of this document reference."/> <comments value="This is the status of the DocumentReference object, which might be independent from the docStatus."/> <min value="1"/> <max value="1"/> <type> <code value="code"/> </type> <isModifier value="true"/> <binding> <name value="DocumentReferenceStatus"/> <isExtensible value="false"/> <conformance value="required"/> <description value="The status of the document reference"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/document-reference-status"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry status"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-19-Document Availability Status"/> </mapping> <mapping> <identity value="rim"/> <map value="interim: .completionCode="IN" & ./statusCode[isNormalDatatype()]="active"; final: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete&q uot; and not(./inboundRelationship[typeCode="SUBJ" and isNormalActRelationship()]/source[su bsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseDocum ent", code) and isNormalAct()]); amended: .completionCode="AU" && ./statusCode[isNormalDatatype()]="complete" and ./inboundRelationship[typeCode="SUBJ " and isNormalActRelationship()]/source[subsumesCode("ActClass#CACT") and moodCode="EVN" and domainMember("ReviseDocument", code) and isNormalAct() and statusCode="completed"]; withdrawn : .completionCode=NI && ./statusCode[isNo rmalDatatype()]="obsolete""/> </mapping> </element> <element> <path value="DocumentReference.docStatus"/> <short value="preliminary | final | appended | amended | entered-in-error"/> <definition value="The status of the underlying document."/> <comments value="The document that is pointed to might be in various lifecycle states."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="ReferredDocumentStatus"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Status of the underlying document"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/composition-status"/> </referenceReference> </binding> <mapping> <identity value="v2"/> <map value="TXA-17-Document Completion Status"/> </mapping> <mapping> <identity value="rim"/> <map value=".statusCode"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo"/> <short value="Relationships to other documents"/> <definition value="Relationships that this document has with other document references that already exist."/> <min value="0"/> <max value="*"/> <isModifier value="true"/> <mapping> <identity value="rim"/> <map value=".outboundRelationship"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.code"/> <short value="replaces | transforms | signs | appends"/> <definition value="The type of relationship that this document has with anther document."/> <comments value="If this document appends another document, then the document cannot be fully understood without also accessing the referenced document."/> <min value="1"/> <max value="1"/> <type> <code value="code"/> </type> <binding> <name value="DocumentRelationshipType"/> <isExtensible value="false"/> <conformance value="required"/> <description value="The type of relationship between documents"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/document-relationship-type"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry Associations type"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship.typeCode"/> </mapping> </element> <element> <path value="DocumentReference.relatesTo.target"/> <short value="Target of the relationship"/> <definition value="The target document of this relationship."/> <min value="1"/> <max value="1"/> <type> <code value="Reference"/> <profile value="http://hl7.org/fhir/Profile/DocumentReference"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry Associations reference"/> </mapping> <mapping> <identity value="rim"/> <map value=".target[classCode="DOC", moodCode="EVN"].id"/> </mapping> </element> <element> <path value="DocumentReference.description"/> <short value="Human-readable description (title)"/> <definition value="Human-readable description of the source document. This is sometimes known as the "title"."/> <comments value="What the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a "consultation" or "progress note")."/> <requirements value="Helps humans to assess whether the document is of interest."/> <min value="0"/> <max value="1"/> <type> <code value="string"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.description"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-25-Document Title"/> </mapping> <mapping> <identity value="rim"/> <map value=".outboundRelationship[typeCode="SUBJ"].target.text"/> </mapping> </element> <element> <path value="DocumentReference.confidentiality"/> <short value="Sensitivity of source document"/> <definition value="A set of Security-Tag codes specifying the level of privacy/security of the Document."/> <comments value="The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. • [1…1] Confidentiality Security Classification Label Field • [0…*] Sensitivity Security Category Label Field • [0…*] Compartment Security Category Label Field • [0…*] Integrity Security Category Label Field • [0…*] Handling Caveat Security Category Field In the HL7 Healthcare Privacy and Security Classification System In the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects."/> <requirements value="Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended."/> <min value="0"/> <max value="*"/> <type> <code value="CodeableConcept"/> </type> <isModifier value="true"/> <binding> <name value="DocumentConfidentiality"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="Codes specifying the level of confidentiality of the composition"/> <referenceReference> <reference value="http://hl7.org/fhir/v3/vs/Confidentiality"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.confidentialityCode"/> </mapping> <mapping> <identity value="v2"/> <map value="TXA-18-Document Confidentiality Status"/> </mapping> <mapping> <identity value="rim"/> <map value=".confidentialityCode"/> </mapping> </element> <element> <path value="DocumentReference.content"/> <short value="Where to access the document"/> <definition value="The document or url to the document along with critical metadata to prove content has integrity."/> <min value="1"/> <max value="*"/> <type> <code value="Attachment"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.mimeType DocumentEntry.languageCode DocumentEntry.URI DocumentEntry.size DocumentEntry.hash DocumentEntry.title"/> </mapping> </element> <element> <path value="DocumentReference.context"/> <short value="Clinical context of document"/> <definition value="The clinical context in which the document was prepared."/> <comments value="These values are primarily added to help with searching for interesting/relevant documents."/> <min value="0"/> <max value="1"/> <mapping> <identity value="rim"/> <map value="outboundRelationship[typeCode="SUBJ"].target[classCode<'ACT']"/> </mapping> </element> <element> <path value="DocumentReference.context.event"/> <short value="Main Clinical Acts Documented"/> <definition value="This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act."/> <comments value="An event can further specialize the act inherent in the type, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation."/> <min value="0"/> <max value="*"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentEventType"/> <isExtensible value="true"/> <conformance value="preferred"/> <description value="This list of codes represents the main clinical acts being documented"/> <referenceReference> <reference value="http://hl7.org/fhir/v3/vs/ActCode"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.eventCodeList"/> </mapping> <mapping> <identity value="rim"/> <map value=".code"/> </mapping> </element> <element> <path value="DocumentReference.context.period"/> <short value="Time of service that is being documented"/> <definition value="The time period over which the service that is described by the document was provided."/> <min value="0"/> <max value="1"/> <type> <code value="Period"/> </type> <mapping> <identity value="xds"/> <map value="DocumentEntry.serviceStartTime DocumentEntry.serviceStopTime"/> </mapping> <mapping> <identity value="rim"/> <map value=".effectiveTime"/> </mapping> </element> <element> <path value="DocumentReference.context.facilityType"/> <short value="Kind of facility where patient was seen"/> <definition value="The kind of facility where the patient was seen."/> <min value="0"/> <max value="1"/> <type> <code value="CodeableConcept"/> </type> <binding> <name value="DocumentFacilityType"/> <isExtensible value="true"/> <conformance value="example"/> <description value="XDS Facility Type"/> <referenceReference> <reference value="http://hl7.org/fhir/vs/xds-facilitycodes"/> </referenceReference> </binding> <mapping> <identity value="xds"/> <map value="DocumentEntry.healthcareFacilityTypeCode"/> </mapping> <mapping> <identity value="rim"/> <map value=".participation[typeCode="LOC"].role[classCode="DSDLOC"].code"/> </mapping> </element> </differential> </Profile>
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.