This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Code System CatalogEntryRelationType
<?xml version="1.0" encoding="UTF-8"?> <CodeSystem xmlns="http://hl7.org/fhir"> <id value="catalogentry-relation-type"/> <meta> <lastUpdated value="2021-04-15T13:25:09.461+11: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/catalogentry-relation-type 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">triggers <a name="catalogentry-relation-type-triggers"> </a> </td> <td> Triggers</td> <td> Depending on the context, the item of the related catalog entry may be added by the performer.</td> </tr> <tr> <td style="white-space:nowrap">is-replaced-by <a name="catalogentry-relation-type-is-replaced-by"> </a> </td> <td> Is replaced by</td> <td> the related catalog entry supersedes this one when it is not active.</td> </tr> <tr> <td style="white-space:nowrap">excludes <a name="catalogentry-relation-type-excludes"> </a> </td> <td> Excludes</td> <td> The related catalog entry is excluded by this one.</td> </tr> <tr> <td style="white-space:nowrap">includes <a name="catalogentry-relation-type-includes"> </a> </td> <td> Includes</td> <td> The item of the related catalog entry will be part of the orders containing the current item.</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="oo"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="0"/> </extension> <url value="http://hl7.org/fhir/catalogentry-relation-type"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.1.1446"/> </identifier> <version value="4.6.0"/> <name value="CatalogEntryRelationType"/> <title value="CatalogEntryRelationType"/> <status value="draft"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Types of relationships between entries."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/catalogentry-relation-type"/> <content value="complete"/> <concept> <code value="triggers"/> <display value="Triggers"/> <definition value="Depending on the context, the item of the related catalog entry may be added by the performer."/> </concept> <concept> <code value="is-replaced-by"/> <display value="Is replaced by"/> <definition value="the related catalog entry supersedes this one when it is not active."/> </concept> <concept> <code value="excludes"/> <display value="Excludes"/> <definition value="The related catalog entry is excluded by this one."/> </concept> <concept> <code value="includes"/> <display value="Includes"/> <definition value="The item of the related catalog entry will be part of the orders containing the current item."/> </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.