This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Composition-attestation-mode.xml

Definition for Value SetCompositionAttestationMode

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>CompositionAttestationMode</h2><p>The way in which a person authenticated a composition</p><p>This value set defines its own terms in the system http://hl7.org/fhir/composition-attestation-mode</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>personal<a name=\"personal\"> </a></td><td/><td>The person authenticated the content in their personal capacity.</td></tr><tr><td>professional<a name=\"professional\"> </a></td><td/><td>The person authenticated the content in their professional capacity.</td></tr><tr><td>legal<a name=\"legal\"> </a></td><td/><td>The person authenticated the content and accepted legal responsibility for its content.</td></tr><tr><td>official<a name=\"official\"> </a></td><td/><td>The organization authenticated the content as consistent with their policies and procedures.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/composition-attestation-mode",
  "name": "CompositionAttestationMode",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The way in which a person authenticated a composition",
  "status": "draft",
  "date": "2014-09-30T18:09:16.977+10:00",
  "define": {
    "system": "http://hl7.org/fhir/composition-attestation-mode",
    "caseSensitive": true,
    "concept": [
      {
        "code": "personal",
        "definition": "The person authenticated the content in their personal capacity."
      },
      {
        "code": "professional",
        "definition": "The person authenticated the content in their professional capacity."
      },
      {
        "code": "legal",
        "definition": "The person authenticated the content and accepted legal responsibility for its content."
      },
      {
        "code": "official",
        "definition": "The organization authenticated the content as consistent with their policies and procedures."
      }
    ]
  }
}