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
TTL representation of the Authenticator logical model.
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:StructureDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Authenticator"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <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>\n <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>\n </div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:v3" ]
];
fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/Authenticator"];
fhir:StructureDefinition.version [ fhir:value "2.1.0"];
fhir:StructureDefinition.name [ fhir:value "CDAR2.Authenticator"];
fhir:StructureDefinition.title [ fhir:value "Authenticator (CDA Class)"];
fhir:StructureDefinition.status [ fhir:value "active"];
fhir:StructureDefinition.experimental [ fhir:value "false"^^xsd:boolean];
fhir:StructureDefinition.date [ fhir:value "2021-03-11T17:00:55+00:00"^^xsd:dateTime];
fhir:StructureDefinition.publisher [ fhir:value "Health Level 7"];
fhir:StructureDefinition.description [ fhir: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."];
fhir:StructureDefinition.fhirVersion [ fhir:value "4.0.1"];
fhir:StructureDefinition.kind [ fhir:value "logical"];
fhir:StructureDefinition.abstract [ fhir:value "false"^^xsd:boolean];
fhir:StructureDefinition.type [ fhir:value "Authenticator"];
fhir:StructureDefinition.baseDefinition [
fhir:value "http://hl7.org/fhir/StructureDefinition/Base";
fhir:link <http://hl7.org/fhir/StructureDefinition/Base>
];
fhir:StructureDefinition.derivation [ fhir:value "specialization"];
fhir:StructureDefinition.snapshot [
fhir:StructureDefinition.snapshot.element [
fhir:index 0;
fhir:Element.id [ fhir:value "Authenticator" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Base" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.isModifier [ fhir:value "false"^^xsd:boolean ] ], [
fhir:index 1;
fhir:Element.id [ fhir:value "Authenticator.nullFlavor" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.nullFlavor" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Exceptional Value Detail" ];
fhir:ElementDefinition.definition [ fhir:value "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.nullFlavor" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "code" ] ];
fhir:ElementDefinition.binding [
fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
fhir:ElementDefinition.binding.valueSet [
fhir:value "http://terminology.hl7.org/ValueSet/v3-NullFlavor";
fhir:link <http://terminology.hl7.org/ValueSet/v3-NullFlavor> ] ] ], [
fhir:index 2;
fhir:Element.id [ fhir:value "Authenticator.typeCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.typeCode" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.typeCode" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "code" ] ];
fhir:ElementDefinition.fixedCode [ fhir:value "AUTHEN" ];
fhir:ElementDefinition.binding [
fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
fhir:ElementDefinition.binding.valueSet [
fhir:value "http://terminology.hl7.org/ValueSet/v3-ParticipationType";
fhir:link <http://terminology.hl7.org/ValueSet/v3-ParticipationType> ] ] ], [
fhir:index 3;
fhir:Element.id [ fhir:value "Authenticator.realmCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.realmCode" ];
fhir:ElementDefinition.definition [ fhir: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" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.realmCode" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CS" ] ] ], [
fhir:index 4;
fhir:Element.id [ fhir:value "Authenticator.typeId" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.typeId" ];
fhir:ElementDefinition.definition [ fhir: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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.typeId" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/II" ] ] ], [
fhir:index 5;
fhir:Element.id [ fhir:value "Authenticator.templateId" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.templateId" ];
fhir:ElementDefinition.definition [ fhir: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" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.templateId" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "*" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/II" ] ] ], [
fhir:index 6;
fhir:Element.id [ fhir:value "Authenticator.time" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.time" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.time" ];
fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/TS" ] ] ], [
fhir:index 7;
fhir:Element.id [ fhir:value "Authenticator.signatureCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.signatureCode" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.signatureCode" ];
fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CS" ] ] ], [
fhir:index 8;
fhir:Element.id [ fhir:value "Authenticator.signatureText" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.signatureText" ];
fhir:ElementDefinition.short [ fhir:value "sdtc:signatureText" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.signatureText" ];
fhir:ElementDefinition.base.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/ED" ] ] ], [
fhir:index 9;
fhir:Element.id [ fhir:value "Authenticator.assignedEntity" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.assignedEntity" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.base [
fhir:ElementDefinition.base.path [ fhir:value "Authenticator.assignedEntity" ];
fhir:ElementDefinition.base.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.base.max [ fhir:value "1" ] ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity" ] ] ]
];
fhir:StructureDefinition.differential [
fhir:StructureDefinition.differential.element [
fhir:index 0;
fhir:Element.id [ fhir:value "Authenticator" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ] ], [
fhir:index 1;
fhir:Element.id [ fhir:value "Authenticator.nullFlavor" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.nullFlavor" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.label [ fhir:value "Exceptional Value Detail" ];
fhir:ElementDefinition.definition [ fhir:value "If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "code" ] ];
fhir:ElementDefinition.binding [
fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
fhir:ElementDefinition.binding.valueSet [
fhir:value "http://terminology.hl7.org/ValueSet/v3-NullFlavor";
fhir:link <http://terminology.hl7.org/ValueSet/v3-NullFlavor> ] ] ], [
fhir:index 2;
fhir:Element.id [ fhir:value "Authenticator.typeCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.typeCode" ];
fhir:ElementDefinition.representation [
fhir:value "xmlAttr";
fhir:index 0 ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "code" ] ];
fhir:ElementDefinition.fixedCode [ fhir:value "AUTHEN" ];
fhir:ElementDefinition.binding [
fhir:ElementDefinition.binding.strength [ fhir:value "required" ];
fhir:ElementDefinition.binding.valueSet [
fhir:value "http://terminology.hl7.org/ValueSet/v3-ParticipationType";
fhir:link <http://terminology.hl7.org/ValueSet/v3-ParticipationType> ] ] ], [
fhir:index 3;
fhir:Element.id [ fhir:value "Authenticator.realmCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.realmCode" ];
fhir:ElementDefinition.definition [ fhir: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" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CS" ] ] ], [
fhir:index 4;
fhir:Element.id [ fhir:value "Authenticator.typeId" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.typeId" ];
fhir:ElementDefinition.definition [ fhir: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." ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/II" ] ] ], [
fhir:index 5;
fhir:Element.id [ fhir:value "Authenticator.templateId" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.templateId" ];
fhir:ElementDefinition.definition [ fhir: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" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "*" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/II" ] ] ], [
fhir:index 6;
fhir:Element.id [ fhir:value "Authenticator.time" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.time" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/TS" ] ] ], [
fhir:index 7;
fhir:Element.id [ fhir:value "Authenticator.signatureCode" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.signatureCode" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/CS" ] ] ], [
fhir:index 8;
fhir:Element.id [ fhir:value "Authenticator.signatureText" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" ];
fhir:Extension.valueUri [ fhir:value "urn:hl7-org:sdtc" ] ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.signatureText" ];
fhir:ElementDefinition.short [ fhir:value "sdtc:signatureText" ];
fhir:ElementDefinition.min [ fhir:value "0"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/ED" ] ] ], [
fhir:index 9;
fhir:Element.id [ fhir:value "Authenticator.assignedEntity" ];
fhir:ElementDefinition.path [ fhir:value "Authenticator.assignedEntity" ];
fhir:ElementDefinition.min [ fhir:value "1"^^xsd:nonNegativeInteger ];
fhir:ElementDefinition.max [ fhir:value "1" ];
fhir:ElementDefinition.type [
fhir:index 0;
fhir:ElementDefinition.type.code [ fhir:value "http://hl7.org/fhir/cda/StructureDefinition/AssignedEntity" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.