{

"resourceType": "ValueSet",
"id": "composition-attestation-mode",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>CompositionAttestationMode</h2><p>The way in which a person authenticated a composition.</p><p>This value set has an inline code system http://hl7.org/fhir/composition-attestation-mode, which defines the following codes:</p><table class=\"codes\"><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>Personal</td><td>The person authenticated the content in their personal capacity.</td></tr><tr><td>professional<a name=\"professional\"> </a></td><td>Professional</td><td>The person authenticated the content in their professional capacity.</td></tr><tr><td>legal<a name=\"legal\"> </a></td><td>Legal</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>Official</td><td>The organization authenticated the content as consistent with their policies and procedures.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.120"
  }
],
"url": "http://hl7.org/fhir/ValueSet/composition-attestation-mode",
"version": "1.0.2",
"name": "CompositionAttestationMode",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The way in which a person authenticated a composition.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.120"
    }
  ],
  "system": "http://hl7.org/fhir/composition-attestation-mode",
  "version": "1.0.2",
  "caseSensitive": true,
  "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."
    }
  ]
}

}