@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/report-relation-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "report-relation-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 0
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r4b.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "cds"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/report-relation-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.3.0"] ; # 
  fhir:name [ fhir:v "ReportRelationshipType"] ; # 
  fhir:title [ fhir:v "ReportRelationshipType"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Clinical Decision Support" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of relationship between reports."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/report-relation-type"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/report-relation-type>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "replaces" ] ;
     fhir:display [ fhir:v "Replaces" ] ;
     fhir:definition [ fhir:v "This document replaces or supersedes the target document." ]
  ] [
     fhir:code [ fhir:v "amends" ] ;
     fhir:display [ fhir:v "Amends" ] ;
     fhir:definition [ fhir:v "This document notes corrections or changes to replace or supersede parts of the target document." ]
  ] [
     fhir:code [ fhir:v "appends" ] ;
     fhir:display [ fhir:v "Appends" ] ;
     fhir:definition [ fhir:v "This document adds additional information to the target document." ]
  ] [
     fhir:code [ fhir:v "transforms" ] ;
     fhir:display [ fhir:v "Transforms" ] ;
     fhir:definition [ fhir:v "This document was generated by transforming the target document (eg format or language conversion)." ]
  ] [
     fhir:code [ fhir:v "replacedWith" ] ;
     fhir:display [ fhir:v "Replaced With" ] ;
     fhir:definition [ fhir:v "This document was." ]
  ] [
     fhir:code [ fhir:v "amendedWith" ] ;
     fhir:display [ fhir:v "Amended With" ] ;
     fhir:definition [ fhir:v "This document was." ]
  ] [
     fhir:code [ fhir:v "appendedWith" ] ;
     fhir:display [ fhir:v "Appended With" ] ;
     fhir:definition [ fhir:v "This document was." ]
  ] [
     fhir:code [ fhir:v "transformedWith" ] ;
     fhir:display [ fhir:v "Transformed With" ] ;
     fhir:definition [ fhir:v "This document was." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

