FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/report-relation-type (JSON)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemReportRelationshipType

{
  "resourceType" : "CodeSystem",
  "id" : "report-relation-type",
  "meta" : {
    "lastUpdated" : "2024-04-12T18:40:09.078+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/report-relation-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=\"report-relation-type-replaces\"> </a></td><td>Replaces</td><td>This document replaces or supersedes the target document.</td></tr><tr><td style=\"white-space:nowrap\">amends<a name=\"report-relation-type-amends\"> </a></td><td>Amends</td><td>This document notes corrections or changes to replace or supersede parts of the target document.</td></tr><tr><td style=\"white-space:nowrap\">appends<a name=\"report-relation-type-appends\"> </a></td><td>Appends</td><td>This document adds additional information to the target document.</td></tr><tr><td style=\"white-space:nowrap\">transforms<a name=\"report-relation-type-transforms\"> </a></td><td>Transforms</td><td>This document was generated by transforming the target document (eg format or language conversion).</td></tr><tr><td style=\"white-space:nowrap\">replacedWith<a name=\"report-relation-type-replacedWith\"> </a></td><td>Replaced With</td><td>This document was.</td></tr><tr><td style=\"white-space:nowrap\">amendedWith<a name=\"report-relation-type-amendedWith\"> </a></td><td>Amended With</td><td>This document was.</td></tr><tr><td style=\"white-space:nowrap\">appendedWith<a name=\"report-relation-type-appendedWith\"> </a></td><td>Appended With</td><td>This document was.</td></tr><tr><td style=\"white-space:nowrap\">transformedWith<a name=\"report-relation-type-transformedWith\"> </a></td><td>Transformed With</td><td>This document was.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/report-relation-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1958"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "ReportRelationshipType",
  "title" : "Report Relationship Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "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."
  }]
}

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.