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

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-externalvalidationtype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir External Validation Type Value Set</h2><div><p>Attested information varies in the means by which it is validated. For example information some information may be validated by a single external source. Other information such as participation in a network or another relationship may require mulitple sources. Some cannot, and will be validated. This value set defines a set of codes describing the means of validation.</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-nothing">nothing</a></td><td>Nothing</td><td>No external validation is required.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-single">single</a></td><td>Single</td><td>Indicates the element or resource is validated against a single source.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-multiple">multiple</a></td><td>Multiple</td><td>Indicates the element or resource may require validation against multiple sources, e.g. a practitioner participating in an insurance network.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-externalvalidationtype",
  "version" : "0.2.0",
  "name" : "VhDirExternalValidationType",
  "title" : "VhDir External Validation Type Value Set",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Attested information varies in the means by which it is validated. For example information some information may be validated by a single external source. Other information such as participation in a network or another relationship may require mulitple sources. Some cannot, and will be validated. This value set defines a set of codes describing the means of validation.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation",
        "concept" : [
          {
            "code" : "nothing"
          },
          {
            "code" : "single"
          },
          {
            "code" : "multiple"
          }
        ]
      }
    ]
  }
}