FHIR IG analytics| Package | hl7.fhir.uv.extensions.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-encounter-link-type.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem encounter-link-type
Last updated: 2025-11-06 00:00:00+0000
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/encounter-link-type defines the following codes:
{
"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": "<!-- snip (see above) -->"
},
"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": 4,
"_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",
"name": "EncounterLinkType",
"title": "Encounter Link Type CodeSystem",
"status": "draft",
"experimental": false,
"date": "2026-05-16T18:32:05+10: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'."
}
]
}