Skip to content

Commit

Permalink
added meta:core to surgery_type, surgery_site and surgery_location so…
Browse files Browse the repository at this point in the history
… they show correctly in dictionary viewer.
  • Loading branch information
hknahal committed Jun 14, 2022
1 parent 8d67937 commit cadd2b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/surgery.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"valueType": "string",
"description": "Indicate the type of surgical procedure that was performed. (References: SNOMED, NCIt, UMLS)",
"meta": {
"core": true,
"displayName": "Surgery Type "
},
"restrictions": {
Expand All @@ -82,6 +83,7 @@
"description": "Indicate the ICD-O-3 topography code for the anatomic site where the surgical procedure was performed, according to the International Classification of Diseases for Oncology, 3rd Edition (WHO ICD-O-3).",
"meta": {
"displayName": "Surgery Site",
"core": true,
"dependsOn": "surgery.submitter_specimen_id",
"notes": "Refer to the ICD-O-3 manual for guidelines at https://apps.who.int/iris/handle/10665/42344. This field is not required if a specimen was resected during surgery (ie. if `submitter_specimen_id` is submitted) since anatomic site is collected in the Specimen table."
},
Expand All @@ -96,6 +98,7 @@
"description": "Indicate whether the surgical procedure was done at the primary, local recurrence or metastatic location.",
"meta": {
"displayName": "Surgery Location",
"core": true,
"dependsOn": "surgery.submitter_specimen_id",
"notes": "This field is not required if a specimen was resected during surgery (ie. if `submitter_specimen_id` is submitted) since type of specimen is collected in the Specimen table."
},
Expand Down

0 comments on commit cadd2b5

Please sign in to comment.