HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

VerificationResult Communication Method - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "verificationresult-communication-method",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            \n      <h2>VerificationResult Communication Method</h2>\n            \n      <div>\n              \n        <p>Attested information may be validated by process that are manual or automated. For automated processes it may accomplished by the system of record reaching out through another system's API or information may be sent to the system of record. This value set defines a set of codes to describing the process, the how, a resource or data element is validated.</p>\n\n            \n      </div>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/verificationresult-communication-method defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">manual\n                  \n            <a name=\"verificationresult-communication-method-manual\"> </a>\n                \n          </td>\n                \n          <td>Manual</td>\n                \n          <td>The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">portal\n                  \n            <a name=\"verificationresult-communication-method-portal\"> </a>\n                \n          </td>\n                \n          <td>Portal</td>\n                \n          <td>The information is submitted/retrieved via a portal</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">pull\n                  \n            <a name=\"verificationresult-communication-method-pull\"> </a>\n                \n          </td>\n                \n          <td>Pull</td>\n                \n          <td>The information is retrieved (i.e. pulled) from a source (e.g. over an API)</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">push\n                  \n            <a name=\"verificationresult-communication-method-push\"> </a>\n                \n          </td>\n                \n          <td>Push</td>\n                \n          <td>The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1402"
    }
  ],
  "version" : "4.2.1",
  "name" : "Verificationresult_communication_method",
  "title" : "VerificationResult Communication Method",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-10-31",
  "publisher" : "HL7 International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "Attested information may be validated by process that are manual or automated. For automated processes it may accomplished by the system of record reaching out through another system's API or information may be sent to the system of record. This value set defines a set of codes to describing the process, the how, a resource or data element is validated.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/verificationresult-communication-method",
  "content" : "complete",
  "concept" : [
    {
      "code" : "manual",
      "display" : "Manual",
      "definition" : "The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)"
    },
    {
      "code" : "portal",
      "display" : "Portal",
      "definition" : "The information is submitted/retrieved via a portal"
    },
    {
      "code" : "pull",
      "display" : "Pull",
      "definition" : "The information is retrieved (i.e. pulled) from a source (e.g. over an API)"
    },
    {
      "code" : "push",
      "display" : "Push",
      "definition" : "The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)"
    }
  ]
}