{

"resourceType": "ValueSet",
"id": "xds-relationship-type",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>XDSRelationshipType</h2><p>The kind of relationship between two XDS documents.</p><p>This value set has an inline code system http://hl7.org/fhir/xds-relationship-type, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>APND<a name=\"APND\"> </a></td><td>APND</td><td>A separate XDS document that references a prior document, and may extend or alter the observations in the prior document.</td></tr><tr><td>RPLC<a name=\"RPLC\"> </a></td><td>RPLC</td><td>A new version of an existing document.</td></tr><tr><td>XFRM<a name=\"XFRM\"> </a></td><td>XFRM</td><td>A transformed document is derived by a machine translation from some other format.</td></tr><tr><td>XFRM_RPLC<a name=\"XFRM_RPLC\"> </a></td><td>XFRM_RPLC</td><td>Both a XFRM and a RPLC relationship.</td></tr><tr><td>signs<a name=\"signs\"> </a></td><td>Signs</td><td>This document signs the target document.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.383"
  }
],
"url": "http://hl7.org/fhir/ValueSet/xds-relationship-type",
"version": "1.0.2",
"name": "XDSRelationshipType",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The kind of relationship between two XDS documents.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.383"
    }
  ],
  "system": "http://hl7.org/fhir/xds-relationship-type",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "APND",
      "display": "APND",
      "definition": "A separate XDS document that references a prior document, and may extend or alter the observations in the prior document."
    },
    {
      "code": "RPLC",
      "display": "RPLC",
      "definition": "A new version of an existing document."
    },
    {
      "code": "XFRM",
      "display": "XFRM",
      "definition": "A transformed document is derived by a machine translation from some other format."
    },
    {
      "code": "XFRM_RPLC",
      "display": "XFRM_RPLC",
      "definition": "Both a XFRM and a RPLC relationship."
    },
    {
      "code": "signs",
      "display": "Signs",
      "definition": "This document signs the target document."
    }
  ]
}

}