FHIR Extensions Pack
5.3.0-ballot-tc1 - (September 2025 Ballot) International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.3.0-ballot-tc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Encounter Link Type CodeSystem - XML Representation

Page standards status: Draft Maturity Level: 1

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="encounter-link-type"/>
  <meta>
    <lastUpdated value="2025-11-06T00:00:00+00:00"/>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem encounter-link-type</b></p><a name="encounter-link-type"> </a><a name="hcencounter-link-type"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Last updated: 2025-11-06 00:00:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/R5/shareablecodesystem.html">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/encounter-link-type</code> 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">replaces<a name="encounter-link-type-replaces"> </a></td><td>Replaces</td><td>The encounter referenced by the link is being replaced by this encounter. This encounter may be replacing a draft or terminated encounter. Note that this is not the reverse of 'replaced-by'.</td></tr><tr><td style="white-space:nowrap">replaced-by<a name="encounter-link-type-replaced-by"> </a></td><td>Replaced By</td><td>The encounter referenced by the link has been replaced by this encounter. This encounter may have been replaced by a draft or terminated encounter. Note that this is not the reverse of 'replaces'.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pa"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"/>
      </extension>
    </valueInteger>
  </extension>
  <url value="http://hl7.org/fhir/encounter-link-type"/>
  <version value="5.3.0-ballot-tc1"/>
  <name value="EncounterLinkType"/>
  <title value="Encounter Link Type CodeSystem"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-11-06T23:47:55+00:00"/>
  <publisher value="HL7 International / Patient Administration"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pafm"/>
    </telecom>
  </contact>
  <description value="The type of link between two encounters."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="replaces"/>
    <display value="Replaces"/>
    <definition
                value="The encounter referenced by the link is being replaced by this encounter. This encounter may be replacing a draft or terminated encounter. Note that this is not the reverse of 'replaced-by'."/>
  </concept>
  <concept>
    <code value="replaced-by"/>
    <display value="Replaced By"/>
    <definition
                value="The encounter referenced by the link has been replaced by this encounter. This encounter may have been replaced by a draft or terminated encounter. Note that this is not the reverse of 'replaces'."/>
  </concept>
</CodeSystem>