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 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="verificationresult-communication-method"/>
<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/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r4b.r4"/>
</extension>
<extension url="version">
<valueString value="0.0.1-snapshot-2"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<url value="http://hl7.org/fhir/verificationresult-communication-method"/>
<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-31T10:00:00+10:00"/>
<publisher value="Patient Administration"/>
<contact>
<name value="Patient Administration"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/pafm"/>
</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)."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<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>