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

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "valueset-primarysourcepushtype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>VhDir Primary Source Push Type</h2><div><p>This value set defines a set of codes that indicate the scope of data sent from a primary source of validated data to a validated healthcare directory when there is a push model (from the sender) for sending data.</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-specific">specific</a></td><td>Specific requested changes</td><td>The sender will send specific changes to the healthcare directory as determined by agreement.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-any">any</a></td><td>Any changes</td><td>The sender will send all changes to the healthcare directory.</td></tr><tr><td><a href="CodeSystem-codesystem-validation.html#codesystem-validation-sourcedef">sourcedef</a></td><td>As defined by the source/sender</td><td>The sender will only send changes they have determined to be significant.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-primarysourcepushtype",
  "version" : "0.2.0",
  "name" : "VhDirPrimarySourcePushType",
  "title" : "VhDir Primary Source Push Type",
  "status" : "active",
  "date" : "2018-02-21",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This value set defines a set of codes that indicate the scope of data sent from a primary source of validated data to a validated healthcare directory when there is a push model (from the sender) for sending data.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-validation",
        "concept" : [
          {
            "code" : "specific"
          },
          {
            "code" : "any"
          },
          {
            "code" : "sourcedef"
          }
        ]
      }
    ]
  }
}