{
  "resourceType" : "CodeSystem",
  "id" : "action-relationship-type",
  "meta" : {
    "lastUpdated" : "2021-03-11T17:06:20.662+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      <p>This code system http://hl7.org/fhir/action-relationship-type defines the following codes:</p>\n      \n      <table class=\"codes\">\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">\n            \n            <b>Code</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Display</b>\n          \n          </td>\n          \n          <td>\n            \n            <b>Definition</b>\n          \n          </td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">before-start\n            \n            <a name=\"action-relationship-type-before-start\"> </a>\n          \n          </td>\n          \n          <td>Before Start</td>\n          \n          <td>The action must be performed before the start of the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">before\n            \n            <a name=\"action-relationship-type-before\"> </a>\n          \n          </td>\n          \n          <td>Before</td>\n          \n          <td>The action must be performed before the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">before-end\n            \n            <a name=\"action-relationship-type-before-end\"> </a>\n          \n          </td>\n          \n          <td>Before End</td>\n          \n          <td>The action must be performed before the end of the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">concurrent-with-start\n            \n            <a name=\"action-relationship-type-concurrent-with-start\"> </a>\n          \n          </td>\n          \n          <td>Concurrent With Start</td>\n          \n          <td>The action must be performed concurrent with the start of the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">concurrent\n            \n            <a name=\"action-relationship-type-concurrent\"> </a>\n          \n          </td>\n          \n          <td>Concurrent</td>\n          \n          <td>The action must be performed concurrent with the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">concurrent-with-end\n            \n            <a name=\"action-relationship-type-concurrent-with-end\"> </a>\n          \n          </td>\n          \n          <td>Concurrent With End</td>\n          \n          <td>The action must be performed concurrent with the end of the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">after-start\n            \n            <a name=\"action-relationship-type-after-start\"> </a>\n          \n          </td>\n          \n          <td>After Start</td>\n          \n          <td>The action must be performed after the start of the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">after\n            \n            <a name=\"action-relationship-type-after\"> </a>\n          \n          </td>\n          \n          <td>After</td>\n          \n          <td>The action must be performed after the related action.</td>\n        \n        </tr>\n        \n        <tr>\n          \n          <td style=\"white-space:nowrap\">after-end\n            \n            <a name=\"action-relationship-type-after-end\"> </a>\n          \n          </td>\n          \n          <td>After End</td>\n          \n          <td>The action must be performed after the end of the related action.</td>\n        \n        </tr>\n      \n      </table>\n    \n    </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/action-relationship-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.814"
  }],
  "version" : "4.1.0",
  "name" : "ActionRelationshipType",
  "title" : "ActionRelationshipType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Defines the types of relationships between actions.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/action-relationship-type",
  "content" : "complete",
  "concept" : [{
    "code" : "before-start",
    "display" : "Before Start",
    "definition" : "The action must be performed before the start of the related action."
  },
  {
    "code" : "before",
    "display" : "Before",
    "definition" : "The action must be performed before the related action."
  },
  {
    "code" : "before-end",
    "display" : "Before End",
    "definition" : "The action must be performed before the end of the related action."
  },
  {
    "code" : "concurrent-with-start",
    "display" : "Concurrent With Start",
    "definition" : "The action must be performed concurrent with the start of the related action."
  },
  {
    "code" : "concurrent",
    "display" : "Concurrent",
    "definition" : "The action must be performed concurrent with 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-start",
    "display" : "After Start",
    "definition" : "The action must be performed after the start of the related action."
  },
  {
    "code" : "after",
    "display" : "After",
    "definition" : "The action must be performed after the related action."
  },
  {
    "code" : "after-end",
    "display" : "After End",
    "definition" : "The action must be performed after the end of the related action."
  }]
}