FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-composition-attestation-mode.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem composition-attestation-mode

Last updated: 2026-06-14 21:10:28+0000

This case-sensitive code system http://terminology.hl7.org/CodeSystem/composition-attestation-mode defines the following codes:

CodeDisplayDefinition
personal PersonalThe person authenticated the content in their personal capacity.
professional ProfessionalThe person authenticated the content in their professional capacity.
legal LegalThe person authenticated the content and accepted legal responsibility for its content.
official OfficialThe organization authenticated the content as consistent with their policies and procedures.

Source1

{
  "resourceType": "CodeSystem",
  "id": "composition-attestation-mode",
  "meta": {
    "lastUpdated": "2026-06-14T21:10:28.568+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}