This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code Systemverificationresult-communication-method
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="verificationresult-communication-method"/> <meta> <lastUpdated value="2022-05-28T12:47:40.239+10:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This code system http://hl7.org/fhir/verificationresult-communication-method 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">manual <a name="verificationresult-communication-method-manual"> </a> </td> <td> Manual</td> <td> The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)</td> </tr> <tr> <td style="white-space:nowrap">portal <a name="verificationresult-communication-method-portal"> </a> </td> <td> Portal</td> <td> The information is submitted/retrieved via a portal</td> </tr> <tr> <td style="white-space:nowrap">pull <a name="verificationresult-communication-method-pull"> </a> </td> <td> Pull</td> <td> The information is retrieved (i.e. pulled) from a source (e.g. over an API)</td> </tr> <tr> <td style="white-space:nowrap">push <a name="verificationresult-communication-method-push"> </a> </td> <td> Push</td> <td> The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="pa"/> </extension> <url value="http://hl7.org/fhir/verificationresult-communication-method"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.0"/> </identifier> <version value="4.3.0"/> <name value="verificationresult-communication-method"/> <title value="VerificationResult Communication Method Code System"/> <status value="active"/> <experimental value="false"/> <date value="2018-10-31"/> <publisher value="HL7 International"/> <contact> <telecom> <system value="other"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="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)."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="manual"/> <display value="Manual"/> <definition value="The information is submitted/retrieved manually (e.g. by phone, fax, paper-based)"/> </concept> <concept> <code value="portal"/> <display value="Portal"/> <definition value="The information is submitted/retrieved via a portal"/> </concept> <concept> <code value="pull"/> <display value="Pull"/> <definition value="The information is retrieved (i.e. pulled) from a source (e.g. over an API)"/> </concept> <concept> <code value="push"/> <display value="Push"/> <definition value="The information is sent (i.e. pushed) from a source (e.g. over an API, asynchronously, secure messaging)"/> </concept> </CodeSystem>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.