FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Informative |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="example-supplement"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>A supplement pack for
<code>http://hl7.org/fhir/CodeSystem/example</code> that defines the administrative property 'legacy' for whether the test is currently performed
</p>
<table class="grid">
<tr>
<td>
<b>Code</b>
</td>
<td>
<b>Legacy</b>
</td>
</tr>
<tr>
<td>chol-mmol</td>
<td>false</td>
</tr>
<tr>
<td>chol-mass</td>
<td>true</td>
</tr>
<tr>
<td>chol</td>
<td>true</td>
</tr>
</table>
</div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/package-source">
<extension url="packageId">
<valueId value="hl7.fhir.uv.xver-r5.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="fhir"/>
</extension>
<url value="http://hl7.org/fhir/CodeSystem/example-supplement"/>
<version value="5.0.0"/>
<name value="CholCodeLegacyStatus"/>
<title value="Cholesterol Code Legacy Status"/>
<status value="draft"/>
<experimental value="true"/>
<date value="2016-01-28T10:00:00+10:00"/>
<publisher value="FHIR Infrastructure"/>
<contact>
<name value="FHIR Infrastructure"/>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/fiwg"/>
</telecom>
</contact>
<description value="CholCodeLegacyStatus"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<content value="supplement"/>
<supplements value="http://hl7.org/fhir/CodeSystem/example|4.0.1"/>
<property>
<code value="legacy"/>
<description value="hether the test is currently performed"/>
<type value="boolean"/>
</property>
<concept>
<code value="chol-mmol"/>
<property>
<code value="legacy"/>
<valueBoolean value="false"/>
</property>
</concept>
<concept>
<code value="chol-mass"/>
<property>
<code value="legacy"/>
<valueBoolean value="true"/>
</property>
</concept>
<concept>
<code value="chol"/>
<property>
<code value="legacy"/>
<valueBoolean value="true"/>
</property>
</concept>
</CodeSystem>