type: valuesetvalueset: intended-medication-substitution-type-codes
Substitution Type Codes
- Status: draft
- Name: SubstitutionTypeCodes
- Title: Substitution Type Codes
- Publisher: FHIR Project team
- Description: This example value set includes values from the HL7 code system ActSubstanceAdminSubstitutionCode. The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the medication process, in particular the process and reasons for substitution
Content (Compose)
- System: http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution | Concepts: E, EC, BC, G, TE, TB, TG, F, N
- System: http://terminology.hl7.org/CodeSystem/v3-NullFlavor | Concepts: UNK
ValueSet XML
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<name value="SubstitutionTypeCodes"/>
<title value="Substitution Type Codes"/>
<status value="draft"/>
<experimental value="true"/>
<publisher value="FHIR Project team"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
</contact>
<description value="This example value set includes values from the HL7 code system ActSubstanceAdminSubstitutionCode. The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the medication process, in particular the process and reasons for substitution"/>
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution"/>
<concept>
<code value="E"/>
</concept>
<concept>
<code value="EC"/>
</concept>
<concept>
<code value="BC"/>
</concept>
<concept>
<code value="G"/>
</concept>
<concept>
<code value="TE"/>
</concept>
<concept>
<code value="TB"/>
</concept>
<concept>
<code value="TG"/>
</concept>
<concept>
<code value="F"/>
</concept>
<concept>
<code value="N"/>
</concept>
</include>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
<concept>
<code value="UNK"/>
</concept>
</include>
</compose>
</ValueSet>