{

"resourceType": "ValueSet",
"id": "procedure-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>ProcedureRelationshipType</h2><p>The nature of the relationship with this procedure.</p><p>This value set has an inline code system http://hl7.org/fhir/procedure-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>caused-by<a name=\"caused-by\"> </a></td><td>Caused By</td><td>This procedure had to be performed because of the related one.</td></tr><tr><td>because-of<a name=\"because-of\"> </a></td><td>Because Of</td><td>This procedure caused the related one to be performed.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.235"
  }
],
"url": "http://hl7.org/fhir/ValueSet/procedure-relationship-type",
"version": "1.0.2",
"name": "ProcedureRelationshipType",
"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 nature of the relationship with this procedure.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.235"
    }
  ],
  "system": "http://hl7.org/fhir/procedure-relationship-type",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "caused-by",
      "display": "Caused By",
      "definition": "This procedure had to be performed because of the related one."
    },
    {
      "code": "because-of",
      "display": "Because Of",
      "definition": "This procedure caused the related one to be performed."
    }
  ]
}

}