HL7 Terminology (THO)
7.2.0 - Publication International flag

This page is part of the HL7 Terminology (v7.2.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: Composition Attestation Mode

Active as of 2026-06-14

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "composition-attestation-mode",
  "meta" : {
    "lastUpdated" : "2026-06-14T21:10:28.568+00:00"
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem composition-attestation-mode</b></p><a name=\"composition-attestation-mode\"> </a><a name=\"hccomposition-attestation-mode\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2026-06-14 21:10:28+0000</p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/composition-attestation-mode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">personal<a name=\"composition-attestation-mode-personal\"> </a></td><td>Personal</td><td>The person authenticated the content in their personal capacity.</td></tr><tr><td style=\"white-space:nowrap\">professional<a name=\"composition-attestation-mode-professional\"> </a></td><td>Professional</td><td>The person authenticated the content in their professional capacity.</td></tr><tr><td style=\"white-space:nowrap\">legal<a name=\"composition-attestation-mode-legal\"> </a></td><td>Legal</td><td>The person authenticated the content and accepted legal responsibility for its      content.</td></tr><tr><td style=\"white-space:nowrap\">official<a name=\"composition-attestation-mode-official\"> </a></td><td>Official</td><td>The organization authenticated the content as consistent with their policies and      procedures.</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/composition-attestation-mode",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.4.239"
    }
  ],
  "version" : "1.0.0",
  "name" : "CompositionAttestationMode",
  "title" : "Composition Attestation Mode",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-06-14T10:01:24+11:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "The way in which a person authenticated a composition.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/composition-attestation-mode",
  "content" : "complete",
  "concept" : [
    {
      "code" : "personal",
      "display" : "Personal",
      "definition" : "The person authenticated the content in their personal capacity."
    },
    {
      "code" : "professional",
      "display" : "Professional",
      "definition" : "The person authenticated the content in their professional capacity."
    },
    {
      "code" : "legal",
      "display" : "Legal",
      "definition" : "The person authenticated the content and accepted legal responsibility for its      content."
    },
    {
      "code" : "official",
      "display" : "Official",
      "definition" : "The organization authenticated the content as consistent with their policies and      procedures."
    }
  ]
}