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 - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "encounter-link-type",
  "meta" : {
    "lastUpdated" : "2025-11-06T00:00:00+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/encounter-link-type",
  "version" : "5.3.0-ballot-tc1",
  "name" : "EncounterLinkType",
  "title" : "Encounter Link Type CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-06T23:47:55+00:00",
  "publisher" : "HL7 International / Patient Administration",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "The type of link between two encounters.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "replaces",
      "display" : "Replaces",
      "definition" : "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'."
    },
    {
      "code" : "replaced-by",
      "display" : "Replaced By",
      "definition" : "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'."
    }
  ]
}