VhDir Implementation Guide CI Build: STU2 Ballot

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-validationprocess

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-validationprocess",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Validation Process</h2><div><p>Documents the external source validation requirements for this element or set of elements.</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-validation.html"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation</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-validation.html#codesystem-validation-editcheck">editcheck</a></td><td>Edit check</td><td>Indicates the element or resource is validated for format, range, presence, or other similar properties.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-valueset">valueset</a></td><td>Valueset</td><td>Indicates the element or resource is validated against a value set.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-extsource">extsource</a></td><td>External source</td><td>Indicates the element or resource is validated against an external source.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-standalone">standalone</a></td><td>Stand alone</td><td>Indicates the element or resource is validated by itself and is unrelated to other elements or resources.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-incontext">incontext</a></td><td>In context</td><td>Indicates the element or resource is validated by the existence or value of another related element or resource.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-attester">attester</a></td><td>Attester</td><td>Attester</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-validationprocess",
  "version" : "0.2.0",
  "name" : "VhDirValidationProcess",
  "title" : "VhDir Validation Process",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Documents the external source validation requirements for this element or set of elements.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation",
        "concept" : [
          {
            "code" : "editcheck"
          },
          {
            "code" : "valueset"
          },
          {
            "code" : "extsource"
          },
          {
            "code" : "standalone"
          },
          {
            "code" : "incontext"
          },
          {
            "code" : "attester"
          }
        ]
      }
    ]
  }
}