FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "report-relation-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <p>This code system http://hl7.org/fhir/report-relation-type defines the following codes:</p>\n \n \n <table class=\"codes\">\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">\n \n \n <b>Code</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Display</b>\n \n \n </td>\n \n \n <td>\n \n \n <b>Definition</b>\n \n \n </td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">replaces\n \n \n <a name=\"report-relation-type-replaces\"> </a>\n \n \n </td>\n \n \n <td>Replaces</td>\n \n \n <td>This document replaces or supersedes the target document.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">amends\n \n \n <a name=\"report-relation-type-amends\"> </a>\n \n \n </td>\n \n \n <td>Amends</td>\n \n \n <td>This document notes corrections or changes to replace or supersede parts of the target document.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">appends\n \n \n <a name=\"report-relation-type-appends\"> </a>\n \n \n </td>\n \n \n <td>Appends</td>\n \n \n <td>This document adds additional information to the target document.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">transforms\n \n \n <a name=\"report-relation-type-transforms\"> </a>\n \n \n </td>\n \n \n <td>Transforms</td>\n \n \n <td>This document was generated by transforming the target document (eg format or language conversion).</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">replacedWith\n \n \n <a name=\"report-relation-type-replacedWith\"> </a>\n \n \n </td>\n \n \n <td>Replaced With</td>\n \n \n <td>This document was.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">amendedWith\n \n \n <a name=\"report-relation-type-amendedWith\"> </a>\n \n \n </td>\n \n \n <td>Amended With</td>\n \n \n <td>This document was.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">appendedWith\n \n \n <a name=\"report-relation-type-appendedWith\"> </a>\n \n \n </td>\n \n \n <td>Appended With</td>\n \n \n <td>This document was.</td>\n \n \n </tr>\n \n \n <tr>\n \n \n <td style=\"white-space:nowrap\">transformedWith\n \n \n <a name=\"report-relation-type-transformedWith\"> </a>\n \n \n </td>\n \n \n <td>Transformed With</td>\n \n \n <td>This document was.</td>\n \n \n </tr>\n \n \n </table>\n \n \n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
}
],
"url" : "http://hl7.org/fhir/report-relation-type",
"version" : "4.3.0",
"name" : "ReportRelationshipType",
"title" : "ReportRelationshipType",
"status" : "draft",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Clinical Decision Support",
"contact" : [
{
"name" : "Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "The type of relationship between reports.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/report-relation-type",
"content" : "complete",
"concept" : [
{
"code" : "replaces",
"display" : "Replaces",
"definition" : "This document replaces or supersedes the target document."
},
{
"code" : "amends",
"display" : "Amends",
"definition" : "This document notes corrections or changes to replace or supersede parts of the target document."
},
{
"code" : "appends",
"display" : "Appends",
"definition" : "This document adds additional information to the target document."
},
{
"code" : "transforms",
"display" : "Transforms",
"definition" : "This document was generated by transforming the target document (eg format or language conversion)."
},
{
"code" : "replacedWith",
"display" : "Replaced With",
"definition" : "This document was."
},
{
"code" : "amendedWith",
"display" : "Amended With",
"definition" : "This document was."
},
{
"code" : "appendedWith",
"display" : "Appended With",
"definition" : "This document was."
},
{
"code" : "transformedWith",
"display" : "Transformed With",
"definition" : "This document was."
}
]
}