File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ class PointerTypes(Enum):
4646 CONTINGENCY_PLAN = "http://snomed.info/sct|325691000000100"
4747 EOL_CARE_PLAN = "http://snomed.info/sct|736373009"
4848 LLOYD_GEORGE_FOLDER = "http://snomed.info/sct|16521000000101"
49+ ADVANCED_CARE_PLAN = "http://snomed.info/sct|736366004"
50+ TREATMENT_ESCALATION_PLAN = "http://snomed.info/sct|735324008"
4951
5052 @staticmethod
5153 def list ():
Original file line number Diff line number Diff line change 1414 "http://snomed.info/sct|736373009" ,
1515 "http://snomed.info/sct|861421000000109" ,
1616 "http://snomed.info/sct|887701000000100" ,
17+ "http://snomed.info/sct|736366004" ,
18+ "http://snomed.info/sct|735324008" ,
1719]
1820
1921
Original file line number Diff line number Diff line change 1717 "325691000000100" , # Contingency plan
1818 "736373009" , # End of life care plan
1919 "16521000000101" , # Lloyd George record folder
20+ "736366004" , # Advanced Care Plan
21+ "735324008" , # Treatement Escalation Plan
2022]
2123
2224
Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ export const POINTER_TYPES = [
2020 "736373009" ,
2121 "861421000000109" ,
2222 "887701000000100" ,
23+ "736366004" ,
24+ "735324008" ,
2325] ;
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ class LogReference:
2828 "736373009" : "End of life care plan" ,
2929 "861421000000109" : "End of Life Care Coordination Summary" ,
3030 "887701000000100" : "Emergency Health Care Plans" ,
31+ "736366004" : "Advanced Care Plan" ,
32+ "735324008" : "Treatement Escalation Plan" ,
3133}
3234
3335
You can’t perform that action at this time.
0 commit comments