This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
JSON Format: ValueSet-valueset-digitalcertificateuse
Raw json
{ "resourceType" : "ValueSet", "id" : "valueset-digitalcertificateuse", "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Digital Certificate Use Value Set</h2><div><p>This value set defines the purpose of the key contained in a public key certificate.</p> </div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="CodeSystem-codesystem-digitalcertificate.html"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-digitalcertificate</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="CodeSystem-codesystem-digitalcertificate.html#codesystem-digitalcertificate-signing">signing</a></td><td>Signing</td><td>A certificate issued for the purpose of digitally signing information to confirm the author and guarantee that the content has not been altered or corrupted since it was signed by use of a cryptographic hash.</td></tr><tr><td><a href="CodeSystem-codesystem-digitalcertificate.html#codesystem-digitalcertificate-encrypt">encrypt</a></td><td>Encryption</td><td>A certificate containing a public key that can encrypt or decrypt electronic messages, files, documents, or data transmissions, or establish or exchange a session key for these same purposes.</td></tr><tr><td><a href="CodeSystem-codesystem-digitalcertificate.html#codesystem-digitalcertificate-auth">auth</a></td><td>Authentication</td><td>A certificate which can be used to obtain assurance of the accuracy of the claimed identity of an entity.</td></tr></table></li></ul></div>" }, "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-digitalcertificateuse", "version" : "0.2.0", "name" : "VhDirDigitalCertificateUse", "title" : "VhDir Digital Certificate Use Value Set", "status" : "active", "date" : "2018-02-21", "publisher" : "HL7 International", "contact" : [ { "telecom" : [ { "system" : "other", "value" : "http://hl7.org/fhir" } ] } ], "description" : "This value set defines the purpose of the key contained in a public key certificate.", "compose" : { "include" : [ { "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-digitalcertificate", "concept" : [ { "code" : "signing" }, { "code" : "encrypt" }, { "code" : "auth" } ] } ] } }