Clinical Document Architecture V2.0.1
2.1.0 - CI Build
Clinical Document Architecture V2.0.1, published by Health Level 7. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/cda-core-2.0/ and changes regularly. See the Directory of published versions
XML representation of the Authenticator logical model.
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="Authenticator"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Represents a participant who has attested to the accuracy of the document, but who does not have privileges to legally authenticate the document. An example would be a resident physician who sees a patient and dictates a note, then later signs it.</p>
<p>A clinical document can have zero to many authenticators. While electronic signatures are not captured in a CDA document, both authentication and legal authentication require that a document has been signed manually or electronically by the responsible individual. An authenticator has a required authenticator.time indicating the time of authentication, and a required authenticator.signatureCode, indicating that a signature has been obtained and is on file.</p>
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace">
<valueUri value="urn:hl7-org:v3"/>
</extension>
<url value="http://hl7.org/fhir/cda/StructureDefinition/Authenticator"/>
<version value="2.1.0"/>
<name value="CDAR2.Authenticator"/>
<title value="Authenticator (CDA Class)"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-03-11T17:00:55+00:00"/>
<publisher value="Health Level 7"/>
<description
value="Represents a participant who has attested to the accuracy of the document, but who does not have privileges to legally authenticate the document. An example would be a resident physician who sees a patient and dictates a note, then later signs it. A clinical document can have zero to many authenticators. While electronic signatures are not captured in a CDA document, both authentication and legal authentication require that a document has been signed manually or electronically by the responsible individual. An authenticator has a required authenticator.time indicating the time of authentication, and a required authenticator.signatureCode, indicating that a signature has been obtained and is on file."/>
<fhirVersion value="4.0.1"/>
<kind value="logical"/>
<abstract value="false"/>
<type value="Authenticator"/>
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Base"/>
<derivation value="specialization"/>
<snapshot>
<element id="Authenticator">
<path value="Authenticator"/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Base"/>
<min value="0"/>
<max value="*"/>
</base>
<isModifier value="false"/>
</element>
<element id="Authenticator.nullFlavor">
<path value="Authenticator.nullFlavor"/>
<representation value="xmlAttr"/>
<label value="Exceptional Value Detail"/>
<definition
value="If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing."/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Authenticator.nullFlavor"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<code value="code"/>
</type>
<binding>
<strength value="required"/>
<valueSet value="http://terminology.hl7.org/ValueSet/v3-NullFlavor"/>
</binding>
</element>
<element id="Authenticator.typeCode">
<path value="Authenticator.typeCode"/>
<representation value="xmlAttr"/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Authenticator.typeCode"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<code value="code"/>
</type>
<fixedCode value="AUTHEN"/>
<binding>
<strength value="required"/>
<valueSet
value="http://terminology.hl7.org/ValueSet/v3-ParticipationType"/>
</binding>
</element>
<element id="Authenticator.realmCode">
<path value="Authenticator.realmCode"/>
<definition
value="When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question"/>
<min value="0"/>
<max value="*"/>
<base>
<path value="Authenticator.realmCode"/>
<min value="0"/>
<max value="*"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/CS"/>
</type>
</element>
<element id="Authenticator.typeId">
<path value="Authenticator.typeId"/>
<definition
value="When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question."/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Authenticator.typeId"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/II"/>
</type>
</element>
<element id="Authenticator.templateId">
<path value="Authenticator.templateId"/>
<definition
value="When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question"/>
<min value="0"/>
<max value="*"/>
<base>
<path value="Authenticator.templateId"/>
<min value="0"/>
<max value="*"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/II"/>
</type>
</element>
<element id="Authenticator.time">
<path value="Authenticator.time"/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Authenticator.time"/>
<min value="1"/>
<max value="1"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/TS"/>
</type>
</element>
<element id="Authenticator.signatureCode">
<path value="Authenticator.signatureCode"/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Authenticator.signatureCode"/>
<min value="1"/>
<max value="1"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/CS"/>
</type>
</element>
<element id="Authenticator.signatureText">
<extension
url="http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace">
<valueUri value="urn:hl7-org:sdtc"/>
</extension>
<path value="Authenticator.signatureText"/>
<short value="sdtc:signatureText"/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Authenticator.signatureText"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/ED"/>
</type>
</element>
<element id="Authenticator.assignedEntity">
<path value="Authenticator.assignedEntity"/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Authenticator.assignedEntity"/>
<min value="1"/>
<max value="1"/>
</base>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"/>
</type>
</element>
</snapshot>
<differential>
<element id="Authenticator">
<path value="Authenticator"/>
<min value="1"/>
<max value="1"/>
</element>
<element id="Authenticator.nullFlavor">
<path value="Authenticator.nullFlavor"/>
<representation value="xmlAttr"/>
<label value="Exceptional Value Detail"/>
<definition
value="If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing."/>
<min value="0"/>
<max value="1"/>
<type>
<code value="code"/>
</type>
<binding>
<strength value="required"/>
<valueSet value="http://terminology.hl7.org/ValueSet/v3-NullFlavor"/>
</binding>
</element>
<element id="Authenticator.typeCode">
<path value="Authenticator.typeCode"/>
<representation value="xmlAttr"/>
<min value="0"/>
<max value="1"/>
<type>
<code value="code"/>
</type>
<fixedCode value="AUTHEN"/>
<binding>
<strength value="required"/>
<valueSet
value="http://terminology.hl7.org/ValueSet/v3-ParticipationType"/>
</binding>
</element>
<element id="Authenticator.realmCode">
<path value="Authenticator.realmCode"/>
<definition
value="When valued in an instance, this attribute signals the imposition of realm-specific constraints. The value of this attribute identifies the realm in question"/>
<min value="0"/>
<max value="*"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/CS"/>
</type>
</element>
<element id="Authenticator.typeId">
<path value="Authenticator.typeId"/>
<definition
value="When valued in an instance, this attribute signals the imposition of constraints defined in an HL7-specified message type. This might be a common type (also known as CMET in the messaging communication environment), or content included within a wrapper. The value of this attribute provides a unique identifier for the type in question."/>
<min value="0"/>
<max value="1"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/II"/>
</type>
</element>
<element id="Authenticator.templateId">
<path value="Authenticator.templateId"/>
<definition
value="When valued in an instance, this attribute signals the imposition of a set of template-defined constraints. The value of this attribute provides a unique identifier for the templates in question"/>
<min value="0"/>
<max value="*"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/II"/>
</type>
</element>
<element id="Authenticator.time">
<path value="Authenticator.time"/>
<min value="1"/>
<max value="1"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/TS"/>
</type>
</element>
<element id="Authenticator.signatureCode">
<path value="Authenticator.signatureCode"/>
<min value="1"/>
<max value="1"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/CS"/>
</type>
</element>
<element id="Authenticator.signatureText">
<extension
url="http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace">
<valueUri value="urn:hl7-org:sdtc"/>
</extension>
<path value="Authenticator.signatureText"/>
<short value="sdtc:signatureText"/>
<min value="0"/>
<max value="1"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/ED"/>
</type>
</element>
<element id="Authenticator.assignedEntity">
<path value="Authenticator.assignedEntity"/>
<min value="1"/>
<max value="1"/>
<type>
<code value="http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity"/>
</type>
</element>
</differential>
</StructureDefinition>