File size: 2,220 Bytes
6d12932
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# PBS Behaviour Function ValueSet - Open Nursing Core FHIR Implementation Guide (ONC-IG) v0.1.0

* [**Table of Contents**](toc.md)
* [**Artifacts Summary**](artifacts.md)
* **PBS Behaviour Function ValueSet**

## ValueSet: PBS Behaviour Function ValueSet 

| | |
| :--- | :--- |
| *Official URL*:https://clinyqai.github.io/open-nursing-core-ig/ValueSet/onc-pbs-function-vs | *Version*:0.1.0 |
| Draft as of 2026-01-01 | *Computable Name*:PBSFunctionVS |

 
Common functions of behaviour (SEAT) 

 **References** 

* [PBS ABC Chart](StructureDefinition-onc-abc-chart.md)

### Logical Definition (CLD)

 

### Expansion

-------

 Explanation of the columns that may appear on this page: 

| | |
| :--- | :--- |
| Level | A few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies |
| System | The source of the definition of the code (when the value set draws in codes defined elsewhere) |
| Code | The code (used as the code in the resource instance) |
| Display | The display (used in the*display*element of a[Coding](http://hl7.org/fhir/R4/datatypes.html#Coding)). If there is no display, implementers should not simply display the code, but map the concept into their application |
| Definition | An explanation of the meaning of the concept |
| Comments | Additional notes about how to use the code |



## Resource Content

```json

{

  "resourceType" : "ValueSet",

  "id" : "onc-pbs-function-vs",

  "url" : "https://clinyqai.github.io/open-nursing-core-ig/ValueSet/onc-pbs-function-vs",

  "version" : "0.1.0",

  "name" : "PBSFunctionVS",

  "title" : "PBS Behaviour Function ValueSet",

  "status" : "draft",

  "date" : "2026-01-01T13:37:23+00:00",

  "description" : "Common functions of behaviour (SEAT)",

  "compose" : {

    "include" : [

      {

        "system" : "https://clinyqai.github.io/open-nursing-core-ig/CodeSystem/onc-observation-codes",

        "concept" : [

          {

            "code" : "abc-function",

            "display" : "Function of Behaviour"

          }

        ]

      }

    ]

  }

}



```