{
  "resourceType" : "CodeSystem",
  "id" : "action-relationship-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/action-relationship-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">before\n                  <a name=\"action-relationship-type-before\"> </a>\n                </td>\n                <td>Before</td>\n                <td>The action must be performed before the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0before-start\n                  <a name=\"action-relationship-type-before-start\"> </a>\n                </td>\n                <td>Before Start</td>\n                <td>The action must be performed before the start of the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0before-end\n                  <a name=\"action-relationship-type-before-end\"> </a>\n                </td>\n                <td>Before End</td>\n                <td>The action must be performed before the end of the related action.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">concurrent\n                  <a name=\"action-relationship-type-concurrent\"> </a>\n                </td>\n                <td>Concurrent</td>\n                <td>The action must be performed concurrent with the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0concurrent-with-start\n                  <a name=\"action-relationship-type-concurrent-with-start\"> </a>\n                </td>\n                <td>Concurrent With Start</td>\n                <td>The action must be performed concurrent with the start of the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0concurrent-with-end\n                  <a name=\"action-relationship-type-concurrent-with-end\"> </a>\n                </td>\n                <td>Concurrent With End</td>\n                <td>The action must be performed concurrent with the end of the related action.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">after\n                  <a name=\"action-relationship-type-after\"> </a>\n                </td>\n                <td>After</td>\n                <td>The action must be performed after the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0after-start\n                  <a name=\"action-relationship-type-after-start\"> </a>\n                </td>\n                <td>After Start</td>\n                <td>The action must be performed after the start of the related action.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0after-end\n                  <a name=\"action-relationship-type-after-end\"> </a>\n                </td>\n                <td>After End</td>\n                <td>The action must be performed after the end of the related action.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  },
  {
    "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/action-relationship-type",
  "version" : "5.0.0",
  "name" : "ActionRelationshipType",
  "title" : "Action 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" : "Defines the types of relationships between actions.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "before",
    "display" : "Before",
    "definition" : "The action must be performed before the related action.",
    "concept" : [{
      "code" : "before-start",
      "display" : "Before Start",
      "definition" : "The action must be performed before the start of the related action."
    },
    {
      "code" : "before-end",
      "display" : "Before End",
      "definition" : "The action must be performed before the end of the related action."
    }]
  },
  {
    "code" : "concurrent",
    "display" : "Concurrent",
    "definition" : "The action must be performed concurrent with the related action.",
    "concept" : [{
      "code" : "concurrent-with-start",
      "display" : "Concurrent With Start",
      "definition" : "The action must be performed concurrent with the start of the related action."
    },
    {
      "code" : "concurrent-with-end",
      "display" : "Concurrent With End",
      "definition" : "The action must be performed concurrent with the end of the related action."
    }]
  },
  {
    "code" : "after",
    "display" : "After",
    "definition" : "The action must be performed after the related action.",
    "concept" : [{
      "code" : "after-start",
      "display" : "After Start",
      "definition" : "The action must be performed after the start of the related action."
    },
    {
      "code" : "after-end",
      "display" : "After End",
      "definition" : "The action must be performed after the end of the related action."
    }]
  }]
}