FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-report-relation-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/report-relation-type defines the following codes:

Code Display Definition
replaces Replaces This document replaces or supersedes the target document.
amends Amends This document notes corrections or changes to replace or supersede parts of the target document.
appends Appends This document adds additional information to the target document.
transforms Transforms This document was generated by transforming the target document (eg format or language conversion).
replacedWith Replaced With This document was.
amendedWith Amended With This document was.
appendedWith Appended With This document was.
transformedWith Transformed With This document was.

Source1

{
  "resourceType": "CodeSystem",
  "id": "report-relation-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.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": "5.0.0",
  "name": "ReportRelationshipType",
  "title": "Report Relationship Type",
  "status": "active",
  "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."
    }
  ]
}