@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/5.0/CodeSystem/action-relationship-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "action-relationship-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir: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\">  before-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\">  before-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\">  concurrent-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\">  concurrent-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\">  after-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\">  after-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>"^^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 3
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r5.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/action-relationship-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ActionRelationshipType"] ; # 
  fhir:title [ fhir:v "Action Relationship Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "Defines the types of relationships between actions."] ; # 
  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/action-relationship-type|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "before" ] ;
     fhir:display [ fhir:v "Before" ] ;
     fhir:definition [ fhir:v "The action must be performed before the related action." ] ;
     fhir:concept ( [
       fhir:code [ fhir:v "before-start" ] ;
       fhir:display [ fhir:v "Before Start" ] ;
       fhir:definition [ fhir:v "The action must be performed before the start of the related action." ]
     ] [
       fhir:code [ fhir:v "before-end" ] ;
       fhir:display [ fhir:v "Before End" ] ;
       fhir:definition [ fhir:v "The action must be performed before the end of the related action." ]
     ] )
  ] [
     fhir:code [ fhir:v "concurrent" ] ;
     fhir:display [ fhir:v "Concurrent" ] ;
     fhir:definition [ fhir:v "The action must be performed concurrent with the related action." ] ;
     fhir:concept ( [
       fhir:code [ fhir:v "concurrent-with-start" ] ;
       fhir:display [ fhir:v "Concurrent With Start" ] ;
       fhir:definition [ fhir:v "The action must be performed concurrent with the start of the related action." ]
     ] [
       fhir:code [ fhir:v "concurrent-with-end" ] ;
       fhir:display [ fhir:v "Concurrent With End" ] ;
       fhir:definition [ fhir:v "The action must be performed concurrent with the end of the related action." ]
     ] )
  ] [
     fhir:code [ fhir:v "after" ] ;
     fhir:display [ fhir:v "After" ] ;
     fhir:definition [ fhir:v "The action must be performed after the related action." ] ;
     fhir:concept ( [
       fhir:code [ fhir:v "after-start" ] ;
       fhir:display [ fhir:v "After Start" ] ;
       fhir:definition [ fhir:v "The action must be performed after the start of the related action." ]
     ] [
       fhir:code [ fhir:v "after-end" ] ;
       fhir:display [ fhir:v "After End" ] ;
       fhir:definition [ fhir:v "The action must be performed after the end of the related action." ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

