FHIR IG analytics| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | CodeSystem-composition-attestation-mode.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/UTG/CodeSystem-composition-attestation-mode.html |
| URL | http://terminology.hl7.org/CodeSystem/composition-attestation-mode |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-06-14T10:01:24+11:00 |
| Name | CompositionAttestationMode |
| Title | Composition Attestation Mode |
| Realm | uv |
| Authority | hl7 |
| 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 |
| Content | complete |
| ValueSet | ||
| hl7.terminology#current | composition-attestation-mode | Composition Attestation Mode |
No resources found
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:
{
"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."
}
]
}