File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
commons/components/schemas
data-node/components/schemas
phi-deidentifier/components/schemas Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ properties:
1414required :
1515 - identifier
1616 - text
17- - noteType
17+ - type
1818 - patientId
1919example :
2020 identifier : awesome-note
2121 text : On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
22- noteType : loinc:LP29684-5
22+ type : loinc:LP29684-5
2323 patientId : awesome-patient
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ properties:
55 description : The content of the clinical note
66 type : string
77 example : " On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle."
8- noteType :
8+ type :
99 description : The note type (LOINC concept)
1010 type : string
1111 example : " loinc:LP29684-5"
1212 patientId :
1313 $ref : ../../../commons/components/parameters/PatientId.yaml
1414required :
1515 - text
16- - noteType
16+ - type
1717 - patientId
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ example:
3030 note :
3131 identifier : awesome-note
3232 text : On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
33- noteType : loinc:LP29684-5
33+ type : loinc:LP29684-5
3434 patientId : awesome-patient
You can’t perform that action at this time.
0 commit comments