This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: NDH Verification Process Code System - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "NdhVerificationProcessCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationProcessCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">primary<a name=\"NdhVerificationProcessCS-primary\"> </a></td><td>Primary source</td><td>Primary source</td></tr><tr><td style=\"white-space:nowrap\">multi<a name=\"NdhVerificationProcessCS-multi\"> </a></td><td>Multiple source</td><td>Multiple source</td></tr><tr><td style=\"white-space:nowrap\">manual<a name=\"NdhVerificationProcessCS-manual\"> </a></td><td>Manual</td><td>Manual</td></tr><tr><td style=\"white-space:nowrap\">in-context<a name=\"NdhVerificationProcessCS-in-context\"> </a></td><td>In-context</td><td>element or resource is verified by existence or value of another related element or resource</td></tr><tr><td style=\"white-space:nowrap\">attester<a name=\"NdhVerificationProcessCS-attester\"> </a></td><td>Attester</td><td>Attester</td></tr><tr><td style=\"white-space:nowrap\">editcheck<a name=\"NdhVerificationProcessCS-editcheck\"> </a></td><td>Edit check</td><td>element or resource is verified for format, range, presence, or other similar properties</td></tr><tr><td style=\"white-space:nowrap\">valueset<a name=\"NdhVerificationProcessCS-valueset\"> </a></td><td>Value set</td><td>element or resource is verified against a value set</td></tr><tr><td style=\"white-space:nowrap\">extsource<a name=\"NdhVerificationProcessCS-extsource\"> </a></td><td>External source</td><td>element or resource is verified against an external source</td></tr><tr><td style=\"white-space:nowrap\">standalone<a name=\"NdhVerificationProcessCS-standalone\"> </a></td><td>Standalone</td><td>element or resource is verified by itself and is releated to other elements or resources</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationProcessCS",
"version" : "1.0.0-ballot",
"name" : "NdhVerificationProcessCS",
"title" : "NDH Verification Process Code System",
"status" : "active",
"experimental" : false,
"date" : "2023-07-30T14:53:07+00:00",
"publisher" : "HL7 International - Patient Administration Work Group",
"contact" : [
{
"name" : "HL7 International - Patient Administration Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/pafm"
},
{
"system" : "email",
"value" : "pafm@lists.hl7.org"
}
]
}
],
"description" : "NDH Verification Process",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 9,
"concept" : [
{
"code" : "primary",
"display" : "Primary source",
"definition" : "Primary source"
},
{
"code" : "multi",
"display" : "Multiple source",
"definition" : "Multiple source"
},
{
"code" : "manual",
"display" : "Manual",
"definition" : "Manual"
},
{
"code" : "in-context",
"display" : "In-context",
"definition" : "element or resource is verified by existence or value of another related element or resource"
},
{
"code" : "attester",
"display" : "Attester",
"definition" : "Attester"
},
{
"code" : "editcheck",
"display" : "Edit check",
"definition" : "element or resource is verified for format, range, presence, or other similar properties"
},
{
"code" : "valueset",
"display" : "Value set",
"definition" : "element or resource is verified against a value set"
},
{
"code" : "extsource",
"display" : "External source",
"definition" : "element or resource is verified against an external source"
},
{
"code" : "standalone",
"display" : "Standalone",
"definition" : "element or resource is verified by itself and is releated to other elements or resources"
}
]
}