FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "verificationresult-communication-method",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/verificationresult-communication-method defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">manual\n <a name=\"verificationresult-communication-method-manual\"> </a>\n </td>\n <td>Manual</td>\n <td>The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">portal\n <a name=\"verificationresult-communication-method-portal\"> </a>\n </td>\n <td>Portal</td>\n <td>The information is submitted/retrieved via a portal</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">pull\n <a name=\"verificationresult-communication-method-pull\"> </a>\n </td>\n <td>Pull</td>\n <td>The information is retrieved (i.e. pulled) from a source (e.g. over an API)</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">push\n <a name=\"verificationresult-communication-method-push\"> </a>\n </td>\n <td>Push</td>\n <td>The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pa"
}
],
"url" : "http://hl7.org/fhir/verificationresult-communication-method",
"version" : "4.3.0",
"name" : "verificationresult-communication-method",
"title" : "VerificationResult Communication Method Code System",
"status" : "active",
"experimental" : false,
"date" : "2018-10-31T10:00:00+10:00",
"publisher" : "Patient Administration",
"contact" : [
{
"name" : "Patient Administration",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm"
}
]
}
],
"description" : "This code system defines the methods by which entities participating in a validation process share information (e.g. submission/retrieval of attested information, or exchange of validated information).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"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)"
}
]
}