FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/action-relationship-type (Turtle)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemActionRelationshipType

@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/CodeSystem/action-relationship-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "action-relationship-type"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-03-18T13:49:06.036+00:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem action-relationship-type</b></p><a name=\"action-relationship-type\"> </a><a name=\"hcaction-relationship-type\"> </a><a name=\"action-relationship-type-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/action-relationship-type</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">before<a name=\"action-relationship-type-before\"> </a></td><td>Before</td><td>The action must be performed before the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  before-start<a name=\"action-relationship-type-before-start\"> </a></td><td>Before Start</td><td>The action must be performed before the start of the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  before-end<a name=\"action-relationship-type-before-end\"> </a></td><td>Before End</td><td>The action must be performed before the end of the related action.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">concurrent<a name=\"action-relationship-type-concurrent\"> </a></td><td>Concurrent</td><td>The action must be performed concurrent with the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  concurrent-with-start<a name=\"action-relationship-type-concurrent-with-start\"> </a></td><td>Concurrent With Start</td><td>The action must be performed concurrent with the start of the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  concurrent-with-end<a name=\"action-relationship-type-concurrent-with-end\"> </a></td><td>Concurrent With End</td><td>The action must be performed concurrent with the end of the related action.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">after<a name=\"action-relationship-type-after\"> </a></td><td>After</td><td>The action must be performed after the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  after-start<a name=\"action-relationship-type-after-start\"> </a></td><td>After Start</td><td>The action must be performed after the start of the related action.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  after-end<a name=\"action-relationship-type-after-end\"> </a></td><td>After End</td><td>The action must be performed after the end of the related action.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     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/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:url [ fhir:v "http://hl7.org/fhir/action-relationship-type"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.814" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.797" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  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-05T10:01:24+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  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"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/action-relationship-type>
  ] ; # 
  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." ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.